Libraries tagged by API v1.1
hefengxian/twitter-api-php
41 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
19 Downloads
Official PHP client library for GROW-Services.net API v1.1
grandmasterx/twitter-api-php
345 Downloads
Simple PHP Wrapper for Twitter API v1.1 calls
diginedbv/twitter-api-php
2320 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
360 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
mon-suivi-logement/sellsy-api-v1-cache-strategy
540 Downloads
A cache strategy for Sellsy Api v1, build on top of Kevinrob Guzzle caceh middleware
1a65/gionin-api
84 Downloads
Gionin API V1 PHP wrapper
oktey/api-php-v1
39 Downloads
Api PHP client for Oktey services - version 1
kruegge82/billbee-php-sdk-api
25 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.
rewardswise/yodlee-sdk-php
3 Downloads
This file describes the Yodlee Platform APIs using the swagger notation. You can use this swagger file to generate client side SDKs to the Yodlee Platform APIs for many different programming languages. Yodlee API v1.1 - Overview.You will have to set the header before making the API call. The following headers apply to all the APIs:Authorization: This header holds the access token Api-Version: 1.1Note: If there are any API-specific headers, they are mentioned explicitly in the respective API's description.
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
121 Downloads
PHP library to communicate with Twitter OAuth API version 1.1. Forked from hricardoper/twitteroauth @ https://github.com/ricardoper.