PHPackages                             imponeer/queue-interop-connection-factory-helper - 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. imponeer/queue-interop-connection-factory-helper

ActiveLibrary

imponeer/queue-interop-connection-factory-helper
================================================

Helper that creates queue-interop connection factory based on DSN

v0.2.3(1mo ago)08MITPHPPHP ^8.3CI failing

Since May 25Pushed 1w ago1 watchersCompare

[ Source](https://github.com/imponeer/queue-interop-connection-factory-helper)[ Packagist](https://packagist.org/packages/imponeer/queue-interop-connection-factory-helper)[ RSS](/packages/imponeer-queue-interop-connection-factory-helper/feed)WikiDiscussions main Synced yesterday

READMEChangelog (10)Dependencies (8)Versions (19)Used By (0)

[![License](https://camo.githubusercontent.com/b4e5dd70e68a05b2bbd772dfa9b8874b121b96158e00f45d5169221b4c43693d/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f696d706f6e6565722f71756575652d696e7465726f702d636f6e6e656374696f6e2d666163746f72792d68656c7065722e7376673f6d61784167653d32353932303030)](LICENSE) [![GitHub release](https://camo.githubusercontent.com/73408dca466e8694e3d500bd5c463393b4b019ba211d716a869169b6f5d2eb84/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f696d706f6e6565722f71756575652d696e7465726f702d636f6e6e656374696f6e2d666163746f72792d68656c7065722e737667)](https://github.com/imponeer/queue-interop-connection-factory-helper/releases) [![Packagist](https://camo.githubusercontent.com/8fe0f7019915401d54e82ce808e14c7e7adce02166785beaf05e2c07a35b9470/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646d2f696d706f6e6565722f71756575652d696e7465726f702d636f6e6e656374696f6e2d666163746f72792d68656c7065722e737667)](https://packagist.org/packages/imponeer/queue-interop-connection-factory-helper)

Queue-Interop Connection Factory Helper
=======================================

[](#queue-interop-connection-factory-helper)

A PHP library that simplifies creating [queue-interop](https://github.com/queue-interop/queue-interop) connection factories from DSN (Data Source Name) strings. This helper allows you to easily configure and instantiate queue connections for various message queue systems using a unified DSN format.

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

[](#installation)

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

Supported Queue Transports
--------------------------

[](#supported-queue-transports)

To use a specific transport, you must also include the corresponding library in your project:

TransportPrefixLibrary[AMQP](https://www.amqp.org)amqp[enqueue/amqp-ext](https://github.com/php-enqueue/enqueue-dev/tree/master/docs/transport/amqp.md)
 [enqueue/amqp-lib](https://github.com/php-enqueue/enqueue-dev/tree/master/docs/transport/amqp_lib.md)
 [enqueue/amqp-bunny](https://github.com/php-enqueue/enqueue-dev/tree/master/docs/transport/amqp_bunny.md)[Beanstalk](https://beanstalkd.github.io)beanstalk[enqueue/pheanstalk](https://github.com/php-enqueue/enqueue-dev/tree/master/docs/transport/pheanstalk.md)[Stomp](https://stomp.github.io)stomp[enqueue/stomp](https://github.com/php-enqueue/enqueue-dev/tree/master/docs/transport/stomp.md)[Amazon Simple Queue Service (SQS)](https://aws.amazon.com/sqs/)sqs[enqueue/sqs](https://github.com/php-enqueue/enqueue-dev/tree/master/docs/transport/sqs.md)[Google PubSub](https://cloud.google.com/pubsub/docs/overview)gps[enqueue/gps](https://github.com/php-enqueue/enqueue-dev/tree/master/docs/transport/gps.md)[Apache Kafka](https://kafka.apache.org)kafka[enqueue/rdkafka](https://github.com/php-enqueue/enqueue-dev/tree/master/docs/transport/kafka.md)[Redis](https://redis.io)redis[enqueue/redis](https://github.com/php-enqueue/enqueue-dev/tree/master/docs/transport/redis.md)[MongoDB](https://www.mongodb.com)mongodb[enqueue/mongodb](https://github.com/php-enqueue/enqueue-dev/blob/master/docs/transport/mongodb.md)[Gearman](http://gearman.org)gearman[enqueue/gearman](https://github.com/php-enqueue/enqueue-dev/tree/master/docs/transport/gearman.md)[MySQL](https://www.mysql.com)mysql[enqueue/dbal](https://github.com/php-enqueue/enqueue-dev/tree/master/docs/transport/dbal.md)Filefile[enqueue/fs](https://github.com/php-enqueue/enqueue-dev/tree/master/docs/transport/filesystem.md)Nullnull[enqueue/null](https://github.com/php-enqueue/enqueue-dev/tree/master/docs/transport/null.md)[Wamp](https://wamp-proto.org)wamp
ws[enqueue/wamp](https://github.com/php-enqueue/enqueue-dev/tree/master/docs/transport/wamp.md)Usage
-----

[](#usage)

```
use Imponeer\QueueInteropConnectionFactoryHelper;

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

Development
-----------

[](#development)

This project includes several development tools to maintain code quality:

Run tests with testdox output:

```
composer test
```

Check code style (PSR-12):

```
composer phpcs
```

Fix code style issues automatically:

```
composer phpcbf
```

Run static analysis:

```
composer phpstan
```

API Documentation
-----------------

[](#api-documentation)

[Full API documentation](https://github.com/imponeer/queue-interop-connection-factory-helper/wiki) is available in the repository wiki. Documentation is automatically updated with every release.

How to Contribute
-----------------

[](#how-to-contribute)

Contributions are welcome! To contribute:

1. Fork the repository
2. Create a feature branch
3. Make your changes
4. Run the development tools to ensure code quality
5. Submit a pull request

For bug reports or questions, please use the [issues tab](https://github.com/imponeer/queue-interop-connection-factory-helper/issues).

###  Health Score

49

—

FairBetter than 95% of packages

Maintenance95

Actively maintained with recent releases

Popularity4

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity73

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~156 days

Total

17

Last Release

42d ago

PHP version history (2 changes)v0.1PHP &gt;=7.2

v0.2.0PHP ^8.3

### Community

Maintainers

![](https://www.gravatar.com/avatar/dba53e399a507d1f60626164c8b1e340a5cc0dc4f0637f4c6aaff8fc239fdaee?d=identicon)[fiammybe](/maintainers/fiammybe)

![](https://www.gravatar.com/avatar/7255f306e0ca27292c50cdd9644c1c04e0d7b0f54bf35e0cdd79dc55c83b4923?d=identicon)[MekDrop](/maintainers/MekDrop)

---

Top Contributors

[![MekDrop](https://avatars.githubusercontent.com/u/342641?v=4)](https://github.com/MekDrop "MekDrop (64 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (42 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (31 commits)")[![fiammybe](https://avatars.githubusercontent.com/u/3736946?v=4)](https://github.com/fiammybe "fiammybe (6 commits)")[![Codex](https://avatars.githubusercontent.com/in/2248422?v=4)](https://github.com/Codex "Codex (2 commits)")

---

Tags

factoryhacktoberfesthelperqueue-interop

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP\_CodeSniffer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/imponeer-queue-interop-connection-factory-helper/health.svg)

```
[![Health](https://phpackages.com/badges/imponeer-queue-interop-connection-factory-helper/health.svg)](https://phpackages.com/packages/imponeer-queue-interop-connection-factory-helper)
```

###  Alternatives

[enqueue/enqueue-bundle

Message Queue Bundle

27615.6M38](/packages/enqueue-enqueue-bundle)[enqueue/enqueue

Message Queue Library

19820.0M56](/packages/enqueue-enqueue)[queue-interop/amqp-interop

AMQP interop

14626.2M35](/packages/queue-interop-amqp-interop)[enqueue/amqp-tools

Message Queue Amqp Tools

14721.1M12](/packages/enqueue-amqp-tools)[enqueue/null

Enqueue Null transport

13620.0M45](/packages/enqueue-null)[enqueue/amqp-lib

Message Queue Amqp Transport

1078.5M61](/packages/enqueue-amqp-lib)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
