howyi/conv wrapper supports multiple databases
1.0.0
2025-09-03 11:25 UTC
Requires
- php: ^8.1
- howyi/conv: ^2.1
- illuminate/console: ^10.0|^11.0|^12.0
- illuminate/contracts: ^10.0|^11.0|^12.0
- illuminate/database: ^10.0|^11.0|^12.0
- illuminate/support: ^10.0|^11.0|^12.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.87.0
- nunomaduro/collision: ^6.0|^7.0|^8.0
- orchestra/testbench: ^8.31|^9.9|^10.0
- phpstan/phpstan: ^2.1.22
- phpunit/phpunit: ^10.5|^11.5|^12.3
README
howyi/conv wrapper, it supports laravel 10+ and multiple databases.
Requirements
- PHP 8.1, 8.2, 8.3, 8.4
- Laravel 10, 11, 12
- MySQL 5.7, 8.0, 8.4
- MariaDB 10, 11, 12
WARNING: This library only supports MySQL/MariaDB. Other MySQL-compatible(like TiDB, Google Cloud SQL, ...) databases are not tested.
Development
Using DevContainers with vscode and vscode Remote extension
$ composer install
$ composer test
NOTICE: in Windows and WSL2
You must add to this in settings.json before opening devcontainer.
{ "dev.containers.executeInWSL": true }