brlab-inc / oauth2-twitter
Twitter OAuth 2.0 Client Provider for The PHP League OAuth2-Client
1.0
2019-08-19 08:50 UTC
Requires
- abraham/twitteroauth: ^1.0
- league/oauth2-client: ^2.0
This package is auto-updated.
Last update: 2025-03-25 11:03:06 UTC
README
This package provides Twitter OAuth 2.0 support for the PHP League's OAuth 2.0 Client.
Installation
To install, use composer:
composer require brlab-inc/oauth2-twitter
Usage
Usage is the same as The League's OAuth client, using \BRlab\OAuth2\Client\Provider\Twitter
as the provider.
Testing
$ ./vendor/bin/phpunit
Contributing
Please see CONTRIBUTING for details.
Credits
License
The MIT License (MIT). Please see License File for more information.