Libraries tagged by pdo_mysql
thephpeffect/connection-manager
11 Downloads
A simple connection manager for any OOP db connection in PHP
thehiredgun/mint
31 Downloads
A PDO-abstraction layer package
thedigital/sqlschema
428 Downloads
Provides facilities to read table names and table columns from a database using PDO.
terminusstudio/ezdb
26 Downloads
ezDB is a lightweight library that provides an easy and fast to deal with databases in PHP. It manages connections, provides a query builder, and a lightweight ORM.
sugiphp/dbal
72 Downloads
SugiPHP Database abstraction layer on top of PDO
sugiphp/database
362 Downloads
Database abstraction layer
substacks/zebra_session
12 Downloads
A PHP library acting as a wrapper for PHP's default session handling functions which stores data in a MySQL database, providing both better performance and better security and protection against session fixation and session hijacking.
stefanak-michal/meekrodb
35 Downloads
The Simple PHP/MySQL Library
stechbd/sde
19 Downloads
S Database Explorer (SDE) is a simple and lightweight MySQL database explorer library based on PHP and PDO.
starlit/db-migration
2 Downloads
A lightweight database migrator.
starlit/db-logging
2 Downloads
Adds logging for the starlit/db package by providing a database monolog handler.
sshilko/php-sql-mydb
3 Downloads
Simple yet powerful PHP wrapper for MySQL
srathbone/sql-data-mods
5 Downloads
SQL/PDO extension - extending capabilities provided by the original SQL API extension.
solital/katrina
147 Downloads
Official Solital ORM for database abstraction
slicks/fluentdb
4 Downloads
fluentdb allows the expressive writing of database queries and routines. fluentdb is fluent, which is intuitive as you can nearly guess what should come next even if you are just getting started with fluentdb. fluentdb is not an ORM. It was developed to allow folks coming from relational databases background write expressive queries with object interactions in mind. fluentdb has been tested with MySQL in this release; tests for other databases will be added as they complete.