Libraries tagged by php http request
nahid/request-proxy
60 Downloads
Request proxy library helps you to proxy your request to another server
mateodioev/async-curl-requests
42 Downloads
Multi requests async with php
martinmulder/openapi-crowdstrike-falcon-php
31 Downloads
Use this API specification as a reference for the API endpoints you can use to interact with your Falcon environment. These endpoints support authentication via OAuth2 and interact with detections and network containment. For detailed usage guides and examples, see our [documentation inside the Falcon console](https://falcon.eu-1.crowdstrike.com/support/documentation). To use the APIs described below, combine the base URL with the path shown for each API endpoint. For commercial cloud customers, your base URL is `https://api.eu-1.crowdstrike.com`. Each API endpoint requires authorization via an OAuth2 token. Your first API request should retrieve an OAuth2 token using the `oauth2/token` endpoint, such as `https://api.eu-1.crowdstrike.com/oauth2/token`. For subsequent requests, include the OAuth2 token in an HTTP authorization header. Tokens expire after 30 minutes, after which you should make a new token request to continue making API requests.
maplephp/http
159 Downloads
MaplePHP/Http is a powerful and easy-to-use PHP library that fully supports the PSR-7 HTTP message interfaces.
alex-kalanis/remote-request
119 Downloads
PHP libraries for make queries onto remote servers
ilias/choir
10 Downloads
A PHP HTTP requests handler template
dejan7/httpquest
214 Downloads
PHP polyfill for HTTP request parsing
wolfmania/dcodemania
9 Downloads
DcodeMania is a PHP library for making simple HTTP Requests.
attokit/attobox
15 Downloads
Simple PHP framework for developing usage. Provide http request & response processing, router, resource building, and basic ORM supporting.
alexweissman/fortress
2371 Downloads
A PHP library for whitelisting, validating, and canonicalizing HTTP request data against a JSON Schema
vpsfreecz/httpful
15 Downloads
A Readable, Chainable, REST friendly, PHP HTTP Client
vadimon/kafka-router-for-laravel
11 Downloads
Package for Laravel to route consumed kafka messages to controllers same way as HTTP requests
tomrf/htmx-message
239 Downloads
PHP PSR-7 proxy classes with convenience methods for htmx requests and responses
pno/throttle
180 Downloads
StackPHP compatible class for throttling HTTP requests using Predis. Based on datagraph/rack-throttle.
marlemiesz/wp-sdk
8 Downloads
The WP API SDK for PHP is a client library that makes it easy to interact with the WordPress REST API from a PHP application. This SDK provides an easy-to-use interface for sending HTTP requests and handling the responses, and also includes convenient methods for accessing common API endpoints and data structures. With this SDK, developers can easily retrieve, create, update, and delete content and metadata within a WordPress site, and also perform other common tasks such as managing users and media. The WP API SDK for PHP is an essential tool for any PHP developer working with the WordPress platform, and provides a powerful and flexible way to build custom applications and integrations that interact with WordPress.