Libraries tagged by API v1.1
tang/twitter-rest-api
28 Downloads
Classes that interface with Twitter REST API v1.1 using Application-only authentication
rabinshr/php-twitter-oauth-api
32 Downloads
Simple PHP Wrapper for Twitter OAuth API v1.1
hefengxian/twitter-api-php
36 Downloads
Simple PHP Wrapper for Twitter API v1.1 calls
headoo/twitter-api-php
115 Downloads
Simple PHP Wrapper for Twitter API v1.1 calls adapted to Symfony2 based applications
grow-services/growclient-v1.1-php
18 Downloads
Official PHP client library for GROW-Services.net API v1.1
grandmasterx/twitter-api-php
339 Downloads
Simple PHP Wrapper for Twitter API v1.1 calls
diginedbv/twitter-api-php
2315 Downloads
Simple PHP Wrapper for Twitter API v1.1 calls
digia/php-twit-api
6 Downloads
PHP Library for interacting with Twitter API v1.1
aasiutin/twitter-api-php
357 Downloads
Provides library for Twitter API v1.1 calls
joseiogr/twitter-api-php
193 Downloads
Simple PHP Wrapper for Twitter API v1.1 calls adapted to Symfony2 based applications
1a65/gionin-api
83 Downloads
Gionin API V1 PHP wrapper
kruegge82/billbee-php-sdk-api
14 Downloads
Documentation of the Billbee REST API to connect a Billbee account to external aplications. ## Endpoint The Billbee API endpoint base url is https://api.billbee.io/api/v1 ## Activation You have to enable the API in the settings of your Billbee account. In addition you need a Billbee API Key identifying the application you develop. To get an API key, send a mail to [email protected] and send us a short note about what you are building. ## Authorization & security Because you can access private data with the Billbee API, every request has to be sent over https and must * Contain a valid API Key identifying the application/developer. It has to be sent as the HTTP header X-Billbee-Api-Key * Contain a valid user login with billbee username and api password in form of a basic auth HTTP header ## Throttling 50 calls per second for each API Key. 10 calls per second for each API Key in combination with Billbee user. Besides that each endpoint has a throttle of max 2 requests per second per combination of API Key and Billbee user. When you exceed the throttle threshold, the API will return a HTTP 429 status code and a Retry-After-Header indicating how many seconds you will have to wait before you can call the API again.
mutantlabs/twitter-rest
14 Downloads
A simple Class to interface with Twitter API v1.1 using OAuth, and return tweets as JSON via a get method. Uses RestService and twitteroauth
kylebeckles-brightfuture/twitteroauth
120 Downloads
PHP library to communicate with Twitter OAuth API version 1.1. Forked from hricardoper/twitteroauth @ https://github.com/ricardoper.
impensavel/floodgate
81 Downloads
A PHP library for consuming data from the Twitter Streaming API v1.1 via OAuth