ymirapp / laravel-bridge
Laravel integration for Ymir
v1.1.0
2026-03-17 17:34 UTC
Requires
- php: ^7.4|^8.0
- ext-json: *
- ext-pcntl: *
- aws/aws-sdk-php: ^3.80
- cachewerk/relay: ^0.10.0
- illuminate/queue: ^8.47|^9.0|^10.0|^11.0|^12.0|^13.0
- illuminate/redis: ^8.47|^9.0|^10.0|^11.0|^12.0|^13.0
- illuminate/support: ^8.47|^9.0|^10.0|^11.0|^12.0|^13.0
- ymirapp/monolog-bridge: ^1.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.0
- guzzlehttp/guzzle: ^6.0|^7.0
- orchestra/testbench: ^5.0|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0
- phpstan/phpstan: ^2.0
- phpunit/phpunit: ^9.2|^10.0|^11.0|^12.0
- rector/rector: ^2.3
- symfony/filesystem: ^5.0|^6.0|^7.0
Replaces
- ext-relay: *
README
Ymir Laravel Bridge
The Ymir Laravel Bridge provides integration to run a Laravel project on Ymir.
Requirements
- PHP >= 7.4
- Laravel >= 8.0
Installation
Install the Ymir Laravel Bridge in your project using composer:
$ composer require ymirapp/laravel-bridge
Configuration
If you want to customize the Ymir Laravel Bridge, you can publish the configuration file using:
$ php artisan vendor:publish --tag=ymir-config
Most configuration options can also be controlled using environment variables. For example, to enable request context logging:
YMIR_LOG_REQUEST_CONTEXT=true
Contributing
Install dependencies using composer:
$ composer install