2017 © Pedro Peláez
 

library twitter

Laravel 4 Service Provider to interact with twitter account, like return a collection of the most recent Tweets posted by the user, post Tweets, delete status and get user profile.

image

wobeto/twitter

Laravel 4 Service Provider to interact with twitter account, like return a collection of the most recent Tweets posted by the user, post Tweets, delete status and get user profile.

  • Tuesday, September 16, 2014
  • by fernandowobeto
  • Repository
  • 3 Watchers
  • 1 Stars
  • 120 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 4 Versions
  • 1 % Grown

The README.md

laravel-twitter

Laravel 4 Service Provider to interact with twitter account, like return a collection of the most recent Tweets posted by user, post Tweets, delete and get user profile., (*1)

Latest Stable Version Total Downloads Latest Unstable Version License Code Climate, (*2)

Installation

Add wobeto/twitter to your composer.json file:, (*3)

"require": {
  "wobeto/twitter": "0.5.0"
}

Use composer to install this package., (*4)

$ composer update

Registering the Package

Register the service provider within the providers array found in app/config/app.php:, (*5)

'providers' => array(
    // ...

    'Wobeto\Twitter\TwitterServiceProvider'
)

Add an alias within the aliases array found in app/config/app.php:, (*6)

'aliases' => array(
    // ...

    'Twitter' => 'Wobeto\Twitter\Facade\Twitter',
)

Copy Config/twitter.php file to app/config/ and enter your data configurations, (*7)

The Versions

16/09 2014

0.6.1

0.6.1.0 https://github.com/fernandowobeto/laravel-twitter

Laravel 4 Service Provider to interact with twitter account, like return a collection of the most recent Tweets posted by the user, post Tweets, delete status and get user profile.

  Sources   Download

MIT

The Requires

 

laravel twitter provider

16/09 2014

dev-master

9999999-dev https://github.com/fernandowobeto/laravel-twitter

Laravel 4 Service Provider to interact with twitter account, like return a collection of the most recent Tweets posted by the user, post Tweets, delete status and get user profile.

  Sources   Download

MIT

The Requires

 

laravel twitter provider

27/08 2014

0.6.0

0.6.0.0 https://github.com/fernandowobeto/laravel-twitter

Laravel 4 Service Provider to interact with twitter account, like return a collection of the most recent Tweets posted by the user, post Tweets, delete status and get user profile.

  Sources   Download

MIT

The Requires

 

laravel twitter provider

19/08 2014

0.5.0

0.5.0.0

Laravel 4 Service Provider to interact with twitter account, like return a collection of the most recent Tweets posted by the user, post Tweets, delete status and get user profile.

  Sources   Download

MIT

The Requires

 

laravel twitter provider