A web application framework written in PHP that translates requests to scripts on the filesystem.
php
Go to file
2025-08-14 10:26:23 -06:00
lib Added convenience function to read from header 2025-08-14 10:26:23 -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 Added getPath function 2025-08-05 08:27:49 -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.