leadvertex / plugin-component-guzzle
This package is abandoned and no longer maintained.
No replacement package was suggested.
LeadVertex plugin guzzle helper
Package info
github.com/leadvertex/plugin-component-guzzle
pkg:composer/leadvertex/plugin-component-guzzle
0.3.1
2020-12-03 12:54 UTC
Requires
- php: >=7.4.0
- guzzlehttp/guzzle: ^6.5
- leadvertex/plugin-component-info: ^0.1.2
This package is auto-updated.
Last update: 2023-12-01 15:21:45 UTC
README
Guzzle-wrapper for leadvertex plugins, that provide special user-agent format, generated from $_ENV variables.
Example:
User-Agent: LV-PLUGIN-MACROS-BOT/1.0 (+https://plugin.example.com/excel/info)
Usage:
<?php $client = \Leadvertex\Plugin\Components\Guzzle\Guzzle::getInstance();