fivepercent / api
Api system
v1.0.1
2015-06-09 11:30 UTC
Requires
- php: >=5.4
- fivepercent/cache: ~1.0
- fivepercent/error: ~1.0
- fivepercent/exception: ~1.0
- fivepercent/reflection: ~1.0
- symfony/event-dispatcher: ~2.3
Suggests
- fivepercent/convert: For convert input parameters
- fivepercent/object-mapper: For map input data to request object
- fivepercent/object-security: For check access granted to call class method
- symfony/validator: For validate request objects
This package is not auto-updated.
Last update: 2025-03-01 20:03:14 UTC
README
With this package you can easy create a API interfaces on you backend with validation, data mapping and doc generator.
Installation
Add FivePercent/Api in your composer.json:
{ "require": { "fivepercent/api": "~1.0" } }
Now tell composer to download the library by running the command:
$ php composer.phar update fivepercent/api