Skip to content

Обертка для бработы с cUrl функциями

License

Notifications You must be signed in to change notification settings

mnlnk/curl-wrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Curl Wrapper 0.1.2

Требования:
  • PHP >= 8.0
  • ext-curl
Установка:
composer require mnlnk/curl-wrapper
Примеры:
use Manuylenko\CurlWrapper\Curl;

$curl = new Curl('https://google.com');

$curl->setOptions([
    CURLOPT_RETURNTRANSFER => true
]);

$response = $curl->exec();

echo $response;

About

Обертка для бработы с cUrl функциями

Topics

Resources

License

Stars

Watchers

Forks

Languages