treehouselabs / base-api-bundle
Base bundle for Api functionality
Installs: 15 285
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 13
Forks: 1
Open Issues: 0
Type:symfony-bundle
Requires
- php: >=5.5
- jms/serializer: >=0.14
- jms/serializer-bundle: ^0.13|^1.0
- symfony/symfony: ^2.6
Requires (Dev)
- behat/behat: ^3.0
- behat/symfony2-extension: ^2.0
- doctrine/orm: ^2.3
- friendsofsymfony/user-bundle: ~2.0@dev
- phpunit/phpunit: ^4.8
Suggests
- behat/behat: To test the API using Behat
- behat/symfony2-extension: To test the API using Behat
- doctrine/orm: When you want to set up fixtures in Behat tests
- friendsofsymfony/user-bundle: When you want to set up fixtures in Behat tests
- treehouselabs/keystone-bundle: For API authentication that is easy to set up
This package is auto-updated.
Last update: 2024-10-12 23:30:53 UTC
README
This bundle provides basic functionality to create an API.
It contains a controller with convenient methods to extend/call, some exceptions to use in your API calls, and Behat contexts to easily test your API.
Installation
composer require treehouselabs/base-api-bundle
Documentation
Security
If you discover any security related issues, please email dev@treehouse.nl instead of using the issue tracker.
License
The MIT License (MIT). Please see License File for more information.