thitami/oauth2-dailymotion

DailyMotion Client Provider for The PHP League OAuth 2.0 Client

dev-master / 1.0.x-dev 2017-09-12 14:23 UTC

This package is not auto-updated.

Last update: 2025-07-20 07:00:09 UTC


README

This package provides DailyMotion 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 thitami/oauth2-dailymotion

Usage

Usage is the same as The League's OAuth client, just use Thitami\OAuth2\Client\Provider\DailyMotion 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.