Libraries tagged by mysl 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.
tafoyaventures/ezsql-tafoya
11 Downloads
Advance database access library. Make interacting with a database ridiculously easy. An universal interchangeable CRUD system.
sugiphp/dbal
72 Downloads
SugiPHP Database abstraction layer on top of PDO
sugiphp/database
363 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.
stratedge/wye
5112 Downloads
A library that makes unit testing database-driven code in PHP a breeze. Mock the native PDO class, define query results, and inspect executed statements.
stefanak-michal/meekrodb
41 Downloads
The Simple PHP/MySQL Library
stechbd/sde
20 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
srjlewis/aura-sql
12 Downloads
A PDO extension that provides lazy connections, array quoting, query profiling, value binding, and convenience methods for common fetch styles. Because it extends PDO, existing code that uses PDO can use this without any changes to the existing code.
srathbone/sql-data-mods
5 Downloads
SQL/PDO extension - extending capabilities provided by the original SQL API extension.
solital/katrina
154 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.