Download the PHP package rexxars/imbo-http-hooks without Composer
On this page you can find all versions of the php package rexxars/imbo-http-hooks. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download rexxars/imbo-http-hooks
More information about rexxars/imbo-http-hooks
Files in rexxars/imbo-http-hooks
Download rexxars/imbo-http-hooks
More information about rexxars/imbo-http-hooks
Files in rexxars/imbo-http-hooks
Vendor rexxars
Package imbo-http-hooks
Short Description Perform HTTP requests when Imbo events occur
License MIT
Package imbo-http-hooks
Short Description Perform HTTP requests when Imbo events occur
License MIT
Please rate this library. Is it a good library?
Informations about the package imbo-http-hooks
imbo-http-hooks
Fire HTTP requests when Imbo events occur
Usage
- Require
rexxars/imbo-http-hooks
in your Imbocomposer.json
- Run
composer install
to install and set up autoloading - In your Imbo configuration file, under
eventListeners
, initialize the listener. Example:
The URLs you provide to the listener will then receive a HTTP POST request every time the provided event is triggered. The POST body will contain information in the following format:
With that information and a Imbo client, you can easily fetch the image, metadata or do other actions based on the information received.
License
MIT-licensed. See LICENSE.
All versions of imbo-http-hooks with dependencies
PHP Build Version
Package Version
Requires
guzzle/guzzle Version
~3.8.1
The package rexxars/imbo-http-hooks contains the following files
Loading the files please wait ....