Skip to content

pepabo/oauth2-colormeshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ColorMeShop Provider for OAuth 2.0 Client

Build Status

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

License

MIT