Download the PHP package olegf13/jivochat-webhooks-api without Composer
On this page you can find all versions of the php package olegf13/jivochat-webhooks-api. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download olegf13/jivochat-webhooks-api
More information about olegf13/jivochat-webhooks-api
Files in olegf13/jivochat-webhooks-api
Package jivochat-webhooks-api
Short Description Library for Jivochat (Jivosite) Webhooks API integration.
License MIT
Homepage https://github.com/Olegf13/jivochat-webhooks-api
Informations about the package jivochat-webhooks-api
Jivochat Webhooks API
Library for Jivochat (Jivosite) Webhooks API integration.
This library allows you to integrate with Jivosite Webhooks API and:
- handle API calls in event-based manner;
- convert API requests JSON data in particular event objects;
- generate API responses;
- save original request (and generated response) data into MySQL or MongoDB server, and log it via Monolog.
For Russian documentation see README-ru.md.
Requirements
The library requires PHP 7.0 or above for basic usage.
Optional requirements:
- PDO extension allows logging of Webhooks request/response data to a MySQL server;
- Monolog library allows logging of Webhooks request/response using Monolog;
- MongoDB library allows logging of Webhooks request/response data to a MongoDB server.
It is strongly recommended to have at least one of above loggers installed to hold a "backup" of original requests sent via Webhooks API.
Installation
The preferred way to install this library is through Composer. To install the latest version, run:
Basic usage
Documentation
- Jivochat Webhooks API official documentation
License
This library is licensed under the MIT License - see the LICENSE file for details.
Acknowledgements
Thanks to this Jivosite Webhook handler library.