Skip to content
This repository has been archived by the owner on Jun 19, 2022. It is now read-only.

Latest commit

 

History

History
12 lines (7 loc) · 327 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 327 Bytes

PHP-PDO-Mini Framework

Simple PHP Mini Framework with PDO and PHP 5.6.0.

-- To load files automatically PSR 4 autoloading is used.

-- For Templating Twig template engine.

-- For Debugging Kint debugger.

-- For SMTP mails phpMailer.

To use this library, you need to only include Bootstrap.php file from 'app' directory.