draterattletrap/twitter-oauth2

Sandbox for working with the Twitter v2 API using OAuth 2.0 w/ PKCE

Installs: 3

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/draterattletrap/twitter-oauth2

0.1.0 2023-10-14 01:46 UTC

This package is auto-updated.

Last update: 2025-10-14 06:27:59 UTC


README

Sandbox for working with the Twitter v2 API using OAuth 2.0 w/ PKCE

Installation

To install DrateRattletrap Twitter Oauth2, run the following command:

composer require draterattletrap/twitter-oauth2

To install the latest commit version:

composer require draterattletrap/twitter-oauth2 @develop

Installation instructions to use the composer command can be found on https://github.com/composer/composer.

Requirements

DrateRattletrap Twitter Oauth2 PHP 8.1 and beyond.

Contributing

  1. Check for open issues or open a new issue to start a discussion around a bug or feature.
  2. Write one or more tests for the new feature or that expose the bug.
  3. Make code changes to implement the feature or fix the bug.