Download the PHP package wyveo/craft-guzzle without Composer
On this page you can find all versions of the php package wyveo/craft-guzzle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package craft-guzzle
Guzzle plugin for Craft CMS 3.x
Utilise the Guzzle HTTP client from within your Craft templates. (Forked from Luke Youell)
Requirements
This plugin requires Craft CMS 3.0.0 or later.
Installation
To install the plugin, follow these instructions.
-
Open your terminal and go to your Craft project:
cd /path/to/project
-
Then tell Composer to load the plugin:
composer require wyveo/craft-guzzle
- In the Control Panel, go to Settings → Plugins and click the "Install" button for Guzzle.
Using Guzzle
This plugin is built to work with the standard Guzzle request options
Parameters
Parameter | Example value |
---|---|
client |
{ base_uri : 'https://gtmetrix.com', timeout : 10 } |
method |
'POST' |
destination |
'api/0.1/test' |
options |
{ auth : ['username', 'password'] } |
format |
'raw' |
Example Usage
Request
Response (successful)
Response (error)
Guzzle Roadmap
More features soon:
Brought to you by wyveo
All versions of craft-guzzle with dependencies
PHP Build Version
Package Version
Requires
craftcms/cms Version
^3.0.0
The package wyveo/craft-guzzle contains the following files
Loading the files please wait ....