newclass/aranea

Simply web client.

Installs: 851

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/newclass/aranea

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

This package is auto-updated.

Last update: 2025-09-29 01:58:05 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');