Skip to content

Latest commit

 

History

History
executable file
·
29 lines (16 loc) · 1.08 KB

README.md

File metadata and controls

executable file
·
29 lines (16 loc) · 1.08 KB

Safe and simple PDO Database class


PHP: PDO Db Wrapper with prepared statements

Documentation

English

See English manual for more information

Russian

See Russian manual for more information

Requirements

PHP 5.4 or higher (PHP 7.0.30 tested successfully)
Apache 2.2 or higher (Apache PHP 7 + Nginx 1.12 tested successfully)
MySQL 5.1 or higher (MySQL 5.7.20 tested successfully)

Support

This is an open-source software. If you have any ideas how to make it better - please tell us: write a letter, in the topic of a letter write: Simple PHP PDO Db class: Suggestion. You can write us in English language or in Russian.

Important

Thanks to all who used my class. It was one of the first libraries that i have created. Unfortunately, this software is no longer supported. I have no time anymore for this. I use now Codeigniter 4 and Laravel. If you want a clean minimal db library, i recommend you to use PDOx instead.