eureka/component-curl

Component Curl & Http Client PSR implementation.

2.2.0 2023-03-10 11:14 UTC

This package is auto-updated.

Last update: 2024-04-10 13:50:58 UTC


README

Current version Supported PHP version CI Quality Gate Status Coverage

Component Curl & Http Client PSR implementation.

Installation

You can install the component (for testing) with the following command:

make install

Update

You can update the component (for testing) with the following command:

make update

Testing

You can test the component with the following commands:

make phpcs
make tests
make testdox