A web application framework written in PHP that translates requests to scripts on the filesystem.
php
Go to file
2025-08-27 08:02:15 -06:00
lib Added non-db folder query checking location and added params convenience method 2025-08-27 08:02:15 -06:00
pages Boilerplate code for starting any PHP webapp using built-in development server 2025-03-18 13:40:38 -06:00
.gitignore Refactored and consolidated DatabaseConnection (simplified PDO wrapper) 2025-06-28 06:41:34 -06:00
.htaccess Boilerplate code for starting any PHP webapp using built-in development server 2025-03-18 13:40:38 -06:00
app.sh Refactored and consolidated DatabaseConnection (simplified PDO wrapper) 2025-06-28 06:41:34 -06:00
index.php Serve only valid mime types 2025-08-21 07:10:58 -06:00
README.md Initial commit 2025-03-13 11:54:48 -06:00

php-webapp-framework

A web application framework written in PHP that translates requests to scripts on the filesystem.