Libraries tagged by database class
hammermaps-dev/phpfastcache
367 Downloads
PHP Abstract Cache Class - Reduce your database call using cache system. PhpFastCache handles a lot of drivers such as Apc(u), Cassandra, CouchBase, Couchdb, Mongodb, Files, (P)redis, Leveldb, Memcache(d), Ssdb, Sqlite, Wincache, Xcache, Zend Data Cache.
darelm/pkg_php-db-oracle
7 Downloads
Simple PHP Class for Oracle Database
cxuan1225/laravel-api-from-table
2 Downloads
Generate Laravel API classes from existing database tables.
primal/databasepool
5 Downloads
Basic class for managing database configurations and active PDO links.
belsrc/db-reflection
19 Downloads
Reflection classes for the database.
josecarlosphp/db
105 Downloads
PHP classes to interact with databases. Works with MySQL, MySQLi, and PDO.
jabarihunt/mysql
89 Downloads
A simple class that handles MySQL database instances with support for both TCP and Socket connections. I created this class as a standard way to interact with MySQL databases from within other projects with very low overhead. I will personally use it as a dependency in those projects, but it's perfectly capable of being used as a standalone handler.
bugo/forko
6 Downloads
Class to work with Database via SMF forks
dhorrigan/capsule
2628 Downloads
A simple wrapper class for the Laravel Database package. This is only to be used outside of a Laravel application.
aleksey.nemiro/nemiro.data.php
21 Downloads
The small helper classes for working with databases MySql and PostgreSQL.
mvccore/ext-model-db
654 Downloads
MvcCore - Extension - Model - Database - base model database extension with base and abstract classes and interfaces to work with sql queries in more comfortable API.
codekandis/persistence
302 Downloads
`codekandis/persistence` is a library providing database connector and repository interfaces and classes.
diversen/minimal-query-builder
565 Downloads
A simple and very basic query builder class, which should support any database supported by PDO.
alexandruflorea/quick-laravel-migrations
544 Downloads
A package made for importing database dumps faster than the laravel classic migration system.
rotexsoft/leanorm-cli
109 Downloads
Command-line tool for rotexsoft/leanorm for generating Model, Record & Collection Classes for tables in a specified database.