Download the PHP package mpyw/laravel-mysql-system-variable-manager without Composer
On this page you can find all versions of the php package mpyw/laravel-mysql-system-variable-manager. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package laravel-mysql-system-variable-manager
Laravel MySQL System Variable Manager

A tiny extension of MySqlConnection
that manages session system variables
Requirements
Package | Version | Mandatory |
---|---|---|
PHP | ^8.0 |
✅ |
Laravel | ^9.0 || ^10.0 |
✅ |
PHPStan | >=1.1 |
Installing
Basic Usage
[!IMPORTANT] The default implementation is provided by
MySqlConnectionServiceProvider
, however, package discovery is not available. Be careful that you MUST register it inconfig/app.php
by yourself.[!CAUTION] Don't use
DB::disconnect()
directly or auto-recovery won't be fired.
UseDB::connection()->disconnect()
instead.
Advanced Usage
[!TIP] You can extend
MySqlConnection
withManagesSystemVariables
trait by yourself.
All versions of laravel-mysql-system-variable-manager with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.2
ext-pdo Version *
illuminate/support Version ^11.0 || ^12.0 || ^13.0
illuminate/database Version ^11.0 || ^12.0 || ^13.0
mpyw/unclosure Version ^3.1
mpyw/laravel-pdo-emulation-control Version ^2.1
ext-pdo Version *
illuminate/support Version ^11.0 || ^12.0 || ^13.0
illuminate/database Version ^11.0 || ^12.0 || ^13.0
mpyw/unclosure Version ^3.1
mpyw/laravel-pdo-emulation-control Version ^2.1
The package mpyw/laravel-mysql-system-variable-manager contains the following files
Loading the files please wait ....