An open API service indexing awesome lists of open source software.

https://github.com/wmateam/curling

CURL request Handler for PHP
https://github.com/wmateam/curling

curl php

Last synced: 5 months ago
JSON representation

CURL request Handler for PHP

Awesome Lists containing this project

README

          

[![Build Status](https://travis-ci.org/wmateam/curling.svg?branch=master)](https://travis-ci.org/wmateam/curling)
[![Total Downloads](https://poser.pugx.org/wmateam/curling/downloads)](https://packagist.org/packages/wmateam/curling)
[![Latest Stable Version](https://poser.pugx.org/wmateam/curling/v/stable)](//packagist.org/packages/wmateam/curling)
[![Latest Unstable Version](https://poser.pugx.org/wmateam/curling/v/unstable)](//packagist.org/packages/wmateam/curling)
[![License](https://poser.pugx.org/wmateam/curling/license)](https://packagist.org/packages/wmateam/curling)
# Curling
CURL request Handler for PHP

Support :

* GET
* POST
* PUT
* PATCH
* DELETE

You can use proxy on your request.

This library support Authentication.
# [Wiki and Docs](https://github.com/wmateam/curling/wiki)