leadvertex / plugin-component-guzzle
LeadVertex plugin guzzle helper
Installs: 7 137
Dependents: 4
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
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();