newclass/aranea

Simply web client.

v0.4.0 2023-05-30 20:39 UTC

This package is auto-updated.

Last update: 2024-08-30 01:28:50 UTC


README

license PHP 5.5+

What is Aranea?

Aranea is a PHP web client. All based on curl.

Installation

The best way to install is to use the composer by command:

composer require newclass/aranea
composer install

Use example

use Aranea\Client;

$client=new Client();

$response=$client->requestGet('http://google.com');