wbswjc/guzzle-simplified

Simplified Guzzle

Installs: 457

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 0

Forks: 0

pkg:composer/wbswjc/guzzle-simplified

v0.1.3 2018-05-02 02:52 UTC

This package is auto-updated.

Last update: 2025-10-05 21:46:46 UTC


README

Total Downloads

use Wbswjc\SimpleClient;

$response = SimpleClient::get('http://wbswjc.com', [
    'a' => 'b'
]); // string

$response = SimpleClient::post('http://wbswjc.com', [
    'a' => 'b'
]); // string