Libraries tagged by html
signdeer/laravel-html-minify
152 Downloads
laravel minify html output
roydude/behat-html-formatter
14544 Downloads
Creates an HTML report for Behat tests (enhanced version of emuse/behat-html-formatter)
roelofjan-elsinga/content-to-html-parser
5715 Downloads
This package converts content from strings or files to HTML strings to be rendered on a page
rhubarbphp/module-leaf-html5upload
16891 Downloads
Leaf patterns for HTML 5 uploads.
pwaterz/monolog-htmlpage
22639 Downloads
Writes logs to the bottom of an html page request
pixinvent/frest-html-laravel-jetstream
9493 Downloads
A Laravel 10 package to easily switch TailwindCSS resources generated by Laravel Jetstream to Bootstrap 5.
pixelbrackets/html5-mini-template
12081 Downloads
HTML5 Mini Template for quick rendering of status pages, TOC pages, or any other minimal single-serving site
p3k/html-sanitizer
383 Downloads
An HTML sanitizer with good defaults
o-log/php-html
3057 Downloads
HTML generation library
mrstacy/html2mht
171 Downloads
Convert Html into MHT archive
mouf/html.widgets.messageservice
239090 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
239455 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.bootstrap
164004 Downloads
This package contains an installer for the Bootstrap HTML/CSS/JS library in the Mouf framework to add Bootstrap easily in your Mouf project.
mouf/html.template.mouftemplate
143885 Downloads
This package contains a template for the Mouf administration interface. The content is automatically adjusted to the website page to use all the width. Anyway, you can use this component as a model if you like.
mouf/html.template.menus.basicmenu
143902 Downloads
This package contains a single class in charge of rendering a 'Menu' instance in HTML using the toHtml() method. The rendering is performed using <ul> and <li> tags.