Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paycoreio/webhooks
https://github.com/paycoreio/webhooks
symfony symfony-bundle webhook wip
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/paycoreio/webhooks
- Owner: paycoreio
- License: mit
- Created: 2017-04-08T09:57:25.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-05-05T13:06:22.000Z (over 2 years ago)
- Last Synced: 2025-01-01T18:50:36.104Z (15 days ago)
- Topics: symfony, symfony-bundle, webhook, wip
- Language: PHP
- Size: 254 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# What is webhooks?
[![Build Status][ico-travis]][link-travis]
[![Quality Score][ico-code-quality]][link-code-quality]
[![Coverage Status][ico-scrutinizer]][link-scrutinizer]
[![Software License][ico-license]](LICENSE.md)This component provides ability to send webhooks to 3-rd party service with retry strategies.
## Frameworks support
This package provides in-build Symfony bundle.
## Motivation & Benefits
* allow to send webhooks to 3-rd party services
* increase probability of webhooks delivery, collect logs## Installation
```
composer require dzubchik/webhooks
```## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.
[ico-version]: https://img.shields.io/packagist/v/paymaxi/webhooks.svg?style=flat-square
[ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square
[ico-travis]: https://img.shields.io/travis/paymaxi/webhooks/master.svg?style=flat-square
[ico-scrutinizer]: https://img.shields.io/scrutinizer/coverage/g/paymaxi/webhooks.svg?style=flat-square
[ico-code-quality]: https://img.shields.io/scrutinizer/g/paymaxi/webhooks.svg?style=flat-square[link-travis]: https://travis-ci.org/paymaxi/webhooks
[link-scrutinizer]: https://scrutinizer-ci.com/g/paymaxi/webhooks/code-structure
[link-code-quality]: https://scrutinizer-ci.com/g/paymaxi/webhooks
[link-author]: https://github.com/dzubchik
[link-contributors]: ../../contributors