PHPackages                             mingalevme/twapponator - 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. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. mingalevme/twapponator

ActiveLibrary[Authentication &amp; Authorization](/categories/authentication)

mingalevme/twapponator
======================

TWitter APPlication ONly authenticATOR

1.0.0(8y ago)02.4kMITPHPPHP &gt;=5.3.0

Since May 25Pushed 8y ago1 watchersCompare

[ Source](https://github.com/mingalevme/twapponator)[ Packagist](https://packagist.org/packages/mingalevme/twapponator)[ Docs](https://github.com/mingalevme/twapponator)[ RSS](/packages/mingalevme-twapponator/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependencies (1)Versions (2)Used By (0)

Twapponator - TWitter APPlication ONly authenticATOR
====================================================

[](#twapponator---twitter-application-only-authenticator)

Weclcome
--------

[](#weclcome)

**Twapponator** - Very simple PHP Twitter [Application Only](https://dev.twitter.com/oauth/application-only) Authentication Client.

Travis CI
=========

[](#travis-ci)

[![Build Status](https://camo.githubusercontent.com/6beecc6b3e99cdbc00999f4ff4db2a966db5eb7c602c5adb6768daedfe1d591f/68747470733a2f2f7472617669732d63692e6f72672f6d696e67616c65766d652f74776170706f6e61746f722e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/mingalevme/twapponator)

Codecov
=======

[](#codecov)

[![codecov](https://camo.githubusercontent.com/8f5a4cc0fa03fce60cdb68247ca89622bb3ee08701c9648b2d4ce627ff88b9d2/68747470733a2f2f636f6465636f762e696f2f67682f6d696e67616c65766d652f74776170706f6e61746f722f6272616e63682f6d61737465722f67726170682f62616467652e737667)](https://codecov.io/gh/mingalevme/twapponator)

Installing via Composer
-----------------------

[](#installing-via-composer)

The recomended way to install **Twapponator** is through [Composer](http://getcomposer.org/).

```
# Install Composer
curl -sS https://getcomposer.org/installer | php

# Add Twapponator as a dependency
php composer.phar require mingalevme/twapponator

```

After installing, you need to require Composer's autoloader:

```
require 'vendor/autoload.php';

```

Dependencies
------------

[](#dependencies)

```
"php": ">=5.3.0"
"ext-curl": "*"

```

Basic Usage
-----------

[](#basic-usage)

Once installed you can easily access all of the Twitter API endpoints supported by [Application Only Authentication](https://dev.twitter.com/oauth/application-only). You can view those enpoints [here](https://dev.twitter.com/docs/rate-limiting/1.1/limits).

```
