fazland / oauth-bundle
Easily integrate OAuth authentication in your Symfony application
Installs: 680
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 3
Forks: 1
Open Issues: 0
Type:symfony-bundle
Requires
- php: ^7.2
- ext-json: *
- ext-openssl: *
- bshaffer/oauth2-server-httpfoundation-bridge: ^1.4
- bshaffer/oauth2-server-php: ^1.11
- cakephp/chronos: ^1.1
- lcobucci/jwt: ^4.0@dev
- myclabs/php-enum: ^1.6
- symfony/framework-bundle: ^4.0
- symfony/security: ^4.0
- symfony/security-bundle: ^4.0
Requires (Dev)
- phpunit/phpunit: ^7.0
- symfony/browser-kit: ^4.2
- symfony/console: ^4.2
- symfony/phpunit-bridge: ^4.0
- symfony/yaml: ^4.2
This package is auto-updated.
Last update: 2020-05-07 13:47:43 UTC
README
⚠️ Warning
This repository has been deprecated.
The development of this package will continue on https://github.com/refugis/oauth-bundle.
Easily integrate OAuth authentication in your Symfony application.
Requirements
- php ^7.3
- symfony/symfony ^4.3|^5.0
Installation
The suggested installation method is via composer:
$ composer require fazland/oauth-bundle
Using OAuthBundle
Work in progress
Test
Run
$ vendor/bin/phpunit
Contributing
Contributions are welcome. Feel free to open a PR or file an issue here on GitHub!
License
OAuthBundle is licensed under the MIT License - see the LICENSE file for details