LightAir / EasyCurl

A easy CURL wrapper for PHP

Home Page:https://packagist.org/packages/lightair/easycurl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EasyCurl

EasyCurl, its easy CURL wrapper for PHP.

Build Status license codecov Codacy Badge

No longer supported

This package is obsolete and is no longer supported. Use other packages, e.g. guzzle

Install

composer require lightair/easycurl

How to use

use LightAir\Utils\EasyCurl;

$easyCurl = new EasyCurl('http://yandex.ru');
$result = $easyCurl->get();

Lumen and Laravel

No longer supported

Run tests

./tests-run.sh

About

A easy CURL wrapper for PHP

https://packagist.org/packages/lightair/easycurl

License:MIT License


Languages

Language:PHP 98.8%Language:Shell 1.2%