Twitteroauth Versions Save

The most popular PHP library for use with the Twitter OAuth REST API.

3.0.0

2 years ago
  • Support API v2
$connection = new TwitterOAuth(...);
$connection->setApiVersion('2');
$response = $connection->get('users', ['ids' => 12]);

2.0.2

2 years ago
  • Update ca-bundle

2.0.1

3 years ago
  • Drop support for PHP 7.2

2.0.0

3 years ago
  • Support PHP 8

1.2.0

3 years ago
  • Use composer/ca-bundle

1.0.1

5 years ago
  • Update cacert.pem

1.0.0

5 years ago

1.x is the last version to support PHP versions < 7.2. 1.x will get critical security and bug fixes while feature development will go toward a future 2.x release.

0.9.2

5 years ago
  • Coerce boolean to 'boolean'

0.9.0

5 years ago
  • Support JSON data for POST requests
  • Add linting to CI
  • Test on PHP 7.2 and nightly
  • Added method to check media status
  • Throw an exception if file doesn't exist during media upload
  • Add option to auto-retry requests that get 5XX errors

0.9.1

5 years ago
  • Update cacert.pem