PHPackages                             klebervmv/easycurl - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [HTTP &amp; Networking](/categories/http)
4. /
5. klebervmv/easycurl

ActiveLibrary[HTTP &amp; Networking](/categories/http)

klebervmv/easycurl
==================

EasyCurl is a library that facilitates the use of Curl requests

1.0.13(1y ago)33441MITPHPPHP &gt;=7.2

Since Feb 3Pushed 1y ago1 watchersCompare

[ Source](https://github.com/klebervmv/easyCurl)[ Packagist](https://packagist.org/packages/klebervmv/easycurl)[ RSS](/packages/klebervmv-easycurl/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (15)Used By (1)

EasyCurl
========

[](#easycurl)

Installation
------------

[](#installation)

Uploader is available via Composer:

```
"klebervmv/easycurl": "1.0.*"
```

or run

```
composer require klebervmv/easycurl
```

Documentation
-------------

[](#documentation)

The easyCurl was developed to facilitate the use of curl communication for simple requests, supporting methods such as GET, POST, PUT and DELEATE. Still allows sending images via CURL

### Details of Construct:

[](#details-of-construct)

#### The construct has 3 parameters, with only one mandatory:

[](#the-construct-has-3-parameters-with-only-one-mandatory)

1° parameter is the Base URL;
2° is ssl verification - default true;
3° is the json or xml post type - default json.

From version 1.0.10 onwards, the possibility of making requests and not waiting for them to return was implemented. To do this, insert the false option within the send method: send(false).

```
