https://github.com/antidot-framework/antidot-react-psr15
PSR-15 Middleware collection made for execute as promises in Reactive Antidot Framework
https://github.com/antidot-framework/antidot-react-psr15
Last synced: 4 months ago
JSON representation
PSR-15 Middleware collection made for execute as promises in Reactive Antidot Framework
- Host: GitHub
- URL: https://github.com/antidot-framework/antidot-react-psr15
- Owner: antidot-framework
- License: mit
- Created: 2019-11-23T20:27:49.000Z (over 5 years ago)
- Default Branch: 1.x.x
- Last Pushed: 2021-01-24T16:20:52.000Z (over 4 years ago)
- Last Synced: 2025-01-06T07:23:20.225Z (6 months ago)
- Language: PHP
- Size: 25.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Antidot Framework PSR-15 React Middleware Collection
[![Latest Version on Packagist][ico-version]][link-packagist]
[![Software License][ico-license]](LICENSE.md)
[![Build Status][ico-travis]][link-travis]
[![Coverage Status][ico-scrutinizer]][link-scrutinizer]
[![Quality Score][ico-code-quality]][link-code-quality]
[![Total Downloads][ico-downloads]][link-downloads]PSR-15 Middleware collection implemented by react promises
## Install
Via Composer
```bash
$ composer require antidot-fw/antidot-react-psr15:dev-master
```## Simple Usage
```php