howyi/conv wrapper supports multiple databases

1.0.0 2025-09-03 11:25 UTC

This package is auto-updated.

Last update: 2025-09-04 03:50:22 UTC


README

Packagist Version Packagist Downloads GitHub License GitHub Actions Workflow Status

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

Open this repository in Dev Containers

$ composer install
$ composer test

NOTICE: in Windows and WSL2

You must add to this in settings.json before opening devcontainer.

{
    "dev.containers.executeInWSL": true
}