Libraries tagged by php class database
indieteq/indieteq-php-my-sql-pdo-database-class
387 Downloads
A database class for MySQL with PDO
tommyknocker/pdo-database-class
6174 Downloads
Framework-agnostic PHP database library with unified API for MySQL, MariaDB, PostgreSQL, SQLite, MSSQL, and Oracle. Query Builder, caching, sharding, window functions, CTEs, JSON, migrations, ActiveRecord, CLI tools, AI-powered analysis. Zero external dependencies.
a1phanumeric/php-mysql-class
251 Downloads
A lightweight PDO helper for MySQL and SQL Server with prepared queries, transactions, and connection lifecycle utilities.
nwidart/db-exporter
39130 Downloads
Export your database quickly and easily as a Laravel Migration and all the data as a Seeder class.
krugozor/database
2488 Downloads
PHP class library for simple, convenient, fast and safe work with MySql database, using PHP mysqli extension and imitation of prepared queries.
ttsuruoka/php-simple-dbi
150861 Downloads
Simple database interface class for PHP PDO
jayc89/php-mysql-pdo-database-class
1472 Downloads
PHP PDO MySQL Wrapper
memclutter/php-dbf
2157 Downloads
Some php classes for easy work with dBase databases.
jelix/php-redis
5302 Downloads
php classes to manage data into a redis database. Fork from Sash php-redis lib.
mhmmdq/database
55 Downloads
A php class for managing and connecting to a database
moledet/database-change-log
6979 Downloads
A PHP class to log all changes of table data from raw SQL or with PDO statement
alin-o/mysqli-database-class
3332 Downloads
PHP MySQL Wrapper which utilizes MySQLi and prepared statements
drkbcn/php-pdo-mssql-class
108 Downloads
A PHP MsSQL PDO class similar to the the Python MySQLdb, which supports iterator and parameter binding when using 'WHERE IN' statement.
yocto/illuminate-database-softdeletes
92 Downloads
This library extends the illuminate/database of Laravel with classes for boolean soft deletes.
ixnode/php-date-parser
773 Downloads
PHP Date Parser - This library parses various given date and time strings into DateTime or DateTimeImmutable classes which return the time range. Can be used e.g. excellently for command line arguments and options to make database queries with.