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.zipfile.
After that, includeMagicCurl.phpin your application and you can use the MagicCurl methods by creating it's instance.