File tree Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,40 @@ RabbitMQ Queue driver for Laravel
55[ ![ Total Downloads] ( https://poser.pugx.org/vladimir-yuldashev/laravel-queue-rabbitmq/downloads?format=flat-square )] ( https://packagist.org/packages/vladimir-yuldashev/laravel-queue-rabbitmq )
66[ ![ License] ( https://poser.pugx.org/vladimir-yuldashev/laravel-queue-rabbitmq/license?format=flat-square )] ( https://packagist.org/packages/vladimir-yuldashev/laravel-queue-rabbitmq )
77
8+ ## Laravel 12.x Compatibility
9+
10+ This fork adds support for Laravel 12.x. Last tested on 2025-04-04.
11+
12+ ### Test Results
13+ - Environment:
14+ - OS: Windows
15+ - PHP: 8.2.12
16+ - RabbitMQ: 3.12
17+ - Results:
18+ - Total tests: 61
19+ - Passed: 61
20+ - Assertions: 276
21+ - Skipped: 21 (expected due to environment-specific tests)
22+
23+ ### Requirements
24+ - PHP ^8.2|^8.3
25+ - Laravel ^12.0
26+ - php-amqplib ^3.7
27+
28+ ### Known Limitations
29+ - Horizon integration is pending future update
30+ - Some tests may require specific environment setup
31+ - Tested primarily on Windows environment
32+
33+ ### Installation
34+ ``` json
35+ {
36+ "require" : {
37+ "miladshakerdn/laravel-queue-rabbitmq" : " dev-laravel-12-support"
38+ }
39+ }
40+ ```
41+
842## Support Policy
943
1044Only the latest version will get new features. Bug fixes will be provided using the following scheme:
You can’t perform that action at this time.
0 commit comments