Skip to content

1.0.0

Latest
Compare
Choose a tag to compare
@enishant enishant released this 03 Jun 21:39
· 15 commits to main since this release
329523c

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.