Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeckel-lab/mautic-webhook-parser
A library to parse Mautic's webhook payloads
https://github.com/jeckel-lab/mautic-webhook-parser
mautic php php-library
Last synced: 9 days ago
JSON representation
A library to parse Mautic's webhook payloads
- Host: GitHub
- URL: https://github.com/jeckel-lab/mautic-webhook-parser
- Owner: Jeckel-Lab
- License: mit
- Created: 2023-10-13T14:27:11.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-26T14:42:09.000Z (about 1 year ago)
- Last Synced: 2023-10-27T15:06:08.273Z (about 1 year ago)
- Topics: mautic, php, php-library
- Language: PHP
- Homepage:
- Size: 78.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Mautic Webhook Parser
A library to parse Mautic's webhook payloads
> 🚀 Project generated with [Jeckel-Lab/cookiecutter-php](https://github.com/Jeckel-Lab/cookiecutter-php)
> 🚧 Project is in **Work In Progress** status 🚧
## Installation
```shell
composer require jeckel-lab/mautic-webhook-parser
```## Running tests
```shell
composer test
```## License
This project is published under the [MIT License](LICENSE).