Libraries tagged by request php
djtommek/glympse-api
2199 Downloads
Unofficial PHP 7 API wrapper for making requests to glympse.com
yangusik/laravel-spawn
30 Downloads
Laravel adapter for PHP TrueAsync — async HTTP server with coroutine-per-request isolation
webrium/core
1540 Downloads
A lightweight set of PHP utility classes for common web tasks: routing, HTTP requests and headers, sessions, validation, file uploads, JWT, and hashing.
lambdaphp/lambdaphp
513 Downloads
Quick and Dirty PHP website hosting on Aws Lambda (pay by requests instead of monthly hosting fees)
krubio/perfect-web-kit
2235 Downloads
Shared PHP 8.5 web-UI toolkit: typed HTTP API client, request/session helpers, fail-closed auth guard, PSR-3 error handling, env loader, and asset utilities.
jazzsequence/ai-connector-secure-layer
2358 Downloads
Keeps LLM API keys out of the WordPress database. Fetches keys from Pantheon Secrets or environment variables on-demand at the moment an LLM request fires — never stored in wp_options, never pre-loaded as a PHP constant.
hejunjie/utils
8326 Downloads
一个零碎但实用的 PHP 工具函数集合库。包含文件、字符串、数组、网络请求等常用函数的工具类集合,提升开发效率,适用于日常 PHP 项目辅助功能 | A lightweight and practical PHP utility library that offers a collection of commonly used helper functions for files, strings, arrays, and HTTP requests—designed to streamline development and support everyday PHP projects.
gofabian/negotiation-middleware
81289 Downloads
PHP negotiation middleware for accept headers of PSR-7 requests. Uses the negotiation library willdurand/negotiation.
gilbitron/canonical-context-logging
5310 Downloads
PHP SDK for Canonical Context Logging - structured JSON logs with one wide event per request
dinke/curl-http-client
5626 Downloads
Curl based HTTP Client - Simple but effective OOP wrapper around Curl php lib. It allows sending post/get requests, using proxy, binding to specific IP, storing cookies etc.
jdgrimes/wp-http-testcase
20575 Downloads
PHPUnit testcase for WordPress code involving HTTP requests
tecnologiafox/php-request-dumper
1619 Downloads
ihexiang/requests
203 Downloads
PHP Requests 支持 GET、POST、PUT、PATCH、DELETE、HEAD、OPTIONS 等请求
forrest79/phpfpm-request
1691 Downloads
Run php-fpm requests from command line.
kiwfy/request-service-php
1987 Downloads
PHP library using Guzzle base to send request to any services. Good to use in microservice architecture