saf33r / oauth2-vimeo

Vimeo Client Provider for The PHP League OAuth 2.0 Client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vimeo Provider for OAuth 2.0 Client

Build Status

This package provides Vimeo OAuth 2.0 support for the PHP League's OAuth 2.0 Client.

This package is compliant with PSR-1, PSR-2, PSR-4, and PSR-7. If you notice compliance oversights, please send a patch via pull request.

Requirements

The following versions of PHP are supported.

  • PHP 5.5
  • PHP 5.6
  • PHP 7.0
  • HHVM

Installation

To install, use composer:

composer require saf33r/oauth2-vimeo

Usage

Usage is the same as The League's OAuth client, just use Saf33r\OAuth2\Client\Provider\Vimeo as the provider. Please refer to core package documentation on "Authorization Code Grant" for more information.

Testing

$ ./vendor/bin/phpunit

Credits

License

The MIT License (MIT). Please see License File for more information.

About

Vimeo Client Provider for The PHP League OAuth 2.0 Client

License:MIT License


Languages

Language:PHP 100.0%