All Projects → ImMaax → SimplecURL

ImMaax / SimplecURL

Licence: MIT license
Easy to use HTTP Client for PHP

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to SimplecURL

Lush Http
Smart Http Client for PHP
Stars: ✭ 60 (+328.57%)
Mutual labels:  curl, http-client
curly.hpp
Simple cURL C++17 wrapper
Stars: ✭ 48 (+242.86%)
Mutual labels:  curl, http-client
Http Client
A high-performance, high-stability, cross-platform HTTP client.
Stars: ✭ 86 (+514.29%)
Mutual labels:  curl, http-client
Guzzle
Guzzle, an extensible PHP HTTP client
Stars: ✭ 21,384 (+152642.86%)
Mutual labels:  curl, http-client
Httpie
As easy as /aitch-tee-tee-pie/ 🥧 Modern, user-friendly command-line HTTP client for the API era. JSON support, colors, sessions, downloads, plugins & more. https://twitter.com/httpie
Stars: ✭ 53,052 (+378842.86%)
Mutual labels:  curl, http-client
Urllib
Request HTTP(s) URLs in a complex world
Stars: ✭ 600 (+4185.71%)
Mutual labels:  curl, http-client
H2c
headers 2 curl. Provided a set of HTTP request headers, output the curl command line for generating that set. Try the converter online at
Stars: ✭ 113 (+707.14%)
Mutual labels:  curl, http-client
Kurly
kurly is an alternative to the widely popular curl program, written in Golang.
Stars: ✭ 319 (+2178.57%)
Mutual labels:  curl, http-client
Ob Http
make http request within org-mode babel
Stars: ✭ 191 (+1264.29%)
Mutual labels:  curl, http-client
Curlsharp
CurlSharp - .Net binding and object-oriented wrapper for libcurl.
Stars: ✭ 153 (+992.86%)
Mutual labels:  curl, http-client
Node Libcurl
libcurl bindings for Node.js
Stars: ✭ 447 (+3092.86%)
Mutual labels:  curl, http-client
php-curl-cookbook
PHP CURL Cookbook 📖
Stars: ✭ 83 (+492.86%)
Mutual labels:  curl, http-client
Yii2 Httpclient
Yii 2 HTTP client
Stars: ✭ 406 (+2800%)
Mutual labels:  curl, http-client
Curlie
The power of curl, the ease of use of httpie.
Stars: ✭ 877 (+6164.29%)
Mutual labels:  curl, http-client
Requests
Requests for PHP is a humble HTTP request library. It simplifies how you interact with other sites and takes away all your worries.
Stars: ✭ 3,433 (+24421.43%)
Mutual labels:  curl, http-client
Katipo
HTTP2 client for Erlang based on libcurl and libevent
Stars: ✭ 90 (+542.86%)
Mutual labels:  curl, http-client
Requester
Powerful, modern HTTP/REST client built on top of the Requests library
Stars: ✭ 273 (+1850%)
Mutual labels:  curl, http-client
Insomnia
The open-source, cross-platform API client for GraphQL, REST, and gRPC.
Stars: ✭ 18,969 (+135392.86%)
Mutual labels:  curl, http-client
Httpp
Micro http server and client written in C++
Stars: ✭ 144 (+928.57%)
Mutual labels:  curl, http-client
Fetch
Asynchronous HTTP client with promises.
Stars: ✭ 29 (+107.14%)
Mutual labels:  curl, http-client

SimplecURL

This project is archived! Use at your own caution.


Build Status Code Climate maintainability

SimplecURL is a simple and modern wrapper around PHP's ext-curl.

$client = new SimplecURL\Client;
$res = $client->request('GET', 'http://127.0.0.1:8080/');

echo $res->getBody();

Installation

composer require simplecurl/simplecurl

Docs

Docs can be found in /docs or at https://immaax.github.io/SimplecURL/.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].