Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pmvc-plugin/curl


https://github.com/pmvc-plugin/curl

curl

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

[![Latest Stable Version](https://poser.pugx.org/pmvc-plugin/curl/v/stable)](https://packagist.org/packages/pmvc-plugin/curl)
[![Latest Unstable Version](https://poser.pugx.org/pmvc-plugin/curl/v/unstable)](https://packagist.org/packages/pmvc-plugin/curl)
[![CircleCI](https://circleci.com/gh/pmvc-plugin/curl/tree/master.svg?style=svg)](https://circleci.com/gh/pmvc-plugin/curl/tree/master)
[![License](https://poser.pugx.org/pmvc-plugin/curl/license)](https://packagist.org/packages/pmvc-plugin/curl)
[![Total Downloads](https://poser.pugx.org/pmvc-plugin/curl/downloads)](https://packagist.org/packages/pmvc-plugin/curl)

PMVC Curl Plugin
===

## Install with Composer
### 1. Download composer
* mkdir test_folder
* curl -sS https://getcomposer.org/installer | php

### 2. Install Use composer.json or use command-line directly
#### 2.1 Install Use composer.json
* vim composer.json
```
{
"require": {
"pmvc-plugin/curl": "dev-master"
}
}
```
* php composer.phar install

#### 2.2 Or use composer command-line
* php composer.phar require pmvc-plugin/curl