treehouselabs / base-api-bundle
Api功能的基础包
v0.1.1
2016-04-19 11:38 UTC
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-09-12 23:20:57 UTC
README
此包提供创建API的基本功能。
它包含一个控制器,提供方便的方法进行扩展/调用,一些用于API调用的异常,以及Behat上下文,便于测试API。
安装
composer require treehouselabs/base-api-bundle
文档
安全
如果您发现任何与安全相关的问题,请通过电子邮件 dev@treehouse.nl 联系,而不是使用问题跟踪器。
许可证
MIT许可证(MIT)。请参阅许可证文件以获取更多信息。