Libraries tagged by database class
noetix/simple-orm
240 Downloads
A simple PHP class to access your MySQL records.
itvisionsy/simple-orm
163 Downloads
A simple PHP class to access your MySQL records.
elimuswift/db-exporter
4689 Downloads
Export your database quickly and easily as a Laravel Migration and all the data as a Seeder class.
holtbosse/db
488 Downloads
simple database class for working with pdo
ttsuruoka/php-simple-dbi
150775 Downloads
Simple database interface class for PHP PDO
mos/cdatabase
1715 Downloads
PHP classes for database handling upon PDO
alban/laravel-data-sync
119 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.
gp/dbms
114 Downloads
Simple PHP Database tool with QueryParam class supports mysqli and pdo
pubmaster/dbal-table-manager
4265 Downloads
Base class for accessing the database with DBAL connection.
davidhirtz/yii2-datetime-behavior
1830 Downloads
Initiates database date columns as DateTime PHP classes.
021/safely-transaction
3433 Downloads
Helper class for locking record in database
memclutter/php-dbf
2061 Downloads
Some php classes for easy work with dBase databases.
voodoophp/paginator
1381 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.
soup/paginator
1533 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.
marcocesarato/cpdo
289 Downloads
This package can retrieve PDO query results from cache variables. It extends the base PDO class and override some functions to handle database query execution and store the query results in variables. The class can also return query results for cached queries for previously executed queries to retrieve the results faster for repeated queries.