Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/pahanini/yii2-curl
- Owner: pahanini
- Created: 2015-03-20T13:58:44.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-12-19T12:42:32.000Z (almost 7 years ago)
- Last Synced: 2024-10-06T22:15:58.463Z (about 1 month ago)
- Language: PHP
- Size: 26.4 KB
- Stars: 5
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`