cpj / cpjoauth-server-bundle
Symfony2 OAuth Server Bundle
Installs: 18
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 451
Type:symfony-bundle
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-11-09 13:38:33 UTC
README
Important: This bundle is developed in sync with symfony's repository.
For Symfony 2.0.x, you need to use the 1.1.3 release of the bundle (or lower), and to read this documentation.
Documentation
The bulk of the documentation is stored in the Resources/doc/index.md
file in this bundle:
Read the Documentation for master
License
This bundle is under the MIT license. See the complete license in the bundle:
Resources/meta/LICENSE
TODO
- More tests
Credits
- Arnaud Le Blanc, and all contributors
- Inspirated by BazingaOAuthBundle and FOSUserBundle
- Installation doc adapted from FOSUserBundle doc.