Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pepabo/oauth2-colormeshop
Colorme Provider for the OAuth 2.0 Client
https://github.com/pepabo/oauth2-colormeshop
colormeshop ruby rubygems
Last synced: about 1 month ago
JSON representation
Colorme Provider for the OAuth 2.0 Client
- Host: GitHub
- URL: https://github.com/pepabo/oauth2-colormeshop
- Owner: pepabo
- License: mit
- Created: 2017-01-28T09:28:33.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-01-23T11:53:22.000Z (almost 4 years ago)
- Last Synced: 2024-11-21T07:38:48.318Z (about 1 month ago)
- Topics: colormeshop, ruby, rubygems
- Language: PHP
- Size: 16.6 KB
- Stars: 7
- Watchers: 112
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ColorMeShop Provider for OAuth 2.0 Client
[![Build Status](https://travis-ci.org/pepabo/oauth2-colormeshop.svg?branch=master)](https://travis-ci.org/pepabo/oauth2-colormeshop)
This package provides [ColorMeShop](https://shop-pro.jp/) OAuth 2.0 support for the PHP League's [OAuth 2.0 Client](https://github.com/thephpleague/oauth2-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.[PSR-1]: https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-1-basic-coding-standard.md
[PSR-2]: https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md
[PSR-4]: https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-4-autoloader.md## ColorMeShop API
:point_right: https://developer.shop-pro.jp/docs/colorme-api
## Installation
To install, use composer:
```
composer require pepabo/oauth2-colormeshop
```## Examples
[Here](./example) is an exmaple.
Example is PHP 7.1 or higher required.## Requirements
PHP 5.6 or higher.
## Testing
```
./vendor/bin/phpunit
```## License
[MIT](https://github.com/pepabo/oauth2-colormeshop/blob/master/LICENSE)