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

https://github.com/mountpoint/curl

Tiny cURL wrapper
https://github.com/mountpoint/curl

curl php

Last synced: 16 days ago
JSON representation

Tiny cURL wrapper

Awesome Lists containing this project

README

          

A tiny cURL wrapper
========================

v0.1.3

## Installation & loading

cURL wrapper is available via [Composer/Packagist](https://packagist.org/packages/mountpoint/curl) (using semantic versioning), so just add this line to your `composer.json` file:

```json
"mountpoint/curl": "~0.1"
```

or

```sh
composer require mountpoint/curl
```