A web application framework written in PHP that translates requests to scripts on the filesystem.
php
Go to file
2025-08-28 13:51:10 -06:00
lib Added support for both server vars 2025-08-27 14:34:38 -06:00
pages Boilerplate code for starting any PHP webapp using built-in development server 2025-03-18 13:40:38 -06:00
.gitattributes Forced lf in gitattributes correction 2025-08-27 10:48:00 -06:00
.gitignore Exclude .conf files 2025-08-28 13:51:10 -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 Added support for both server vars 2025-08-27 14:34:38 -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.