Libraries tagged by database class
vakata/phptree
4466 Downloads
A collection of PHP classes for storing a tree in a relational database
thecodingmachine/tdbm-graphql
75444 Downloads
A class generator that will generate GraphQL types from your database schema (using thecodingmachine/graphqlite).
roddy/firestore-eloquent
270 Downloads
Firestore Eloquent, an object-relational mapper (ORM) that makes it enjoyable to interact with your database. When using Eloquent, each firestore collection has a corresponding \"Model\"/\"Class\" that is used to interact with that collection. In addition to retrieving records from the firestore collection, Eloquent models/classes allow you to insert, update, and delete records from the collection as well.
byjg/authuser
7051 Downloads
A simple and customizable class for enable user authentication inside your application. It is available on XML files and Relational Databases.
anglemx/airports
6173 Downloads
Auto-generated PHP abstract class that contains the global IATA Aiport database in pure PHP code.
migliori/php-pdo-database-class
391 Downloads
The DB class is a database abstraction layer that provides a simple, consistent interface for interacting with different types of databases. It handles connection management, query execution, pagination and result processing
krugozor/database
2446 Downloads
PHP class library for simple, convenient, fast and safe work with MySql database, using PHP mysqli extension and imitation of prepared queries.
jayc89/php-mysql-pdo-database-class
1447 Downloads
PHP PDO MySQL Wrapper
easy-swoole-php/mysqli-database-class
646 Downloads
PHP MySQL Wrapper and object mapper which utilizes MySQLi and prepared statements
bear8421/php-mysql-database-class-updated
9558 Downloads
PHP MySQL Wrapper and object mapper which utilizes MySQLi and prepared statements
alin-o/mysqli-database-class
1988 Downloads
PHP MySQL Wrapper which utilizes MySQLi and prepared statements
mouf/database.dbconnection
32492 Downloads
This package contains object to perform database connections. Connections are performed using the PDO library. Therefore, the PDO extension must be enabled to use this package. This package will allow you to connect to MySql and PostgreSql databases. The DB Connection class has special features to help you get informations about the database schema, and especially about the constraints between tables.
dynamic/silverstripe-classname-update-tasks
3105 Downloads
Module that updates legacy classnames stored in the database to FQN
zetacomponents/database-schema
7400 Downloads
A set of classes that allow you to extract information from a database schema, compare database schemas and apply a set of changes to a database schema.
mouf/database.doctrine-dbal-wrapper
109937 Downloads
This package contains wrapper classes that make Doctrine DBAL easy to use in Mouf