Download the PHP package icemont/curlwrapper without Composer
On this page you can find all versions of the php package icemont/curlwrapper. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package curlwrapper
CurlWrapper
The simplest and smallest OOP wrapper for PHP cURL with no overhead.
Designed to test and work with simple RestFull and JSON APIs and execute simple queries.
Installation
$ composer require icemont/curlwrapper
Usage
Example POST request with custom header and data
File: examples/simple_request.php
Simple POST and GET requests
Example of new ticket creation via the osTicket API
File: examples/osticket_create_ticket.php
Contact
Open an issue on GitHub if you have any problems or suggestions.
License
The contents of this repository is released under the MIT license.
All versions of curlwrapper with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.0
ext-curl Version *
ext-json Version *
ext-curl Version *
ext-json Version *
The package icemont/curlwrapper contains the following files
Loading the files please wait ....