Libraries tagged by lhtml
p3k/html-sanitizer
382 Downloads
An HTML sanitizer with good defaults
o-log/php-html
3033 Downloads
HTML generation library
nguyenanhung/htmlawed
9337 Downloads
Official htmLawed PHP library for HTML filtering
nguyenanhung/html-helper
55774 Downloads
Light, Simple and Small HTML Helper
neosidekick/htmlcontent
165 Downloads
HTML content nodes for the Neos CMS
neilime/ansi-escapes-to-html
2017 Downloads
Convert ANSI escapes (terminal formatting/color codes) to HTML
navindex/html-formatter
1074 Downloads
HTML beautifier and minifier library for development and testing.
nadirhamid/docx-to-html
20067 Downloads
composer integration of xylude/Docx-to-HTML
mrugeshtatvasoft/laravel-datatables-html
716 Downloads
Laravel DataTables HTML builder plugin
mrstacy/html2mht
171 Downloads
Convert Html into MHT archive
mouf/html.widgets.messageservice
238896 Downloads
Use this package to display info/warning/error messages to the user on a web page. Using the SessionMessageService class, you register messages to be displayed. Using the MessageWidget class, you display the error messages in your templates.
mouf/html.widgets.menu
239261 Downloads
This package contains objects describing a menu of an application. The menu is described, but this package does not render the menu in any way. You will have to use another package to render the menu in HTML. Usually, templates will provide their own menu renderers.
mouf/html.utils.weblibrarymanager.component-installer
356840 Downloads
This Mouf package contains a Composer installer that will automatically create WebLibrary instances when a 'component' package is installed in Composer. It is designed to be used only with Mouf's WebLibraryManager.
mouf/html.utils.weblibrarymanager
359218 Downloads
The Javascript/CSS library manager is a PHP class in charge of keeping track of the JS and CSS files that have been included so far in a web page. Basically, you tell the Javascript/CSS library manager to import a JS/CSS file and it will make sure it is included, only once, and that all dependencies are included as well.
mouf/html.template.templateinterface
355024 Downloads
This package contains the definition of an HTML template (the TemplateInterface interface) and an helper class to build HTML templates easily (the BaseTemplate class).