Libraries tagged by database interface
foglcz/adminer-installer
108 Downloads
An interactive installer for Jakub Vrana's "Adminer" - the most awesome database management tool on the planet.
tempest/database
10717 Downloads
The component responsible for database interaction in the Tempest framework.
pierreminiggio/database-fetcher
114 Downloads
Interact with a SQL Database
pierreminiggio/database-connection
152 Downloads
Interact with a SQL Database
israeldavidvm/database-auditor
11 Downloads
¡Optimiza tu diseño de bases de datos con database-auditor! ¿Quieres asegurarte de que tu base de datos esté libre de redundancias, anomalías y problemas de diseño? Con database-auditor, obtén las herramientas necesarias para validar formas normales, analizar dependencias funcionales y garantizar un diseño robusto y eficiente. ¡Prueba nuestra interfaz de línea de comandos y lleva tu base de datos al siguiente nivel!
zettabrasil/dbunit
15762 Downloads
PHPUnit extension for database interaction testing
sirmerdas/sparkle
6 Downloads
A simple and flexible PHP Database Abstraction Layer for managing database interactions with ease.
jworman/dbunit
1011 Downloads
PHPUnit extension for database interaction testing
fgjjkhkkoljgffkkjbvb/dbunit
20530 Downloads
PHPUnit extension for database interaction testing
dwoodard/neo4j-eloquent
52 Downloads
Eloquent-style API for Neo4j graph database interactions with schema-less, dynamic operations
tereta/orm
13 Downloads
ORM (Object-Relational Mapping) library for PHP, providing a simple and efficient way to interact with databases using an object-oriented approach.
migliori/power-lite-pdo
83 Downloads
PowerLitePdo is a PDO wrapper that provides a simple and powerful way to interact with a database.
rain1/pdo-powered
25 Downloads
PDO wrapper for easy db interactions
pdo-proxy/pdo-proxy
26 Downloads
PDO Proxy is a simple, event-driven PDO wrapper that allows to intercept and alter execution of all PDO methods. The PDOProxy\PDO and PDOProxy\PDOStatement classes extend the native PDO and PDOStatement classes, therefore they are compatible with any method expecting regular PDO objects.
chamamme/noquery
40 Downloads
A database query builder aimed at code beautification by minimizing the use of raw SQL in codes. NoQuery currently supports MySQL, Firebird & Interbase, PostgreSQL, SQLite3, Oracle, Microsoft SQL Server, Foxpro ODBC, Access ODBC, Informix, DB2, Sybase, Sybase SQL Anywhere, generic ODBC and Microsoft's ADO due to its leverage on ADODB