lion / database
Package in charge of the generation and execution of processes with databases.
v11.16.0
2025-04-25 13:11 UTC
Requires
- php: >=8.4
- ext-pdo: *
Requires (Dev)
- fakerphp/faker: ^1.24
- lion/test: ^3.3
- overtrue/phplint: ^9.5
- phpstan/phpstan: ^2.1
- phpunit/phpunit: ^12.0
- squizlabs/php_codesniffer: ^3.11
- vlucas/phpdotenv: ^5.6
- dev-main
- v11.16.0
- v11.15.0
- v11.14.0
- v11.13.0
- v11.12.0
- v11.11.0
- v11.10.0
- v11.9.3
- v11.9.2
- v11.9.1
- v11.9.0
- v11.8.0
- v11.7.0
- v11.6.2
- v11.6.1
- v11.6.0
- v11.5.2
- v11.5.1
- v11.5.0
- v11.4.0
- v11.3.0
- v11.2.0
- v11.1.0
- v11.0.0
- v10.4.0
- v10.3.0
- v10.2.0
- v10.1.0
- v10.0.0
- v9.2.3
- v9.2.2
- v9.2.1
- v9.2.0
- v9.1.2
- v9.1.1
- v9.1.0
- v9.0.0
- v8.9.0
- v8.8.2
- v8.8.1
- v8.8.0
- v8.7.2
- v8.7.1
- v8.7.0
- v8.6.0
- v8.5.0
- v8.4.0
- v8.3.0
- v8.2.0
- v8.1.1
- v8.1.0
- v8.0.3
- v8.0.2
- v8.0.1
- v8.0.0
- v7.7.0
- v7.6.0
- v7.5.0
- v7.4.0
- v7.3.0
- v7.2.1
- v7.2.0
- v7.1.0
- v7.0.0
- v6.6.0
- v6.5.1
- v6.5.0
- v6.4.0
- v6.3.0
- v6.2.0
- v6.1.1
- v6.1.0
- v6.0.3
- v6.0.2
- v6.0.1
- v6.0.0
- v5.10.0
- v5.9.0
- v5.8.0
- v5.7
- v5.6.4
- v5.6.3
- v5.6.2
- v5.6.1
- v5.6
- v5.5.1
- v5.5
- v5.4
- v5.3.1
- v5.3
- v5.2.1
- v5.2
- v5.1.1
- v5.1
- v5.0
- v4.4
- v4.3
- v4.2
- v4.1
- v4.0
- v3.0
- v2.0
- v1.9
- v1.8.2
- v1.8.1
- v1.8
- v1.7
- v1.6
- v1.5
- v1.4
- v1.3
- v1.2
- v1.1
- v1.0
- dev-refactoring
- dev-support
This package is auto-updated.
Last update: 2025-04-25 13:12:53 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.