Skip to content
This repository has been archived by the owner on Mar 14, 2023. It is now read-only.

Latest commit

 

History

History
21 lines (13 loc) · 1.06 KB

README.md

File metadata and controls

21 lines (13 loc) · 1.06 KB

chevron.html

Html is one attempt (of many) to make the act of writing HTML slightly safer and easier. It offers elements as objects with properties and a system of using PHP's magic __call() to create them quickly and inline.

If there is a downfall to this system (and every other system designed to tackle the same task) it is that for all the buzz words I've tried to incorporate (OOP, Di, testable, blah blah blah) it remains a very customized solution and using it will couple an application to this (or that) specific toolset.

I think the API is what I want, I'm just not sold on the code.

Peruse the tests or, if present, the examples directory to see usage.

See packagist for version/installation info. At the moment, I recommend using ~3.0.

Latest Stable Version Build Status