Libraries tagged by php mysql class
thpglobal/thpclasses
10 Downloads
database common classes
simplepdo/simplepdo
1816 Downloads
PHP PDO class designed to use prepared queries while providing support for existing implementations using SimpleMySQLi.
saturn/database
33 Downloads
PHP PDO wrapper class.
ropendev/pdomodel
2952 Downloads
PDOModel is a simple and light PHP class to maintain database, table and data easily.
quietasice/phpfastcache
1297 Downloads
PHP Cache Class - Supported Redis, Cookie, Predis, APC, MemCached, WinCache, Files, PDO, Reduce mySQL Call by Caching
peterujah/db-controller
63 Downloads
Php PDO databse wrapper.
oxygenzsas/composer_lib_lang
3 Downloads
php class for traduction with BDD
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.
mesingh/phpfastcache
730 Downloads
A working fork of PHP Fast Chache library
levelsystem/levelsystem
6 Downloads
PHP class for generating level system
komeiji-satori/miner
14 Downloads
A dead simple PHP class for building SQL statements. No manual string concatenation necessary.
josecarlosphp/db
97 Downloads
PHP classes to interact with databases. Works with MySQL, MySQLi, and PDO.
imrgrgs/bioorm
10 Downloads
BioOrm is a micro-ORM which functions as both a fluent select query API and a CRUD model class.
ideaglory/database
3 Downloads
PHP Singleton Database Class
hotelmah/write-file
15 Downloads
Write File is a rudimentary PHP write a file to disk class. Data can be added incrementally to memory using the saveData method which can then be written at once to a file via the write method. This library is used by the MySQL Table Editor (MTE) project.