Libraries tagged by Databses
kerion/zedogenerator
10 Downloads
Zend Framework 2 - Doctrine - Generator for Entities and Modules from existing Databases
kat/micro-orm
774 Downloads
A micro orm for accessing databases
julio101290/mysql-backup
3 Downloads
A PHP library for backing up and restoring MySQL databases
jpuck/qdbp
42 Downloads
Quick Databases for PHP
jpina/pdooci8
0 Downloads
PDO-like wrapper for Oracle databases
josecarlosphp/db
86 Downloads
PHP classes to interact with databases. Works with MySQL, MySQLi, and PDO.
jordimorillo/uid
11 Downloads
A package to self-generate 32bit unique integer identifiers that can be used as primary keys in relational databases
joedevsharp/entitylite
12 Downloads
A lightweight PHP ORM inspired by Entity Framework, designed to simplify database interactions and provide an intuitive way to manage entities and relationships. This library utilizes a fluent interface and follows the PSR-4 autoloading standard, making it easy to integrate into any PHP project. With support for basic CRUD operations and a focus on simplicity and performance, this ORM empowers developers to work with databases seamlessly while maintaining clean and maintainable code.
joco/logger
2 Downloads
Sends your logs to files, sockets, inboxes, databases and various web services
jlapp-hatja/smart-seeder
330 Downloads
Smart Seeder adds the same methology to seeding that is currently used with migrations in order to let you seed in batches, seed to production databases or other environments, and to rerun seeds without wiping out your data.
jitsu/sqldb
40 Downloads
Convenient OOP interface to SQL databases
jinnguyen/puja-log
38 Downloads
Puja-Log allow sends your logs to files, databases and you can add more drive by your self
jaredhowland/simple-pdo-wrapper
54 Downloads
A simple PDO wrapper for accessing MySQL and SQLite databases.
jairocgr/datashot
57 Downloads
A tool for taking partial database dumps and scripting datbases
jabarihunt/mysql
72 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.