PHPackages                             symbid/chainlink-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. symbid/chainlink-bundle

Abandoned → [dms/chainlink-bundle](/?search=dms%2Fchainlink-bundle)Library[Utility &amp; Helpers](/categories/utility)

symbid/chainlink-bundle
=======================

Wrapper for Chainlink to provide drop in Chain of responsibility implementation into Symfony. Provides tags to inject handlers into configuration defined contexts.

0.5(9y ago)2601[8 PRs](https://github.com/rdohms/chainlink-bundle/pulls)MITPHPPHP &gt;=5.4

Since Feb 13Pushed 5y ago4 watchersCompare

[ Source](https://github.com/rdohms/chainlink-bundle)[ Packagist](https://packagist.org/packages/symbid/chainlink-bundle)[ Docs](https://github.com/rdohms/chainlink-bundle)[ RSS](/packages/symbid-chainlink-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (6)Dependencies (8)Versions (16)Used By (0)

DMS Chainlink Symfony Bundle
============================

[](#dms-chainlink-symfony-bundle)

[![Latest Version](https://camo.githubusercontent.com/731e0280823d601fcbe63bab5d5e4b1479583ca044a8d87d3c22d6c7bd820164/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f72646f686d732f636861696e6c696e6b2d62756e646c652e7376673f7374796c653d666c61742d737175617265)](https://github.com/rdohms/chainlink-bundle/releases)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Build Status](https://camo.githubusercontent.com/1a7085eee53d87e55858560d7fd6f42dcf51efccfb90721a5640816cb2d8a7e4/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f72646f686d732f636861696e6c696e6b2d62756e646c652f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/rdohms/chainlink-bundle)[![Coverage Status](https://camo.githubusercontent.com/fb30edf75152813a0201805d93631dee0b5f5b982c62f6b0181a733c806b0fde/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f72646f686d732f636861696e6c696e6b2d62756e646c652e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/rdohms/chainlink-bundle/code-structure)[![Quality Score](https://camo.githubusercontent.com/42abc6dc4a39f70d70754e7bb76ae2b03f957d46fc0068ab483fda83b1369781/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f72646f686d732f636861696e6c696e6b2d62756e646c652e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/rdohms/chainlink-bundle)[![Total Downloads](https://camo.githubusercontent.com/0dd2a08827615e99fbf9765bfe4557eca87d5276fe6e4b14b698ff77804b4d0c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f72646f686d732f636861696e6c696e6b2d62756e646c652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/rdohms/chainlink-bundle)

This Bundle wraps Chainlink library and offers a drop in solution to implement the Chain of Responsibility pattern, based on Symfony service tags. It allows you to, via configuration, setup multiple contexts and define which tags provide handlers for each.

Installation
------------

[](#installation)

To get the Bundle code, run:

```
composer require dms/chainlink-bundle
```

Edit your `AppKernel.php` file to instantiate the Bundle:

```
