Phoenix is a lightweight language and template engine which allows to program PHP web servers with a more concise and readable syntax. It automatically watches file...
Phoenix is a lightweight language and template engine which allows to program PHP web servers with a more concise and readable syntax.
It automatically watches file modifications for instant compilation, and the generated code is identical to handcrafted code, so it is very easy to integrate with existing code.
lightweight php programming-language template-engine