Libraries tagged by nohtml
nabeghe/nohtml
1 Downloads
Say no to HTML — write views in PHP with a clean, simple DSL.
braspin/no-html
7 Downloads
Template engine for PHP without close tag php
abacaphiliac/php-no-html
30 Downloads
Safely encode content for rendering in an HTML document.
mouf/html.htmlelement
367169 Downloads
This package contains the HtmlElementInterface interface that can be used to output HTML on a page. It also features base classes implementing this interface.
mouf/html.renderer.twig-extensions
358133 Downloads
This package contains a set of Twig extensions and utility class to ease the use of Twig templates in Mouf.
mouf/html.renderer
358138 Downloads
This package contains the rendering mechanism of the Mouf framework. It is a mechanism allowing packages/templates/developers to overload a default template for various HTML objects.
mouf/html.template.menus.basicmenu
143731 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.
mouf/html.widgets.form-elements
20078 Downloads
This package contains PHP objects representing common HTML form elements, along renderers.
mouf/html.tags
20123 Downloads
This package contains a pure PHP object representation of HTML5 tags. There is one class for each existing HTML tag, and one getter/setter per attribute.
mvccore/ext-debug-tracy-mvccore
5069 Downloads
MvcCore - Extension - Debug - Tracy - Panel MvcCore - render and add into tracy debug panel current MvcCore application instance, printed by \Tracy\Dumper::toHtml(\MvcCore\Application::GetInstance()); to display main application objects used to render current page response. Rendered objects inside MvcCore app: \MvcCore\Request, \MvcCore\Response, \MvcCore\Router, \MvcCore\Controller, all preroute, predispatch and postdispatch configured handlers and many other internal application values.
mvccore/ext-debug-tracy-auth
3784 Downloads
MvcCore - Extension - Debug - Tracy - Panel Auth - render and add into tracy debug panel currently authenticated user from \MvcCore\Ext\Auth service singleton instance, printed by \Tracy\Dumper::toHtml(\MvcCore\Ext\Auth::GetInstance()->GetUser());.
mouf/html.template.menus.topribbonmenu
19 Downloads
This package contains a menu that is displayed as a ribbon at the top of the screen. The class is in charge of rendering a 'Menu' instance in HTML using the toHtml() method.