liangjian1234/liangjianhttp

just for php curl

Maintainers

Package info

github.com/liangjian1234/liangjianhttp

pkg:composer/liangjian1234/liangjianhttp

Statistics

Installs: 3

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

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

This package is auto-updated.

Last update: 2026-03-17 15:20:53 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