Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)