Libraries tagged by request php
kudobuzz/google-analytics-php
2568 Downloads
Kudobuzz Google Analytics Is A PHP Library For Making Google Analytics And OAuth Requests
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.
kingkernel/request
11 Downloads
Blblioteca php para lidar e manipular as requisições do protocolo HTTP
khalyomede/pulsar-php
54 Downloads
API request and response, without using CURL.
kdubuc/invocator-php
2 Downloads
Handles HTTP requests using stdio
jyoungblood/http-request
32 Downloads
PHP functions to handle sending and receiving HTTP requests with CURL.
jumpifbelow/php-http
36 Downloads
Classes to craft HTTP request easily
jumas-cola/wildberries-api-php
42 Downloads
Wildberries REST API statistics client library with throttling requests
jsonms/php
22 Downloads
A JSON.ms requests handler to install on your own server.
jhoff/request-monitor
439 Downloads
PHP utility to monitor and report external HTTP requests
jeremiah-shaulov/php-web-node
22 Downloads
PHP-FPM implementation that allows to preserve resources (global variables) between requests, so database connections pool is possible
jeontwikkeling-nl/ltisaas_client_api_php
25 Downloads
A brief overview of the API versions: v0: This version is solely for testing and does not interact with the database, nor does it involve any validation. It simply serves mock data. v1: This is the official version of the LtiSaas API, intended for production use. Please be informed that when testing version v0, the HTTP Access-Token header should be set with the value 'dummy'. Also, please note that the API has a limit of 2500 results per response. Additionally, all webservices support both POST and GET requests. However, the POST method is required when uploading files.
jens1o/smashcast-api-php-unofficial
11 Downloads
Handles api requests to smashcast nicely!
intelogie/php-ews
24 Downloads
The PHP Exchange Web Services library (php-ews) is intended to make communication with Microsoft Exchange servers using Exchange Web Services easier. It handles the NTLM authentication required to use the SOAP services and provides an object-oriented interface to the complex types required to form a request.
hxgf/http-request
45 Downloads
PHP functions to handle sending and receiving HTTP requests with CURL.