Libraries tagged by php class database
quillstack/query-builder
6 Downloads
A simple query builder package, with separate Model and Relation classes.
php-xapi/repository-doctrine
11950 Downloads
common classes for Doctrine based implementations of an xAPI repository
onlyphp/simple-queue
6 Downloads
A powerful and flexible job processing system for PHP applications, supporting both CodeIgniter 3 and Laravel frameworks. This package allows you to easily dispatch jobs with various types of processing, including closures, static class methods, object methods, global functions, and invokable classes.
lily-labs/db-backup
33 Downloads
DBBackup it's a library that provides classes to execute mysqldump to backup the given database, relocate the backup file in the local filesystem and compress the resulting backup file.
letuananh1873/db-exporter
2 Downloads
Export your database quickly and easily as a Laravel Migration and all the data as a Seeder class.
kingga/laravel-migrations
3 Downloads
Some classes which help with migrations, e.g. changing the id column from unsigned integer to unsigned big integer along with foreign keys.
jeroenrnl/zfwk
5 Downloads
The Z Framework or zFwk is a framework that aims to be a complete set of base libraries to build a PHP application but without dicating the architecture of your application. The Z Framework is derived from Zoph, one of the oldest still actively developed PHP projects. The Z Framework currently consist of a database query builder, a templating engine, a configuration enginge and few generic classes. The Z Framework is in it's infancy and should not be used in production. If you want to consider using it, please let me know.
hotelmah/mysqli-wrapper
15 Downloads
This MySQLi wrapper base class provides properties for Connection and Query Error Messages and ResultSet Properties and Methods to navigate a ResultSet. Connection and Server properties are also provided, basically all of the available features the extension provides.
ezrarieben/pdo-wrapper-singleton
8 Downloads
A wrapper class written for PDO MySQL DB connections following the singleton pattern
octa-php/octa-pdo
5 Downloads
A light-weight PHP-PDO database class, this database class is inspired by codeigniter's active record.
octa-php/octa-orm
10 Downloads
an advance PHP-PDO ORM database class used by octaphp framework
roka/dbtable
9 Downloads
PHP classes for database handling upon PDO
dalle/cflash
16 Downloads
PHP classes for database handling upon PDO
or81/eloquent
0 Downloads
A lightweight and versatile PHP database class that supports both MySQL and SQLite, providing an easy-to-use interface for common database operations such as `SELECT`, `INSERT`, `UPDATE`, and `DELETE`.
kulizh/migratool
3 Downloads
Simple PHP class to execute database migrations