liangjian1234/liangjianhttp

v1.0.2 2022-06-17 07:04 UTC

This package is auto-updated.

Last update: 2024-04-17 10:59:12 UTC


README

Installing liangjianhttp

The recommended way to install liangjian is through Composer.

# Install Composer
curl -sS https://getcomposer.org/installer | php

Next, run the Composer command to install the latest stable version of Guzzle:

composer require liangjian1234/liangjianhttp

After installing, you need to require Composer's autoloader:

require 'vendor/autoload.php';

You can then later update Guzzle using composer:

composer update