16 lines
681 B
Markdown
16 lines
681 B
Markdown
|
|
# About FolderWeb
|
||
|
|
|
||
|
|
FolderWeb is a minimalist PHP framework designed for simplicity, longevity, and maintainability. It's built on a simple philosophy: **just enough, nothing more**.
|
||
|
|
|
||
|
|
## Philosophy
|
||
|
|
|
||
|
|
Modern web development has become unnecessarily complex. Build tools, package managers, JavaScript frameworks that change every few months—it's exhausting and unsustainable.
|
||
|
|
|
||
|
|
FolderWeb is different. It's built to:
|
||
|
|
|
||
|
|
- **Work for decades** without requiring constant updates
|
||
|
|
- **Be understandable** by reading a few hundred lines of code
|
||
|
|
- **Stay maintainable** without specialized knowledge
|
||
|
|
- **Load fast** with no JavaScript overhead
|
||
|
|
- **Just work** without configuration or setup
|