exsyst / api
Provides several helpers to build your api
v0.3.0
2015-10-22 16:55 UTC
Requires
- php: >=5.5
Requires (Dev)
- composer/semver: ^1.0
- doctrine/annotations: ^1.0
- symfony/http-foundation: ~2.7|^3.0
- symfony/phpunit-bridge: ~2.7|^3.0
- symfony/validator: ~2.7|^3.0
Suggests
- composer/semver: For using the version matcher
- doctrine/annotations: For using parameters annotations
- symfony/http-foundation: For using parameters validation and version resolvers
- symfony/validator: For using parameters validation
README
This component provides several tools to help build API's.
Documentation
Please see the UPGRADING.md for any relevant instructions when upgrading to a newer version.
Installation
Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:
$ composer require exsyst/api
This command requires you to have Composer installed globally, as explained in the installation chapter of the Composer documentation.