2017 © Pedro Peláez
 

library twitter

Endroid Twitter

image

ebeinarovic/twitter

Endroid Twitter

  • Tuesday, August 27, 2013
  • by beinarovic
  • Repository
  • 1 Watchers
  • 0 Stars
  • 61 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 14 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

Endroid Twitter

By endroid, (*1)

Build Status Latest Stable Version Total Downloads, (*2)

Twitter helps making requests to the Twitter API, without having to bother too much about OAuth headers and building requests. The only things you need are the keys which you can find in the developer console., (*3)

<?php

$twitter = new Endroid\Twitter\Twitter($consumerKey, $consumerSecret, $accessToken, $accessTokenSecret);

// Retrieve the user's timeline
$tweets = $twitter->getTimeline(array(
    'count' => 5
));

// Or retrieve the timeline using the generic query method
$response = $twitter->query('statuses/user_timeline', 'GET', 'json', $parameters);
$tweets = json_decode($response->getContent());

Symfony

You can use EndroidTwitterBundle to enable this service in your Symfony application or to expose the Twitter API through your own domain., (*4)

License

This bundle is under the MIT license. For the full copyright and license information, please view the LICENSE file that was distributed with this source code., (*5)

The Versions

27/08 2013

dev-master

9999999-dev https://github.com/ebeinarovic/Twitter

Endroid Twitter

  Sources   Download

MIT

The Requires

 

twitter endroid 1.1

23/06 2013

1.1.2

1.1.2.0 https://github.com/endroid/Twitter

Endroid Twitter

  Sources   Download

MIT

The Requires

 

twitter endroid

04/06 2013

1.1.1

1.1.1.0 https://github.com/endroid/Twitter

Endroid Twitter

  Sources   Download

MIT

The Requires

 

twitter endroid

06/12 2012

1.1.0

1.1.0.0 https://github.com/endroid/Twitter

Endroid Twitter

  Sources   Download

MIT

The Requires

 

twitter endroid

01/12 2012

1.0.0

1.0.0.0 https://github.com/endroid/Twitter

Endroid Twitter

  Sources   Download

MIT

The Requires

 

twitter endroid