fivepercent / api-bundle
Api system
Installs: 293
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 5
Forks: 1
Open Issues: 0
pkg:composer/fivepercent/api-bundle
Requires
- php: >=5.4
- fivepercent/api: ~1.0
- fivepercent/cache: ~1.0
Suggests
- fivepercent/integration-bundle: For integrate common functions (EnabledChecker, Security, Transformer, etc...)
This package is not auto-updated.
Last update: 2025-09-27 22:38:29 UTC
README
Whit this bundle you can integrate API system to Symfony2 Application
Installation
Add FivePercent/ApiBundle in your composer.json:
{ "require": { "fivepercent/api-bundle": "~1.0" } }
Now tell composer to download the library by running the command:
$ php composer.phar update fivepercent/api-bundle