pepabo / oauth2-colormeshop
ColorMeShop OAuth 2.0 Client Provider for The PHP League OAuth2-Client
1.0.1
2018-03-08 14:13 UTC
Requires
- league/oauth2-client: ^2.0
Requires (Dev)
- mockery/mockery: *
- phpunit/phpunit: ^5.0
This package is not auto-updated.
Last update: 2026-03-10 10:16:08 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