platine-php / database
Platine Database is the abstraction layer using PDO with support of query and schema builder
Installs: 4 851
Dependents: 2
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
Requires
- php: ^7.4 || ^8
- ext-pdo: *
- platine-php/logger: ^1.0
- platine-php/stdlib: ^1.0
Requires (Dev)
- phpmd/phpmd: @stable
- phpstan/phpstan: ^1.8
- phpunit/phpunit: ^9.5
- platine-php/dev: ^1.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: 2024-10-31 00:18:37 UTC
README
Platine Database is the abstraction layer using PDO with support of query and schema builder
Requirements
- PHP >= 7.4, PHP 8
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