exsyst / api-bundle
Provides several helpers to build API's
Installs: 20
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 4
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: >=5.5
- exsyst/api: ~0.3
- symfony/framework-bundle: ^2.7|^3.0
Requires (Dev)
- composer/semver: ^1.0
- jms/serializer-bundle: ^1.0
- phpoption/phpoption: ^1.1
- symfony/browser-kit: ^2.7|^3.0
- symfony/css-selector: ^2.7|^3.0
- symfony/expression-language: ^2.7|^3.0
- symfony/phpunit-bridge: ^2.7|^3.0
- symfony/property-access: ^2.7|^3.0
- symfony/serializer: ^2.7|^3.0
- symfony/validator: ^2.7|^3.0
Suggests
- composer/semver: For using the versioning features.
- jms/serializer-bundle: For using the serialization controller features.
- symfony/serializer: For using the serialization controller features.
This package is auto-updated.
Last update: 2024-10-17 23:02:32 UTC
README
This bundle provides several tools to help build API's & symfony applications.
This bundle includes:
- A custom route loader to rapidly generate url's for the different http methods.
- A parameter validation listener to check the request parameters.
- A version listener to determine from the request which version of the API to use.
Documentation
Please see the UPGRADING.md for any relevant instructions when upgrading to a newer version.
Installation
All the installation instructions are located in the documentation.