cpj / cpjoauth-server-bundle
此包最新版本(1.2.1)没有可用的许可信息。
Symfony2 OAuth 服务器包
1.2.1
2012-04-26 11:07 UTC
Requires
- php: >=5.3.2
- friendsofsymfony/oauth2-php: 1.0.*
- symfony/framework-bundle: 2.1.*
- symfony/security-bundle: 2.1.*
Requires (Dev)
- doctrine/mongodb-odm: dev-master
- doctrine/orm: dev-master
- symfony/symfony: dev-master
- willdurand/propel-typehintable-behavior: dev-master
Suggests
- doctrine/doctrine-bundle: *
- doctrine/mongodb-odm-bundle: *
- propel/propel-bundle: If you want to user Propel with Symfony2, then you will have to install the PropelBundle
- willdurand/propel-typehintable-behavior: The Typehintable behavior is useful to add type hints on generated methods, to be compliant with interfaces
This package is not auto-updated.
Last update: 2024-09-28 13:12:00 UTC
README
重要:此包与 symfony 仓库 同步开发。
对于 Symfony 2.0.x,您需要使用该包的 1.1.3 版本(或更低),并阅读 此文档。
文档
大部分文档存储在此包的 Resources/doc/index.md
文件中
许可
此包遵循 MIT 许可。请参阅包中的完整许可。
Resources/meta/LICENSE
待办事项
- 更多测试
致谢
- Arnaud Le Blanc,以及 所有贡献者
- 受 BazingaOAuthBundle 和 FOSUserBundle 启发
- 安装文档改编自 FOSUserBundle 文档。