{"id":13828349,"url":"https://github.com/php-enqueue/laravel-queue","last_synced_at":"2025-05-16T08:05:28.483Z","repository":{"id":47474058,"uuid":"97833740","full_name":"php-enqueue/laravel-queue","owner":"php-enqueue","description":"Laravel Enqueue message queue extension. Supports AMQP, Amazon SQS, Kafka, Google PubSub, Redis, STOMP, Gearman, Beanstalk and others","archived":false,"fork":false,"pushed_at":"2025-04-07T07:54:50.000Z","size":67,"stargazers_count":236,"open_issues_count":1,"forks_count":47,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-05-09T12:51:23.501Z","etag":null,"topics":["amqp","beanstalk","gearman","kafka","laravel","messaging","php","queue","sqs-queue","stomp"],"latest_commit_sha":null,"homepage":"https://enqueue.forma-pro.com/","language":"PHP","has_issues":false,"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/php-enqueue.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":"2017-07-20T12:39:44.000Z","updated_at":"2025-04-07T11:00:13.000Z","dependencies_parsed_at":"2024-08-04T09:08:26.392Z","dependency_job_id":"8f1caa9f-ab9f-4552-a625-da9b89419a17","html_url":"https://github.com/php-enqueue/laravel-queue","commit_stats":{"total_commits":54,"total_committers":16,"mean_commits":3.375,"dds":0.5185185185185186,"last_synced_commit":"8360f59b2b8bf760866433c3f41dd8af54fbaa16"},"previous_names":[],"tags_count":25,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/php-enqueue%2Flaravel-queue","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/php-enqueue%2Flaravel-queue/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/php-enqueue%2Flaravel-queue/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/php-enqueue%2Flaravel-queue/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/php-enqueue","download_url":"https://codeload.github.com/php-enqueue/laravel-queue/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254493378,"owners_count":22080126,"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":["amqp","beanstalk","gearman","kafka","laravel","messaging","php","queue","sqs-queue","stomp"],"created_at":"2024-08-04T09:02:42.531Z","updated_at":"2025-05-16T08:05:23.474Z","avatar_url":"https://github.com/php-enqueue.png","language":"PHP","readme":"# Laravel queue package\n\n[![Gitter](https://badges.gitter.im/php-enqueue/Lobby.svg)](https://gitter.im/php-enqueue/Lobby)\n \nYou can use all transports built on top of [queue-interop](https://github.com/queue-interop/queue-interop) including [all supported](https://github.com/php-enqueue/enqueue-dev/tree/master/docs/transport) by Enqueue.\nIt also supports extended AMQP features such as queue declaration and message delaying.    \n\nThe package allows you to use queue interop transport the [laravel way](https://github.com/php-enqueue/enqueue-dev/blob/master/docs/laravel/queues.md) as well as integrates the [enqueue simple client](https://github.com/php-enqueue/enqueue-dev/blob/master/docs/laravel/quick_tour.md#enqueue-simple-client).\n\n\n## Advantages\n\n* Supports message delaying, priorities and expiration\n* Use DSN to configure transport. 12 factors friendly.\n* It brings support of a lot of MQ transport with few lines of integration code:\n\n    * [AMQP(s)](https://github.com/php-enqueue/enqueue-dev/blob/master/docs/transport/amqp.md) based on [PHP AMQP extension](https://github.com/pdezwart/php-amqp).\n    * [AMQP](https://github.com/php-enqueue/enqueue-dev/blob/master/docs/transport/amqp_bunny.md) based on [bunny](https://github.com/jakubkulhan/bunny). \n    * [AMQP(s)](https://github.com/php-enqueue/enqueue-dev/blob/master/docs/transport/amqp_lib.md) based on [php-amqplib](https://github.com/php-amqplib/php-amqplib). \n    * [Beanstalk](https://github.com/php-enqueue/enqueue-dev/blob/master/docs/transport/pheanstalk.md).\n    * [STOMP](https://github.com/php-enqueue/enqueue-dev/blob/master/docs/transport/stomp.md)\n    * [Amazon SQS](https://github.com/php-enqueue/enqueue-dev/blob/master/docs/transport/sqs.md)\n    * [Google PubSub](https://github.com/php-enqueue/enqueue-dev/blob/master/docs/transport/gps.md)\n    * [Kafka](https://github.com/php-enqueue/enqueue-dev/blob/master/docs/transport/kafka.md)\n    * [Redis](https://github.com/php-enqueue/enqueue-dev/blob/master/docs/transport/redis.md)\n    * [Gearman](https://github.com/php-enqueue/enqueue-dev/blob/master/docs/transport/gearman.md)\n    * [Doctrine DBAL](https://github.com/php-enqueue/enqueue-dev/blob/master/docs/transport/dbal.md)\n    * [Filesystem](https://github.com/php-enqueue/enqueue-dev/blob/master/docs/transport/filesystem.md)\n    * [MongoDB](https://github.com/php-enqueue/enqueue-dev/blob/master/docs/transport/mongodb.md)\n    * [WAMP](https://github.com/php-enqueue/enqueue-dev/blob/master/docs/transport/wamp.md)\n    * [PHP-FPM](https://github.com/makasim/php-fpm-queue)\n    * [rabbitmq-cli-consumer-client](https://github.com/makasim/rabbitmq-cli-consumer-client)\n    \n* Consume messages as they arrive from multiple queues. \n* You can run fewer work processes and reduce memory usages. \n* It uses long pulling whenever possible. It results in zero CPU usages while waiting for messages. \n* You can [monitor](https://github.com/php-enqueue/enqueue-dev/blob/master/docs/monitoring.md) any transport, not only redis \n* Adds extension points\n* AMQP friendly. \n* Popular solution, big and active community around the project\n* Supported by a company - Forma-Pro\n\n\n## Resources\n\n* [Documentation](https://github.com/php-enqueue/enqueue-dev/tree/master/docs/laravel)\n* [Questions](https://gitter.im/php-enqueue/Lobby)\n* [Issue Tracker](https://github.com/php-enqueue/enqueue-dev/issues)\n\n## Developed by Forma-Pro\n\nForma-Pro is a full stack development company which interests also spread to open source development. \nBeing a team of strong professionals we have an aim an ability to help community by developing cutting edge solutions in the areas of e-commerce, docker \u0026 microservice oriented architecture where we have accumulated a huge many-years experience. \nOur main specialization is Symfony framework based solution, but we are always looking to the technologies that allow us to do our job the best way. We are committed to creating solutions that revolutionize the way how things are developed in aspects of architecture \u0026 scalability.\n\nIf you have any questions and inquires about our open source development, this product particularly or any other matter feel free to contact at opensource@forma-pro.com\n\n## License\n\nIt is released under the [MIT License](LICENSE).\n","funding_links":[],"categories":["PHP","Packages"],"sub_categories":["Helpers/General"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphp-enqueue%2Flaravel-queue","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphp-enqueue%2Flaravel-queue","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphp-enqueue%2Flaravel-queue/lists"}