imponeer/queue-interop-connection-factory-helper

Helper that creates queue-interop connection factory based on DSN

v0.1.11 2024-07-01 03:18 UTC

This package is auto-updated.

Last update: 2024-09-01 04:14:13 UTC


README

License GitHub release Packagist

Queue-Interop Connection Factory Helper

Helper that creates queue-interop connection factory from DSN string.

Instalation

composer require imponeer/queue-interop-connection-factory-helper

Supported queue-interop libraries

If you want to use specific transport you must also include related library in your project

Example

use Imponeer\QueueInteropConnectionFactoryHelper;

$context = QueueInteropConnectionFactoryHelper::createContext('file:');

How to contribute?

If you want to add some functionality or fix bugs, you can fork, change and create pull request. If you not sure how this works, try interactive GitHub tutorial.

If you found any bug or have some questions, use issues tab and write there your questions.