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.
The following versions of PHP are supported.
- PHP 5.5
- PHP 5.6
- PHP 7.0
- HHVM
To install, use composer:
composer require saf33r/oauth2-vimeo
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.
$ ./vendor/bin/phpunit
The MIT License (MIT). Please see License File for more information.