okwinza / oauth-server-bundle
Symfony2 OAuth Server Bundle
This package's canonical repository appears to be gone and the package has been frozen as a result. Email us for help if needed.
Package info
github.com/okwinza/FOSOAuthServerBundle
Type:symfony-bundle
pkg:composer/okwinza/oauth-server-bundle
2.0.0-alpha.0
2018-05-01 06:24 UTC
Requires
- php: ^7.1
- friendsofsymfony/oauth2-php: ~1.1
- symfony/dependency-injection: ~3.0|~4.0
- symfony/framework-bundle: ~3.0|~4.0
- symfony/security-bundle: ~3.0|~4.0
Requires (Dev)
- doctrine/doctrine-bundle: ~1.0
- doctrine/mongodb-odm: ~1.0
- doctrine/orm: ~2.2
- phing/phing: ~2.4
- php-mock/php-mock-phpunit: ~1.0|~2.0
- phpstan/phpstan-phpunit: ~0.9
- phpstan/phpstan-shim: ~0.9
- phpunit/phpunit: ~5.0|~6.0
- propel/propel1: ~1.6
- symfony/class-loader: ~3.0|~4.0
- symfony/console: ~3.0|~4.0
- symfony/form: ~3.0|~4.0
- symfony/phpunit-bridge: ~3.0|~4.0
- symfony/templating: ~3.0|~4.0
- symfony/twig-bundle: ~3.0|^4.0
- symfony/yaml: ~3.0|~4.0
- willdurand/propel-typehintable-behavior: ~1.0
Suggests
- doctrine/doctrine-bundle: *
- doctrine/mongodb-odm-bundle: *
- propel/propel-bundle: If you want to use Propel with Symfony2, then you will have to install the PropelBundle
- symfony/console: Needed to be able to use commands
- symfony/form: Needed to be able to use the AuthorizeFormType
- willdurand/propel-typehintable-behavior: The Typehintable behavior is useful to add type hints on generated methods, to be compliant with interfaces
Provides
None
Conflicts
None
Replaces
None
README
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
- Inspired by BazingaOAuthBundle and FOSUserBundle
- Installation doc adapted from FOSUserBundle doc.