platine-php / database
Platine Database is the abstraction layer using PDO with support of query and schema builder
Installs: 5 076
Dependents: 2
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Requires
- php: ^8
- ext-pdo: *
- platine-php/logger: ^1.0
- platine-php/stdlib: ^1.0
Requires (Dev)
- phpmd/phpmd: @stable
- phpstan/phpstan: ^2.0
- phpunit/phpunit: ^9.6
- platine-php/dev: ^2.0
- squizlabs/php_codesniffer: 3.*
Suggests
- ext-pdo_mysql: For MySQL or MariaDB driver
- ext-pdo_oci: For Oracle driver
- ext-pdo_oci8: For Oracle version 8 driver
- ext-pdo_pqsql: For PostgreSQL driver
- ext-pdo_sqlite: For SQLite driver
This package is auto-updated.
Last update: 2025-05-02 12:25:12 UTC
README
Platine Database is the abstraction layer using PDO with support of query and schema builder
Requirements
- PHP >= 8.0
Installation
Using composer (recommended)
composer require platine-php/database
Current supported drivers
- MySQL/MariaDB
- SQLite
- PostgreSQL
- Oracle
- Microsoft SQL Server
License
MIT License and Apache License 2.0 See LICENSE.MD