-
Class-db is a PHP script for working with SQL databases. For now it supports SQLite and MySQL databases, allowing developers to interact, query and retrieve results with ease. Class-db is useful because it allows the developer to avoid writing pure SQL syntax and rely only on PHP code to trigger and run SQL commands. This avoids problems by abstracting queries ...
-
DBSQ is a PHP script for interacting with MySQL databases. DBSQ allows developers to run MySQL operations from PHP code. DBSQ acts as an intermediary layer between the PHP code and the database itself. The script permits developers to properly authenticate on the database server, query the engine and retrieve results in real-time. Limitations:- Works with local MySQL servers only. ...
-
DB-MySQL is a top of the line PHP library for interacting with MySQL databases. It was written to allow a more advanced database querying system for PHP developers when dealing with a MySQL database. To help developers get started, documentation is included with the download package. Features of DB-MySQL: - Easy to connect- Easy MySQL querying- Query exceptions- Query filters- ...
-
php-mysql-orm is a PHP script for interfacing with MySQL databases. This script allows PHP developers to connect, save and retrieve data from MySQL databases. It comes with support for most common MySQL operations and ensures a fast way of communicating with the server without plenty of overhead.
-
iRedis is a PHP script to interface with Redis databases. The script supports the Unified Request protocol. It can handle anything from simple database authentication operations to server commands and bulk replies. Requirements:- Redis 1.2 or Higher
-
Redisent is a PHP script for interacting with Redis databases. It allows developers to interact with a Redis database via PHP code. It was designed from the start to allow changes to the Redis protocol as it's developed. Features of Redisent:- Shared Redis API- Support for lists- Pipelining- Setup keys Requirements:- Redis



