Extremely tiny PHP web application framework.
Find a file
2025-08-03 10:39:21 +03:00
app +304 cache 2017-08-19 17:11:21 +03:00
htdocs !Minor tidification of .htaccess; 2025-05-11 08:26:05 +03:00
tiny !Fixed user-friendly URI processor; 2025-08-03 10:39:21 +03:00
zf@f0d24363bd Begin refactoring, don't really know what to do next at the moment. 2023-04-15 16:35:18 +03:00
.gitignore Added ZF + refactored some more. 2017-06-23 20:40:43 +03:00
.gitmodules Begin refactoring, don't really know what to do next at the moment. 2023-04-15 16:35:18 +03:00
init.php +304 cache 2017-08-19 17:11:21 +03:00
README.md Begin refactoring, don't really know what to do next at the moment. 2023-04-15 16:35:18 +03:00

tinyScript: extremely tiny PHP web application framework.

Need a fancy tiny PHP application and don't wanna bother either writing lots of code from scratch or use bloated mainstream frameworks?

Try tinyScript! It's simple yet capable! This repository contains a demo application as an example.

WARNING!

tinyScript relies on ZCT Framework (ZF) components! See zf submodule in zf directory! You can specify ZF components location via configuration file unless ZF components aren't located in include_path.