Libraries tagged by php database lib
muhammetsafak/jsonbase
3 Downloads
It is a library that allows to use JSon files as database.
mnohosten/yesorm
38 Downloads
YesORM is a PHP library for simple working with data in the database.
meyersm/simple-datastore
21 Downloads
A PHP library to store objects between sessions using only the local file system
maplephp/log
101 Downloads
PHP PSR-3 Logger library, standardized approach to logging messages.
madbyad/mpl-mysql
6 Downloads
A PHP library to provide a simple interface to communicate with a mysql database
lily-labs/db-backup
36 Downloads
DBBackup it's a library that provides classes to execute mysqldump to backup the given database, relocate the backup file in the local filesystem and compress the resulting backup file.
liloo/helpers
17 Downloads
Classes auxiliares da Liloo Framework PHP
laborra/passive-records
32 Downloads
Passive Records library for PHP
jtkendall/kurin
86 Downloads
A simple library to load and clean your CSV file into PHP arrays with named keys.
joeybab3/game
10 Downloads
Game models
joelface/sqlitepal
21 Downloads
A simple, lightweight SQLite3 library for PHP
jissanto/rapidrest
5 Downloads
High-performance PHP library for building RESTful APIs with modern features like migrations, CLI tools, and more
jeroenrnl/zfwk
5 Downloads
The Z Framework or zFwk is a framework that aims to be a complete set of base libraries to build a PHP application but without dicating the architecture of your application. The Z Framework is derived from Zoph, one of the oldest still actively developed PHP projects. The Z Framework currently consist of a database query builder, a templating engine, a configuration enginge and few generic classes. The Z Framework is in it's infancy and should not be used in production. If you want to consider using it, please let me know.
invincible-tech-systems/easeampmysql-halite
21 Downloads
A very simple and safe PHP library to execute SQL Queries as Prepared Statements on MySQL Database, in an asynchronous & non-blocking all basing upon amphp/mysql package. Additional checks are supported in terms of facilitating creation and verification of row level digital signature for different database tables along with creation of blind indexes of data in encrypted db columns, using easeappphp/ea-halite package.
invincible-tech-systems/easeampmysql
63 Downloads
A very simple and safe PHP library to execute SQL Queries as Prepared Statements on MySQL Database, in an asynchronous & non-blocking way. Methods are provided to prepare a SQL Statement & it's execution separately as different methods (to facilitate caching of prepared statements) as well as together in a single method too, all basing upon Amphp, an event driven concurrent framework in php and its Amphp\Mysql package.