platine-php/database

Platine Database is the abstraction layer using PDO with support of query and schema builder

Maintainers

Package info

github.com/platine-php/database

pkg:composer/platine-php/database

Statistics

Installs: 7 444

Dependents: 2

Suggesters: 0

Stars: 1

Open Issues: 0

v2.0.0 2025-11-06 07:25 UTC

This package is auto-updated.

Last update: 2026-03-06 08:08:49 UTC


README

Platine Database is the abstraction layer using PDO with support of query and schema builder

Project Status Latest Stable Version Latest Unstable Version Total Downloads License
Tests Quality Score Codacy Badge Codacy Badge

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

Resources