Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pahanini/yii2-curl

A cURL library with support for multiple requests.
https://github.com/pahanini/yii2-curl

Last synced: 17 days ago
JSON representation

A cURL library with support for multiple requests.

Awesome Lists containing this project

README

        

# A Yii2 cURL library

A lightweight library with support for multiple requests in parallel.

[![Build Status](https://travis-ci.org/pahanini/yii2-curl.svg)](https://travis-ci.org/pahanini/yii2-curl)
[![Code Climate](https://codeclimate.com/github/pahanini/yii2-curl/badges/gpa.svg)](https://codeclimate.com/github/pahanini/yii2-curl)
[![Latest Stable Version](https://poser.pugx.org/pahanini/yii2-curl/v/stable)](https://packagist.org/packages/pahanini/yii2-curl)
[![Total Downloads](https://poser.pugx.org/pahanini/yii2-curl/downloads)](https://packagist.org/packages/pahanini/yii2-curl)
[![Latest Unstable Version](https://poser.pugx.org/pahanini/yii2-curl/v/unstable)](https://packagist.org/packages/pahanini/yii2-curl)
[![License](https://poser.pugx.org/pahanini/yii2-curl/license)](https://packagist.org/packages/pahanini/yii2-curl)

## Usage

- [Creating request](request.md)
- [Sending request](send.md)
- [Getting response](response.md)

## Testing

- `composer install`
- `codecept build`
- `codecept run`