Libraries tagged by database interface
gree/cascade
1397 Downloads
Cascade defines a lightweight, consistent interface for accessing databases in PHP
stidges/laravel-db-normalizer
17 Downloads
Normalize all database results to one unified interface, to make swapping repositories a breeze.
b3nl/sw-migrations
36756 Downloads
Uses the shopware interface to enable custom database migrations.
izex/dbsimple
7401 Downloads
Simplest but powerful interface to work with various relational databases.
mayocube/craft-notifications
546 Downloads
Send notifications across a variety of delivery channels, including mail and Slack. Notifications may also be stored in a database so they may be displayed in your web interface.
jardiscore/kernel
32 Downloads
Infrastructure kernel for PHP — an immutable DomainKernel holding wired-up cache, logger, event dispatcher, HTTP client, database, mailer and filesystem, plus an optional ENV-driven bootstrap. Jardis-generated domain code reaches it through a single interface.
genai/sql-mapper
162 Downloads
MyBatis-style SQL mapper: mark an interface #[Mapper] and its methods #[Select]/#[Insert]/#[Update]/#[Delete] with the SQL. A build-time processor compiles a reflection-free Cache\ implementation (prepared statements, #{name} bound params, optional row->object hydration) and registers it as a container bean keyed by the interface. Self-contained: a bundled DatabaseConfig provides the 'PDO' bean from a [database] group in the app's app.ini, so you only edit config. Runtime is PHP 5.3-safe.
gcgov/framework-service-user-crud
88 Downloads
Implement standard CRUD routes to manage the user collection. Even if your app doesn't provide a custom user model (`\app\models\user`), your auth or database service may provide you with a standard user model that implements (`\gcgov\framework\interfaces\auth\user`).
mouf/database.dao-interface
26142 Downloads
This package only contains a basic interface for implementing common DAO methods. Those DAOs will be used by BCE forms among other things.
sunnysideup/database-migrations
73 Downloads
Add an Atomic Migration interface to any BuildTask and it will automatically run them on dev/build and record that they have run in the database.
php-extended/php-model-to-db-schema-interface
6144 Downloads
A library that provides a way to transform model objects into database schemas
migliori/php-pdo-database-class
435 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
hifone/dashboard
1481 Downloads
A database interface package for Laravel, modified!
gelembjuk/db
128 Downloads
PHP Package for DB access from PHP. It contains simple common interface and can be used with many DB engines. It is very simple alternative of PDO
vinelab/neo4jphp
13168 Downloads
Wrapper for the Neo4j graph database REST interface