Skip to content

Releases: enishant/magiccurl

1.0.0

03 Jun 21:39
329523c
Compare
Choose a tag to compare

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 the magiccurl.zip file.
    After that, include MagicCurl.php in your application and you can use the MagicCurl methods by creating it's instance.