Download the PHP package minicli/curly without Composer
On this page you can find all versions of the php package minicli/curly. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download minicli/curly
More information about minicli/curly
Files in minicli/curly
Download minicli/curly
More information about minicli/curly
Files in minicli/curly
Vendor minicli
Package curly
Short Description Simple Curl Client
License MIT
Homepage https://github.com/erikaheidi/minicli
Package curly
Short Description Simple Curl Client
License MIT
Homepage https://github.com/erikaheidi/minicli
Please rate this library. Is it a good library?
Informations about the package curly
curly
A tiny experimental curl client built for Minicli (but can be also used standalone).
Requirements
Requires curl
and php-curl
.
Installation
To include Curly in your app, first require the dependency with Composer:
Usage
Use the Minicli/Curl/Client
class to make GET and POST requests using the get()
and post()
methods, respectively.
This example queries the DEV API and gets the latest posts from a user:
The following single-command Minicli application will fetch a user's latest stats from DEV.to using Curly (this requires minicli/minicli
):
All versions of curly with dependencies
PHP Build Version
Package Version
Requires
ext-curl Version
*
ext-json Version *
ext-json Version *
The package minicli/curly contains the following files
Loading the files please wait ....