saf33r / oauth2-vimeo
Vimeo Client Provider for The PHP League OAuth 2.0 Client
Installs: 24 534
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 3
Open Issues: 0
Requires
- php: >=5.5.0
- league/oauth2-client: ^1.4 || ^2.0
Requires (Dev)
- mockery/mockery: ~0.9
- phpunit/phpunit: ~4.0
- squizlabs/php_codesniffer: ~2.0
This package is auto-updated.
Last update: 2024-10-17 22:11:45 UTC
README
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.