Libraries tagged by simple database
elvis-leite/recordset-database
28 Downloads
A simple library for managing database connections and building queries in PHP.
crefito11/database-manager
48 Downloads
A simple library for managing database connections with singleton design pattern, results pagination and building queries in PHP.
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
szemul/database
2526 Downloads
Simple wrapper for PDO to make it easier to use and easier to mock
simplyfier/database
49 Downloads
The Database manager from various providers
meshesha/simple-php-formbuilder
32 Downloads
Aplication that is based on a PHP and MySql database , allowing you to build and management simple html forms
lucasdotvin/laravel-database-queries-counter
735 Downloads
This package provides a simple trait to check how many queries a test suite has performed.
kitpages/simple-cache-bundle
27723 Downloads
Very simple cache system for symfony2. The cache data are saved in one table in database.
kadevland/simple-laravel-eloquent-uuid
130 Downloads
A simple Trait provides the ability to use UUID generator in your Eloquent models
itvisionsy/simple-orm
165 Downloads
A simple PHP class to access your MySQL records.
fabiopaiva/pdo-simple-migration
172 Downloads
Database version control using PDO connection
craftblue/simple-sql
26 Downloads
SimpleSql is a wrapper around PHP's PDO and is intended to be an easy to use drop-in for your projects. It abstracts away the atrocities of querying by using common methods while still giving you full control of your queries
co0lc0der/simple-query-builder
32 Downloads
A small easy-to-use php component for working with a database by PDO. It provides some public methods to manipulate data. Each SQL query is prepared and safe.
arthurhoaro/simple-php-messaging-service
2103 Downloads
SimplePMS is a PHP message service with database backend using SQLite, PostgreSQL or MySQL
aliirfaan/laravel-simple-audit-log
211 Downloads
This package creates a database table to save audit logs and exposes events to log user actions.