dev-master
9999999-devAPI Twitter
GPL-3.0-only
The Requires
- php >=7.1
- abraham/twitteroauth ^0.7
The Development Requires
1.0.1
1.0.1.0API Twitter
GPL-3.0-only
The Requires
- php >=7.1
- abraham/twitteroauth ^0.7
The Development Requires
Wallogit.com
2017 © Pedro Peláez
API Twitter
This is simple PHP Library to use Twitter API., (*1)
Library ini dapat diinstall dengan Composer., (*2)
composer require bagusrin/twitter:1.*, (*3)
Jika Anda masih belum memahami bagaimana cara menggunakan Composer, silahkan baca Getting Started with Composer., (*4)
Register your application at http://apps.twitter.com/app, (*5)
```php use Abraham\TwitterOAuth\TwitterOAuth; use Bagusrin\Twitter\Client;, (*6)
$twitterOAuth = new TwitterOAuth($consumerKey, $consumerSecret); $client = new Client($twitterOAuth);, (*7)
// Retrieve the last 50 items in the user's timeline $tweets = $client->getTimeline(50);, (*8)
API Twitter
GPL-3.0-only
API Twitter
GPL-3.0-only