pepabo / oauth2-colormeshop
ColorMeShop OAuth 2.0 Client Provider for The PHP League OAuth2-Client
Installs: 753
Dependents: 0
Suggesters: 0
Security: 0
Stars: 7
Watchers: 112
Forks: 2
Open Issues: 0
Requires
- league/oauth2-client: ^2.0
Requires (Dev)
- mockery/mockery: *
- phpunit/phpunit: ^5.0
This package is not auto-updated.
Last update: 2024-11-05 03:02:59 UTC
README
This package provides ColorMeShop OAuth 2.0 support for the PHP League's OAuth 2.0 Client.
This package is compliant with PSR-1, PSR-2 and PSR-4. If you notice compliance oversights, please send a patch via pull request.
ColorMeShop API
👉 https://developer.shop-pro.jp/docs/colorme-api
Installation
To install, use composer:
composer require pepabo/oauth2-colormeshop
Examples
Here is an exmaple. Example is PHP 7.1 or higher required.
Requirements
PHP 5.6 or higher.
Testing
./vendor/bin/phpunit