xeoncross / PHP-Template

Simple PHP template inheritance and view management class using pure PHP
28 stars 4 forks source link

composer support #5

Open xenogenesi opened 8 years ago

xenogenesi commented 8 years ago

I think this is the most simple/minimal native php template engine supporting inheritance, would be nice to have it available on composer.

xeoncross commented 8 years ago

Actually, as I'm prone to do, I reduced it greatly again down to a single function:

https://gist.github.com/Xeoncross/32947f0e450212da693c

xenogenesi commented 8 years ago

Impressive, thanks for the link.

xeoncross commented 8 years ago

I might still add composer support since I want any usable code to be available though it.

xenogenesi commented 8 years ago

Great, looking forward to it.