fivelab / api
Api system
Installs: 1 113
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 2
Open Issues: 0
Requires
- php: >=5.4
- fivelab/cache: ~1.0
- fivelab/error: ~1.0
- fivelab/exception: ~1.0
- fivelab/reflection: ~1.0
- symfony/event-dispatcher: ~2.3|~3.0
Requires (Dev)
- phpunit/phpunit: 4.*
Suggests
- fivelab/model-normalizer: For use transformable response
- fivelab/model-transformer: For use transformable response
- fivelab/object-mapper: For map input data to request object
- symfony/validator: For validate request objects
This package is not auto-updated.
Last update: 2017-08-16 12:52:36 UTC
README
With this package you can easy create a API interfaces on you backend with validation, data mapping and doc generator.
Installation
Add FiveLab/Api in your composer.json:
{ "require": { "fivelab/api": "~1.0" } }
Now tell composer to download the library by running the command:
$ php composer.phar update fivelab/api