Libraries tagged by mysql database class
phptree/pdo
26 Downloads
a php PDO database connection class with simple query builder .
adatasol-tourtools/fxphp
68 Downloads
A Free, Open Source PHP database abstraction class for accessing FileMaker Pro and other data sources.
ropendev/pdomodel
2952 Downloads
PDOModel is a simple and light PHP class to maintain database, table and data easily.
hammermaps-dev/phpfastcache
367 Downloads
PHP Abstract Cache Class - Reduce your database call using cache system. PhpFastCache handles a lot of drivers such as Apc(u), Cassandra, CouchBase, Couchdb, Mongodb, Files, (P)redis, Leveldb, Memcache(d), Ssdb, Sqlite, Wincache, Xcache, Zend Data Cache.
dlid/cdbyuml
67 Downloads
PHP classes for generating database models using yuml.me
primal/databasepool
5 Downloads
Basic class for managing database configurations and active PDO links.
clouddueling/auto-migrate
26 Downloads
This class can be used to generate diffs between a MySQL XML dump file, and a database which currently exists. It will tell you the missing tables and columns (return as an array), or generate MySQL queries to add the missing columns in.
diversen/minimal-query-builder
545 Downloads
A simple and very basic query builder class, which should support any database supported by PDO.
rotexsoft/leanorm-cli
74 Downloads
Command-line tool for rotexsoft/leanorm for generating Model, Record & Collection Classes for tables in a specified database.
zerig/sql-manager
44 Downloads
This class connets to DB and work with it.
wainstan/arraymysql
6 Downloads
Simple array based without text queryes MySQL class (Composer support)
synaptic4u/logging
47 Downloads
Custom logging class able to log to files and database
simplepdo/simplepdo
1816 Downloads
PHP PDO class designed to use prepared queries while providing support for existing implementations using SimpleMySQLi.
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.
mrpck/mysqldb
15 Downloads
The MySqlDB Class Library is a high level wrapper around the MySql.