Requests
HTTP client
A lightweight HTTP request library for PHP that simplifies sending HTTP requests without the need to manually handle cURL or socket interactions.
Requests for PHP is a humble HTTP request library. It simplifies how you interact with other sites and takes away all your worries.
4k stars
123 watching
499 forks
Language: PHP
last commit: 6 days ago
Linked from 3 awesome lists
curlhttphttp-clientphpphp-curl
Related projects:
Repository | Description | Stars |
---|---|---|
psf/requests | A simple HTTP library that allows easy and elegant communication between clients and servers. | 52,280 |
request/request | A simple HTTP client for making requests with built-in support for streaming, headers, and redirects. | 25,678 |
php-curl-class/php-curl-class | A PHP class that provides an easy-to-use interface for sending HTTP requests and integrating with web APIs. | 3,266 |
pokeb/asi-http-request | A set of tools and classes for making HTTP requests in Objective-C, providing an easy-to-use interface for interacting with web servers. | 5,773 |
php-mod/curl | A dependency-free wrapper of the PHP cURL extension providing a simple and convenient API for making HTTP requests. | 326 |
guzzle/guzzle | A PHP HTTP client library for building simple and flexible web service interactions. | 23,246 |
asmcos/requests | An HTTP client library that allows users to send HTTP requests with ease and flexibility | 664 |
reactphp/reactphp | A low-level library for event-driven programming in PHP with an event loop and various utilities for asynchronous networking. | 8,955 |
orange-opensource/hurl | A command line tool for testing and running HTTP requests with plain text format. | 13,431 |
hoppscotch/hoppscotch | An API development and testing ecosystem with a minimalistic UI, supporting various protocols and authentication methods. | 66,110 |
galvao/jhrw | A wrapper for making HTTP requests in JavaScript with additional features and error handling. | 2 |
darrenburns/posting | A terminal-based HTTP client with advanced features and customizable workflows | 6,317 |
ixudra/curl | A custom cURL library for the Laravel framework providing an easy interface for sending HTTP requests. | 561 |
xmendez/wfuzz | A tool to automatically generate and test web application inputs for security vulnerabilities | 5,977 |
jakechampion/fetch | A polyfill for the Fetch API in web browsers | 25,751 |