Libraries tagged by http verbs
kohanaworld/http-mock
25 Downloads
Mock HTTP requests on the server side in your PHP unit tests, PSR/7 Fork of internations version php: >= 8.2
c-trax/http-client
235 Downloads
An http tool that signs and makes requests from the client instances to the central server and vice-verssa
bbrothers/http-transitions
8132 Downloads
API versioning with transition stages (migrations) based on a request header.
adm-sim/legacy-http-client
4 Downloads
Legacy HTTP Client for very old PHP (e.g.: PHP5). Minimum PHP version is 5.3 (needed for namespace)
yusefauto1/guzzle-compat
135 Downloads
compat-version of guzzle
mvccore/ext-router-localization
322 Downloads
MvcCore - Extension - Router - Media & Localization - extension to manage website localizations (language or language and locale). For any HTTP method, multi or single language (or lang. with locale) patterns and reverses, URL addresses like `/en/path` or `/en-US/path`, very configurable.
mohamm6d/bigcommerce-api-v3
20 Downloads
Enables PHP applications to communicate with the Bigcommerce API version 3
freeeed/zabbix
310 Downloads
PHP version of the Zabbix API
yulinho/pseudocrypt
17 Downloads
Composer friendly version of http://web.archive.org/web/20130727034425/http://blog.kevburnsjr.com/php-unique-hash
yulinho/pseudo-crypt
11 Downloads
Composer friendly version of http://web.archive.org/web/20130727034425/http://blog.kevburnsjr.com/php-unique-hash
yulinho/mediawikizhconverter
10 Downloads
Composer friendly version of http://web.archive.org/web/20130727034425/http://blog.kevburnsjr.com/php-unique-hash
jason-durian/pseudo-crypt
33 Downloads
Composer friendly version of http://web.archive.org/web/20130727034425/http://blog.kevburnsjr.com/php-unique-hash
websourcecz/less.php
45 Downloads
PHP port of the Javascript version of LESS http://lesscss.org (Originally maintained by Josh Schmidt)
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.
phpstandard/raw-request-factory
97 Downloads
A library to create a server request that implements PSR-7 ServerRequestInterface from the raw http request string and vice versa according to the RFC2616 Section 5