Libraries tagged by php class database
jacob-roth/php-helpers
44 Downloads
An assortment of PHP scripts and classes that aid in the development of PHP projects
fumagally/php-pdo-mysql
19 Downloads
A PHP MySQL PDO Class
com.jukusoft/php-database-table-upgrader
22 Downloads
php-database-table-upgrader, An database upgrader for upgrade mysql table structures automatically. You dont have to write CREATE TABLE, ALTER TABLE querys and so on anymore, just configure your table structure in PHP and the classes will upgrade your table structures automatically.
codeurx/database
18 Downloads
Useful Query Builder, PDO Class for PHP. A simple access to your SQL records.
ahmetertem/database_record
166 Downloads
Database Record Class
prateik/core-php
6 Downloads
Connection class for core php development
hackerpro536/pdo-class-wrapper
199 Downloads
PDO Class Wrapper is a wrapper class of PDO (PHP Data Object) library. As we know that in any web application, database makes an important role for developer to create a good dynamic web application.
atayahmet/database-active-record-class
54 Downloads
The written for fast, practical database active record actions
aleksey.nemiro/nemiro.data.php
21 Downloads
The small helper classes for working with databases MySql and PostgreSQL.
swos/database
10 Downloads
A simple PDO wrapper class and DAL for PHP applications.
lcloss/php-sql
19 Downloads
Simple SQL class to use with PHP
symbiote/php-wordpress-database-tools
25 Downloads
A set of classes for connecting to a Wordpress database and querying it. The point of this library is to easily and effeciently iterate over Wordpress data and import into other CMS systems.
silbinarywolf/php-wordpress-database-tools
718 Downloads
A set of classes for connecting to a Wordpress database and querying it. The point of this library is to easily and effeciently iterate over Wordpress data and import into other CMS systems.
rstoetter/ckeycolumnusagetree-php
25 Downloads
The class cKeyColumnUsageTree represents a sorted collection of the key column usage of a mysql database. The main purpose of the class is to determine the dependencies of the tables among each other: The class is able to find dependency paths of more than two tables, when another tables are involved. Dependencies which include self referencing tables are considered, too.
start2004/riak-php-client
19 Downloads
UnOfficial Riak client for PHP7, merge `basho/riak-pb` and `open-adapter/riak-php-client`, Fix for the error "Cannot use Riak\Object as Object because 'Object' is a special class name", support 8087 or 8098.