A web application framework written in PHP that translates requests to scripts on the filesystem.
php
Go to file
2025-06-24 14:52:08 -06:00
lib Consolidated DatabaseConnection class to be a PDO wrapper 2025-06-24 14:52:08 -06:00
pages Boilerplate code for starting any PHP webapp using built-in development server 2025-03-18 13:40:38 -06:00
.gitignore Changed script to require port number as first arg 2025-06-24 11:43:40 -06:00
.htaccess Boilerplate code for starting any PHP webapp using built-in development server 2025-03-18 13:40:38 -06:00
index.php Boilerplate code for starting any PHP webapp using built-in development server 2025-03-18 13:40:38 -06:00
php-webapp-framework.sh Changed script to require port number as first arg 2025-06-24 11:43:40 -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.