Libraries tagged by php http request

fuziion/http-api-client

0 Favers
0 Downloads

This PHP library provides a simple and versatile HTTP API client for interacting with APIs. It allows you to make GET and POST requests to an API, and it also includes a data handling feature for easily working with API response data.

Go to Download


xiaocar/http-client

0 Favers
21 Downloads

A non-blocking concurrency framework for PHP applications

Go to Download


vection-framework/http

2 Favers
0 Downloads

The Vection HTTP Kernel is a processor with middleware support.

Go to Download


svsoft/symfony-request-builder

0 Favers
4 Downloads

Simple builder for the sending request based on the component symfony/http-client

Go to Download


simplyfier/http

0 Favers
30 Downloads

The HTTP and Router package for StupidlySimple framework

Go to Download


pio/http

0 Favers
28 Downloads

Pio HTTP foundation.

Go to Download


php-psr-middleware/null-request-handler

0 Favers
15 Downloads

Null PHP PSR Request Handler that returns a new Response with the provided HTTP status.

Go to Download


mzb/php-router-matcher

0 Favers
9 Downloads

The router component allows you to define routes that correspond to controllers or managers that should receive the request. A router parses the URI to extract this information. The router has two modes: MVC, and match-only. The first mode is ideal for working on MVC applications.

Go to Download


malvik-lab/laravel-http-logger

0 Favers
39 Downloads

Log every request and response of Laravel PHP Framework.

Go to Download


link1515/http-utils-php5

0 Favers
19 Downloads

For users working with PHP 5.x environments, this package provides a convenient solution. It provides encapsulated utilities for handling requests and responses.

Go to Download


kruegge82/billbee-php-sdk-api

0 Favers
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.

Go to Download


kingkernel/request

0 Favers
10 Downloads

Blblioteca php para lidar e manipular as requisições do protocolo HTTP

Go to Download


jeontwikkeling-nl/ltisaas_client_api_php

0 Favers
18 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.

Go to Download


javansolo/http-send-file

0 Favers
43 Downloads

PHP lib which sends a file with support for (multiple) range requests and throttle.

Go to Download


improvframework/http-constants

0 Favers
18 Downloads

HTTP-specific constants to be used in any libraries that rely on the HTTP Protocol.

Go to Download


<< Previous Next >>