Libraries tagged by database interface
dwoodard/neo4j-eloquent
14 Downloads
Eloquent-style API for Neo4j graph database interactions with schema-less, dynamic operations
swew/db
26 Downloads
A lightweight, fast, and secure PHP library for interacting with databases, creating migrations, and running queries. swew/db uses prepared statements to protect against SQL injection attacks and supports multiple database systems.
tribal2/db-handler
1 Downloads
Library to interact with MySQL databases
migliori/power-lite-pdo
75 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.
harmonicdigital/dynamodb-odm
22 Downloads
A simple ODM for interacting with DynamoDB
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
lil-plp/iba
51 Downloads
Interactive Books' Atelier: the future of publishing content digital ...
xalaida/pdo-mock
4 Downloads
Library for mocking database interactions in unit tests.
v1p3r75/nexa-orm
39 Downloads
NexaORM is a modern PHP Object-Relational Mapping (ORM) library designed to simplify database interactions and streamline the development of PHP applications.
dynamicbits/larabit
326 Downloads
Larabit is a robust Laravel package designed to streamline database interactions within Laravel applications. It offers a foundational service equipped with a comprehensive set of convenient methods, empowering developers to efficiently handle database operations. The package also provides authenticaion with 2FA.
winkbrace/oracle
19 Downloads
Complete library for interacting with Oracle databases
roy404/eloquent
114 Downloads
Eloquent is the default ORM (Object-Relational Mapping). It provides a simple ActiveRecord implementation for working with your database. With Eloquent, you can define database models as classes, and interact with the database using these models, rather than writing raw SQL queries.
pdodb/pdodb
50 Downloads
A very simple and straight forward class for interacting with a database