PHPackages                             desarrolla2/twitter-client - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. desarrolla2/twitter-client

AbandonedLibrary[API Development](/categories/api)

desarrolla2/twitter-client
==========================

A independent Twitter client library to retrieve Twits.

v2.0.0(12y ago)2661MITPHPPHP &gt;=5.3.0

Since Dec 13Pushed 12y ago1 watchersCompare

[ Source](https://github.com/desarrolla2/TwitterClient)[ Packagist](https://packagist.org/packages/desarrolla2/twitter-client)[ RSS](/packages/desarrolla2-twitter-client/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (1)Versions (3)Used By (1)

TwitterClient
=============

[](#twitterclient)

[![Build Status](https://camo.githubusercontent.com/c3a9a61d392a1682af4469584f64f491588f7eb561183c4f269bb423ef7be637/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f6465736172726f6c6c61322f54776974746572436c69656e742e706e67)](http://travis-ci.org/desarrolla2/TwitterClient)

A independent Twitter Client library. This library depends from RSSClient

Installation
------------

[](#installation)

### With Composer

[](#with-composer)

It is best installed it through [packagist](http://packagist.org/packages/desarrolla2/twitter-client)by including `desarrolla2/twitter-client` in your project composer.json require:

```
    "require": {
        // ...
        "desarrolla2/twitter-client":  "dev-master"
    }
```

### Without Composer

[](#without-composer)

You can also download it from \[Github\] (), but no autoloader is provided so you'll need to register it with your own PSR-0 compatible autoloader.

Usage
-----

[](#usage)

### Without Cache

[](#without-cache)

This example does not use any cache, so it probably will be too slow to be used on a website, you should implement your system cache, or use the cache system described below

```
