Skip to content

Latest commit

 

History

History
38 lines (30 loc) · 911 Bytes

README.md

File metadata and controls

38 lines (30 loc) · 911 Bytes

Refugis - OAuthBundle

Build Status

Easily integrate OAuth authentication in your Symfony application. Originally written by Fazland team.

Requirements

  • php ^7.4
  • symfony/symfony ^4.3|^5.0

Installation

The suggested installation method is via composer:

$ composer require refugis/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