howyi/conv wrapper supports multiple databases

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 0

Forks: 0

Open Issues: 1

pkg:composer/il-masaru-yamagishi/nori

1.0.0 2025-09-03 11:25 UTC

This package is auto-updated.

Last update: 2025-09-22 01:35:42 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
}