Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 1016 Bytes

customization.md

File metadata and controls

19 lines (13 loc) · 1016 Bytes

EasyHtmlElement

An easy way to create simple or complex HTML elements in PHP.


##Customization

EasyHtmlElement tries to cover the maximum of use cases but if your needs are really specific you can customize it. And another time EasyHtmlElement make it easier for you. Every component is defined from an interface so if you want to customize something you just need to create your own class and implement the component interface.