fivepercent / api
Api system
Installs: 679
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 5
Forks: 1
Open Issues: 0
pkg:composer/fivepercent/api
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-09-27 22:59:41 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