php-multi-curl
php-multi-curl copied to clipboard
Not compatible with PHP 8
Doesn't seems to be compatible with PHP 8.0
<?php
require 'vendor/autoload.php';
$downloader = \JMathai\PhpMultiCurl\MultiCurl::getInstance();
$request = $downloader->addUrl('https://example.com');
echo 'Done';
will throw error: PHP Fatal error: Uncaught Error: Class "JMathai\PhpMultiCurl\MultiCurlInvalidParameterException" not found in /test-project/vendor/jmathai/php-multi-curl/src/MultiCurl.php:681
Same Here !
@thevilx I switched to this one: https://gist.github.com/nicklasos/365a251d63d94876179c
Working great for me