esatisfaction / http
Http Package for e-satisfaction
Installs: 83
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/esatisfaction/http
Requires
- php: ^7.0
- guzzlehttp/guzzle: ^6.0
- panda/helpers: ^2.0
Requires (Dev)
- phpunit/phpunit: ~6.3
This package is auto-updated.
Last update: 2025-09-25 18:12:07 UTC
README
e-satisfaction Http Package for handling all http request from php.
Requirements
PHP 7.1.0 and later.
Composer
You can install the bindings via Composer. Run the following command:
composer require esatisfaction/esat-http
To use the bindings, use Composer's autoload:
require_once('vendor/autoload.php');
Manual Installation
If you do not wish to use Composer, you can download the latest release. Then, to use the bindings, include the init.php
file.
require_once('/path/to/esatisfaction-http/init.php');
Dependencies
This library require the following extensions and packages in order to work properly:
If you use Composer, these dependencies should be handled automatically. If you install manually, you'll want to make sure that these extensions are available and loaded.