lion / database
Package in charge of the generation and execution of processes with databases.
v12.1.3
2026-06-04 20:56 UTC
Requires
- php: >=8.5
- ext-pdo: *
Requires (Dev)
- fakerphp/faker: ^1.24
- lion/test: ^3.3 || ^4.0
- overtrue/phplint: ^9.5
- phpstan/phpstan: ^2.1
- phpunit/phpunit: ^12.0 || ^13.0
- squizlabs/php_codesniffer: ^3.11 || ^4.0
- vlucas/phpdotenv: ^5.6
This package is auto-updated.
Last update: 2026-06-04 20:56:34 UTC
README
🚀 Lion-Database Package responsible for generating and executing statements for databases (MySQL/PostgreSQL/SQLite).
📖 Features
✔️ Support for multiple database connections.
✔️ Native classes for database drivers: MySQL, PostgreSQL, SQLite.
✔️ Classes for creating complete schemas with MySQL drivers.
📦 Installation
Install the database using Composer:
composer require lion/database
📝 License
The database is open-sourced software licensed under the MIT License.