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 *

2 − 1 =

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

You May Also Like

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!

Fast, Effective PHP Compression With .htaccess

PHP compression is an excellent method of conserving bandwidth and reducing client download times. We have already discussed an excellent method for CSS compression, and in this article we share a super-easy technique for compressing all PHP content without editing a single file.