Libraries tagged by database class
memclutter/php-dbf
2010 Downloads
Some php classes for easy work with dBase databases.
soup/paginator
1520 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
263 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.
jelix/php-redis
3858 Downloads
php classes to manage data into a redis database. Fork from Sash php-redis lib.
ixnode/php-date-parser
469 Downloads
PHP Date Parser - This library parses various given date and time strings into DateTime or DateTimeImmutable classes which return the time range. Can be used e.g. excellently for command line arguments and options to make database queries with.
activecollab/databasestructure
14848 Downloads
Define database structure in PHP and let the library generate object classes and tables
synchro/uasparser
16415 Downloads
UASparser is a PHP parser and classifier for user agent strings presented by HTTP clients using databases from http://user-agent-string.info/.
phptricks/database_class
470 Downloads
A database class which uses the PDO extension, Supports many drivers
jaroslawzielinski/sqlite3-database-class
213 Downloads
Wrapper for a PHP sqlite3 class, which utilizes sqlite3 and prepared statements.
hoowu/mysqli-database-class
1013 Downloads
this is my mysqli-db
dejongensvanboven/mysqli-database-class
299 Downloads
PHP MySQL Wrapper and object mapper which utilizes MySQLi and prepared statements
turbopixel/phpdo-database
132 Downloads
A lightweight PHP7 database wrapper class.
hunnomad/classdatabase
16 Downloads
Universal MySQL database connection class
anax/database-active-record
6129 Downloads
Anax Database Active Record module for model classes.
wordpress-phoenix/wordpress-options-builder-class
4444 Downloads
Library that helps you setup theme or plugin options that store data in the database with just a line or two of code