unl / savvy
Savvy is a powerful but lightweight object-oriented template system for PHP.
v1.0.0
2024-07-11 18:21 UTC
Requires
- php: ^8.1
This package is auto-updated.
Last update: 2024-11-11 19:17:04 UTC
README
Savvy is a powerful but lightweight object-oriented template system for PHP.
Unlike other template systems, Savvy by default does not compile your templates into PHP; instead, it uses PHP itself as its template language so you don't need to learn a new markup system.
Note for php 8.1
For php 8.1 we swapped using Saltybeagle's package to this repo. We did this so we can more easily update and maintain the package.