hborras / twitteroauth
The most popular PHP library for use with the Twitter OAuth REST API.
Installs: 68
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 1 703
Open Issues: 0
pkg:composer/hborras/twitteroauth
Requires
- php: >=5.4.0
- ext-curl: *
Requires (Dev)
- phpmd/phpmd: 2.*
- phpunit/phpunit: 4.*
- squizlabs/php_codesniffer: 2.*
This package is auto-updated.
Last update: 2025-10-06 09:20:11 UTC
README
The most popular PHP library for Twitter's OAuth REST API.
See documentation at https://twitteroauth.com.
OAuth signing code originally sourced from here.