imponeer / queue-interop-connection-factory-helper
Helper that creates queue-interop connection factory based on DSN
v0.1.12
2024-08-01 03:57 UTC
Requires
- php: >=7.2
- queue-interop/queue-interop: ^0.8
Requires (Dev)
- jchook/phpunit-assert-throws: ^1.0
- phpunit/phpunit: ^8.1
README
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.