Libraries tagged by database class
decmuc/pdodb
52 Downloads
Modern, secure and fully compatible PDO-based replacement for ThingEngineer’s PHP-MySQLi-Database-Class
noetix/simple-orm
240 Downloads
A simple PHP class to access your MySQL records.
elimuswift/db-exporter
4696 Downloads
Export your database quickly and easily as a Laravel Migration and all the data as a Seeder class.
davcs86/php-mysqlimporter
4422 Downloads
PHP class for importing big SQL files into MySQL.
roy404/eloquent
143 Downloads
Eloquent is the default ORM (Object-Relational Mapping). It provides a simple ActiveRecord implementation for working with your database. With Eloquent, you can define database models as classes, and interact with the database using these models, rather than writing raw SQL queries.
mos/cdatabase
1762 Downloads
PHP classes for database handling upon PDO
alban/laravel-data-sync
151 Downloads
LaravelSheetSync is a library designed for the Laravel framework that allows you to import data from various sources, map its headers, build collections of objects based on the mapped data, and compare them with data currently stored in the database. It automatically classifies records into three categories: create, update, and delete, facilitating efficient and precise synchronization.
pdodb/pdodb
81 Downloads
A very simple and straight forward class for interacting with a database
021/safely-transaction
3585 Downloads
Helper class for locking record in database
voodoophp/paginator
1384 Downloads
Paginator is a simple class that allows you to create pagination. It doesn't require any database connection. It is compatible with Twitter's Bootstrap Framework, by using the CSS class pagination that is also attached.
vakata/phptree
5361 Downloads
A collection of PHP classes for storing a tree in a relational database
soup/paginator
1534 Downloads
Paginator is a simple class that allows you to create pagination. It doesn't require any database connection. It is compatible with Twitter's Bootstrap Framework, by using the CSS class pagination that is also attached.
fproject/yii2-migration-generator
7404 Downloads
Helper class library to generate Yii2 migration script from Database source
asika/sql-splitter
4796 Downloads
This is a class that can split BIG SQL file or string as iterator so that can help us save memory when importing SQL to database.
activecollab/databasestructure
16227 Downloads
Define database structure in PHP and let the library generate object classes and tables