Releases: enishant/magiccurl
Releases · enishant/magiccurl
1.0.0
MagicCurl PHP Library
Prerequisites
- A minimum of PHP 7.3 upto 8.0
- PHP cURL extension
Installation
- If your project using composer, run the below command
composer require enishant/magiccurl:1.*
- If you are not using composer, download the latest release from the releases section.
You should download themagiccurl.zip
file.
After that, includeMagicCurl.php
in your application and you can use the MagicCurl methods by creating it's instance.