ViewFish Templating

ViewFish Templating is a PHP templating solution with the express goal of simplicity. While there are some syntax tricks and methods built to make use of the system practical, at its heart, ViewFish templates are built to be extremely simple to implement. A template can be integrated in your PHP data with just three lines of code.

ViewFish Templating can be summed up as a parser using HTML templates employing a {{variable}} syntax ({{$variable}} also works). This might be useful for a CMS that allows a user to define HTML code without PHP, conditional logic, or other confusing syntax. The large language constructs create power and flexibility, but also introduce significant complexity.

Browse the Docs