cblink-service / oauth
Package description here.
v0.1.0
2020-09-16 02:51 UTC
Requires
- ext-json: *
- guzzlehttp/guzzle: ^6.5|^7.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.16
- orchestra/testbench: ^5.5
This package is auto-updated.
Last update: 2024-10-20 14:56:37 UTC
README
.
Installing
$ composer require cblink-service/oauth -vvv
Configure
config/services.php
return [ // ... // add 'service-oauth' => [ 'base_url' => '', 'token' => '' ] ];
config/auth.php
<?php return [ 'guards' => [ // ... // add 'service' => [ 'driver' => 'service' ] ] ];
Usage
TODO
Contributing
You can contribute in one of three ways:
- File bug reports using the issue tracker.
- Answer questions or fix bugs on the issue tracker.
- Contribute new features or update the wiki.
The code contribution process is not very formal. You just need to make sure that you follow the PSR-0, PSR-1, and PSR-2 coding guidelines. Any new code contributions must be accompanied by unit tests where applicable.
License
MIT