newclass/aranea

Simply web client.

Maintainers

Package info

github.com/newclass-pl/aranea

pkg:composer/newclass/aranea

Statistics

Installs: 897

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

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

This package is auto-updated.

Last update: 2026-03-01 00:11:21 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');