{"id":18637982,"url":"https://github.com/imponeer/queue-interop-connection-factory-helper","last_synced_at":"2026-01-04T07:15:33.510Z","repository":{"id":34904383,"uuid":"188610890","full_name":"imponeer/queue-interop-connection-factory-helper","owner":"imponeer","description":"Helper that creates queue-interop connection factory based on DSN","archived":false,"fork":false,"pushed_at":"2024-08-01T03:58:04.000Z","size":90,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-08-01T06:13:00.900Z","etag":null,"topics":["factory","hacktoberfest","helper","queue-interop"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/imponeer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-05-25T20:47:34.000Z","updated_at":"2024-08-01T03:58:00.000Z","dependencies_parsed_at":"2023-02-17T01:46:31.452Z","dependency_job_id":"b800aee6-6238-44b3-b33e-f4a885b48abc","html_url":"https://github.com/imponeer/queue-interop-connection-factory-helper","commit_stats":{"total_commits":40,"total_committers":3,"mean_commits":"13.333333333333334","dds":"0.19999999999999996","last_synced_commit":"5b7c6115313c2118c382e286c2f730600f411e47"},"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imponeer%2Fqueue-interop-connection-factory-helper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imponeer%2Fqueue-interop-connection-factory-helper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imponeer%2Fqueue-interop-connection-factory-helper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imponeer%2Fqueue-interop-connection-factory-helper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/imponeer","download_url":"https://codeload.github.com/imponeer/queue-interop-connection-factory-helper/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223466133,"owners_count":17149768,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["factory","hacktoberfest","helper","queue-interop"],"created_at":"2024-11-07T05:38:31.803Z","updated_at":"2026-01-04T07:15:33.505Z","avatar_url":"https://github.com/imponeer.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![License](https://img.shields.io/github/license/imponeer/queue-interop-connection-factory-helper.svg?maxAge=2592000)](LICENSE) [![GitHub release](https://img.shields.io/github/release/imponeer/queue-interop-connection-factory-helper.svg)](https://github.com/imponeer/queue-interop-connection-factory-helper/releases) [![Packagist](https://img.shields.io/packagist/dm/imponeer/queue-interop-connection-factory-helper.svg)](https://packagist.org/packages/imponeer/queue-interop-connection-factory-helper)\n\n# Queue-Interop Connection Factory Helper\n\nA 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.\n\n## Installation\n\n`composer require imponeer/queue-interop-connection-factory-helper`\n\n## Supported Queue Transports\n\nTo use a specific transport, you must also include the corresponding library in your project:\n\n| Transport | Prefix | Library |\n|----------|---------|---------|\n| [AMQP](https://www.amqp.org)     | amqp | [enqueue/amqp-ext](https://github.com/php-enqueue/enqueue-dev/tree/master/docs/transport/amqp.md) \u003cbr\u003e [enqueue/amqp-lib](https://github.com/php-enqueue/enqueue-dev/tree/master/docs/transport/amqp_lib.md) \u003cbr \u003e [enqueue/amqp-bunny](https://github.com/php-enqueue/enqueue-dev/tree/master/docs/transport/amqp_bunny.md) |\n| [Beanstalk](https://beanstalkd.github.io) | beanstalk | [enqueue/pheanstalk](https://github.com/php-enqueue/enqueue-dev/tree/master/docs/transport/pheanstalk.md) |\n| [Stomp](https://stomp.github.io) | stomp | [enqueue/stomp](https://github.com/php-enqueue/enqueue-dev/tree/master/docs/transport/stomp.md) |\n| [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) |\n| [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) |\n| [Apache Kafka](https://kafka.apache.org) | kafka | [enqueue/rdkafka](https://github.com/php-enqueue/enqueue-dev/tree/master/docs/transport/kafka.md) |\n| [Redis](https://redis.io) | redis | [enqueue/redis](https://github.com/php-enqueue/enqueue-dev/tree/master/docs/transport/redis.md) |\n| [MongoDB](https://www.mongodb.com) | mongodb | [enqueue/mongodb](https://github.com/php-enqueue/enqueue-dev/blob/master/docs/transport/mongodb.md) |\n| [Gearman](http://gearman.org) | gearman |  [enqueue/gearman](https://github.com/php-enqueue/enqueue-dev/tree/master/docs/transport/gearman.md) |\n| [MySQL](https://www.mysql.com) | mysql | [enqueue/dbal](https://github.com/php-enqueue/enqueue-dev/tree/master/docs/transport/dbal.md) |\n| File | file | [enqueue/fs](https://github.com/php-enqueue/enqueue-dev/tree/master/docs/transport/filesystem.md) |\n| Null | null | [enqueue/null](https://github.com/php-enqueue/enqueue-dev/tree/master/docs/transport/null.md) |\n| [Wamp](https://wamp-proto.org) | wamp\u003cbr\u003ews | [enqueue/wamp](https://github.com/php-enqueue/enqueue-dev/tree/master/docs/transport/wamp.md) |\n\n## Usage\n\n```php\nuse Imponeer\\QueueInteropConnectionFactoryHelper;\n\n$context = QueueInteropConnectionFactoryHelper::createContext('file:');\n```\n\n## Development\n\nThis project includes several development tools to maintain code quality:\n\nRun tests with testdox output:\n```bash\ncomposer test\n```\n\nCheck code style (PSR-12):\n```bash\ncomposer phpcs\n```\n\nFix code style issues automatically:\n```bash\ncomposer phpcbf\n```\n\nRun static analysis:\n```bash\ncomposer phpstan\n```\n\n## API Documentation\n\n[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.\n\n## How to Contribute\n\nContributions are welcome! To contribute:\n\n1. Fork the repository\n2. Create a feature branch\n3. Make your changes\n4. Run the development tools to ensure code quality\n5. Submit a pull request\n\nFor bug reports or questions, please use the [issues tab](https://github.com/imponeer/queue-interop-connection-factory-helper/issues).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimponeer%2Fqueue-interop-connection-factory-helper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fimponeer%2Fqueue-interop-connection-factory-helper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimponeer%2Fqueue-interop-connection-factory-helper/lists"}