saf33r/oauth2-vimeo

Vimeo Client Provider for The PHP League OAuth 2.0 Client

0.3.0 2021-12-03 17:48 UTC

This package is auto-updated.

Last update: 2024-04-17 21:03:48 UTC


README

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.