bowphp / soauth
The social authentification package for Bow Framework
1.0.1
2019-11-08 13:20 UTC
Requires
- league/oauth2-client: ^2.4.1
Requires (Dev)
- phpunit/phpunit: ^7
This package is auto-updated.
Last update: 2024-10-09 20:28:46 UTC
README
The social authentification package for Bow Framework.
This package use the thephpleague/oauth2-client
https://github.com/thephpleague/oauth2-client for make a wrapper.
Actualy it support the following provider:
- Gitlab
- Github
To install soauth
, you must use composer
(PHP package manager) like this.
composer require bowphp/soauth
Documentation is available in english and frensh.
Contributing
Thank you for considering contributing to Bow Framework! The contribution guide is in the framework documentation.