Medoo is a lightweight (~8kb) PHP framework for working with SQL databases. The framework comes as a single file and works withВ MySQL, MSSQL, PostgreSQL,В SQLite (and more).

Medoo - PHP Database Framework

It has methods for all the common SQL queries and controls for preventing SQL injentionMedoo is simple-yet-handy and it is very well-documented.

Requirements: PHP 5.1+

Website: http://medoo.in/
Download: http://medoo.in/download

0 Shares:
Leave a Reply

Your email address will not be published. Required fields are marked *

9 + 9 =

This site uses Akismet to reduce spam. Learn how your comment data is processed.

You May Also Like

Calculate folder and subfolders size with PHP

How to read the size of a directory using PHP? Here is a simple function which could help read the size of the directory, number of directories and the number of files in the given directory.

Easily create a Zip file using PHP

Creating .ZIP archives using PHP can be just as simple as creating them on your desktop. PHP's ZIP class provides all the functionality you need!