2017 © Pedro Peláez
 

library twitter

API Twitter

image

bagusrin/twitter

API Twitter

  • Thursday, April 5, 2018
  • by bagusrin
  • Repository
  • 1 Watchers
  • 0 Stars
  • 18 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 20 % Grown

The README.md

Twitter API

This is simple PHP Library to use Twitter API., (*1)

Cara Install

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)

Get consumer access key and token from Twitter

Register your application at http://apps.twitter.com/app, (*5)

Usage

```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)

The Versions

05/04 2018

dev-master

9999999-dev

API Twitter

  Sources   Download

GPL-3.0-only

The Requires

 

The Development Requires

01/04 2018

1.0.1

1.0.1.0

API Twitter

  Sources   Download

GPL-3.0-only

The Requires

 

The Development Requires