Skip to content
This repository has been archived by the owner on May 17, 2024. It is now read-only.

Latest commit

 

History

History
34 lines (26 loc) · 1.14 KB

README.md

File metadata and controls

34 lines (26 loc) · 1.14 KB

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