concrete5-community/http_client_compat

A ConcreteCMS/concrete5 package that makes it easy to perform HTTP requests both for concrete5 v8 and ConcreteCMS v9+

1.0.0 2024-01-15 11:25 UTC

This package is auto-updated.

Last update: 2024-04-16 07:59:08 UTC


README

Test

A Concrete package to help performing HTTP request

This package provides an easy way to perform HTTP request in various ConcreteCMS/concrete5 version.

Sample code:

$client = app(CHttpClient\Client::class);
$response = $client->get('https://www.example.org/');