Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/paycoreio/webhooks


https://github.com/paycoreio/webhooks

symfony symfony-bundle webhook wip

Last synced: 13 days ago
JSON representation

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