Download the PHP package opencontent/ocwebhookserver-ls without Composer
On this page you can find all versions of the php package opencontent/ocwebhookserver-ls. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download opencontent/ocwebhookserver-ls
More information about opencontent/ocwebhookserver-ls
Files in opencontent/ocwebhookserver-ls
Download opencontent/ocwebhookserver-ls
More information about opencontent/ocwebhookserver-ls
Files in opencontent/ocwebhookserver-ls
Vendor opencontent
Package ocwebhookserver-ls
Short Description Opencontent Webhook Server
License GPL-2.0
Package ocwebhookserver-ls
Short Description Opencontent Webhook Server
License GPL-2.0
Please rate this library. Is it a good library?
Informations about the package ocwebhookserver-ls
OpenContent Webhook Server
A webhook is a way to provide information to another app about a particular event. The way the two apps communicate is with a simple HTTP request.
This eZPublish legacy extension allows you to configure and send webhooks easily.
Installation
- Require package
composer require opencontent/ocwebhookserver-ls
- Enable extension in site.ini
- Regenerate autoloads and clear cache
- Create your webhook in
/webhook/list
- Run the worker
php extension/ocwebhookserver/bin/php/worker.php
Default trigger
A post publish trigger is available: to activate it, you need to configure the workflow 'Post publish webhook' in content/after trigger
Create new trigger
To add your own trigger:
- create a
OCWebHookTriggerInterface
implementation - configure it in
webhook.ini [TriggersSettings]TriggerList
- put in your code the event trigger method
see for example eventtypes/event/workflowwebhook/workflowwebhooktype.php
Todo
- trigger filter configurations
- payload configurations
- worker evolutions
All versions of ocwebhookserver-ls with dependencies
PHP Build Version
Package Version
Requires
ezsystems/ezpublish-legacy-installer Version
*
The package opencontent/ocwebhookserver-ls contains the following files
Loading the files please wait ....