A lightweight PHP framework for dealing with database interaction
Medoo is lightweight single file framework, optimized for higher performance to increase the development and user experience for PHP development projects with SQL database need.
It supports following php_pdo Extensions:
- MySQL, MariaDB - php_pdo_mysql
- MSSQL (Windows) - php_pdo_sqlsrv
- MSSQL (Liunx/UNIX) - php_pdo_dblib
- Oracle - php_pdo_oci
- SQLite - php_pdo_sqlite
- PostgreSQL - php_pdo_pgsql
- Sybase - php_pdo_dblib
It requires php_pdo_xxx
extension to be enabled and recommends PHP 5.4+ with PDO support. However it works with PHP 5.1+