Download the PHP package diversen/mycurl without Composer
On this page you can find all versions of the php package diversen/mycurl. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download diversen/mycurl
More information about diversen/mycurl
Files in diversen/mycurl
Download diversen/mycurl
More information about diversen/mycurl
Files in diversen/mycurl
Vendor diversen
Package mycurl
Short Description Simple Curl wrapper for most common usage
License MIT
Homepage https://github.com/diversen/mycurl
Package mycurl
Short Description Simple Curl wrapper for most common usage
License MIT
Homepage https://github.com/diversen/mycurl
Keywords curl
Please rate this library. Is it a good library?
Informations about the package mycurl
mycurl
Example
~~~.php include_once "vendor/autoload.php"; use diversen\mycurl;
$c = new mycurl('http://coscms/account/login/index'); $post = array ( 'email' => 'test', 'password' => 'test', 'submit_account_login' => 'Send');
$c->setPost($post); $c->createCurl();
echo $c->getWebPage();
All versions of mycurl with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.0
The package diversen/mycurl contains the following files
Loading the files please wait ....