yiisoft/html
Tools for dynamic server-side HTML generation: rich set of tag classes, custom tags, widgets (ButtonGroup, CheckboxList, RadioList), automatic HTML-encoding with NoEncode bypass, and an Html helper with static methods to build tags and widgets.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| rdx/laravelcollective-html | 0.88 | Adds LaravelCollective HTML/Form helpers to Laravel apps, with service provider setup and familiar Form/Html facades for generating inputs, labels, and other form elements. Useful when you want the classic Laravel form builder experience back. | 10 | 10 | 4 | 31K | 1 | 0.3 | 46.8 | MIT | — | |
| apie/html-builders | 0.88 | HTML builder utilities for the Apie ecosystem. Provides internal components to generate and compose HTML fragments in PHP, used by other Apie packages. Developed in the Apie monorepo; limited standalone documentation available. | 0 | 0 | 0 | 5 | 0 | 0.0 | 10.8 | MIT | — | |
| yiisoft/definitions | 0.87 | Minimalistic definitions container for PHP apps. Build and compose object definitions for DI: map IDs to classes, factories, values and params, with autowiring-friendly configuration. Designed to work smoothly with Yii and other PSR-based projects. | 15 | 15 | 6 | 66K | 4 | 12.6 | 55.5 | BSD-3-Clause | 8 months ago | |
| 21torr/html-builder | 0.87 | Fluent HTML builder for Laravel/PHP. Programmatically compose tags, attributes, and nested elements with a clean API to generate consistent markup without mixing large HTML strings into your views or controllers. | 1 | 1 | 1 | 353 | 0 | 0.9 | 31.1 | MIT | 3 years ago | |
| yiisoft/test-support | 0.86 | Testing utilities for Yii applications: helpers and fixtures to simplify unit and integration tests, isolate dependencies, and improve readability. Provides common test tools you can reuse across packages and projects. | 15 | 15 | 11 | 22K | 3 | 13.7 | 47.8 | BSD-3-Clause | 6 months ago | |
| yiisoft/aliases | 0.86 | yiisoft/aliases stores and resolves path aliases (strings starting with @) for filesystem paths or URLs. Define aliases like @root, @vendor, @bin and expand them on demand, supporting nested aliases (e.g., @bin => @vendor/bin) without checking path existence. | 24 | 24 | 10 | 40K | 3 | 10.6 | 47.8 | BSD-3-Clause | 8 months ago | |
| yiisoft/files | 0.85 | Yii Files is a PHP 8+ utility package with FileHelper methods for common filesystem tasks: ensure/create directories with permissions, remove or clear directories, filter files via path matching, and other file and directory management helpers. | 37 | 37 | 18 | 48K | 3 | 9.2 | 46.2 | BSD-3-Clause | 8 months ago | |
| becklyn/html-builder | 0.85 | Lightweight PHP HTML builder for composing elements and attribute strings. Create HtmlElement nodes, render with escaping by default, support boolean/null/false attribute rules, and inject trusted raw HTML via SafeMarkup when needed. | 2 | 2 | 0 | 150 | 0 | 1.8 | 23.6 | BSD-3-Clause | 4 years ago | |
| yiisoft/code-style | 0.85 | Coding style and quality tools for PHP projects from Yii. Provides configuration and presets to keep code formatting consistent and enforce standards across your repository, helping teams maintain clean, readable code with automated checks. | 3 | 3 | 2 | 18K | 0 | 20.6 | 59.3 | BSD-3-Clause | 1 week ago | |
| pear/html_common2 | 0.84 | — | 1 | 1 | 2 | 8K | 0 | 0.1 | 50.0 | — | — | |
| yiisoft/strings | 0.84 | Yii Strings provides fast, multibyte-safe string utilities for PHP: StringHelper and NumericHelper, Inflector (pluralize, slug), wildcard pattern matching, and optimized combined regex matching with optional memoization. | 49 | 51 | 19 | 90K | 4 | 11.0 | 48.3 | BSD-3-Clause | 8 months ago | |
| anh/markup-bundle | 0.84 | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | — | — | |
| html2text/html2text | 0.84 | — | 590 | 612 | 177 | 845K | 15 | 17.3 | 49.6 | — | 1 year ago | |
| spatie/laravel-blade | 0.84 | Add Blade to any PHP project with the standalone Blade engine from Spatie. Compile and render Blade templates outside Laravel, with an easy API, caching support, and configurable view paths—ideal for small apps, packages, or custom tooling. | 55 | 54 | 10 | 0 | 0 | 0.9 | — | MIT | 9 years ago | |
| cleverage/layout-bundle | 0.83 | — | 2 | 2 | 1 | 0 | 0 | 0.0 | — | MIT | — | |
| twig/html-extra | 0.83 | Twig HTML Extension adds handy helpers to Twig: a data_uri filter for RFC 2397 data URLs, an html_classes function to conditionally build CSS class strings, and an html_cva function for managing class variants via a Cva object. | 77 | 78 | 7 | 780K | 0 | 20.2 | 64.2 | MIT | 1 month ago | |
| renatovdemoura/blade-elements-ui | 0.83 | Laravel package providing reusable Blade UI elements (components/tags) to speed up building consistent interfaces. Drop-in Blade elements help standardize layout and styling across your app with minimal setup. | 0 | 0 | 0 | 1 | 0 | 0.0 | 4.2 | — | — | |
| aura/html | 0.83 | HTML escapers and helpers for any PHP template/view layer, including tag builders and form input helpers. Easy to use via a HelperLocatorFactory; built-in helpers escape values appropriately and you can register custom helpers via the HelperLocator. | 52 | 53 | 22 | 4K | 0 | 3.9 | 23.5 | MIT | 4 years ago | |
| yiisoft/di | 0.83 | PSR-11 compatible dependency injection container for PHP 8.1+. Supports autowiring plus constructor, method and property injection, aliasing, service providers, delegated/composite containers, circular reference detection, and state reset for long-running workers. | 236 | 239 | 49 | 54K | 14 | 15.9 | 41.1 | BSD-3-Clause | 8 months ago | |
| twig/twig | 0.83 | Twig is a fast, secure, and flexible templating engine for PHP. It offers familiar syntax, automatic escaping, template inheritance, filters/functions, and great performance with compiled templates—ideal for building clean, maintainable views in web apps. | 8,367 | 8,708 | 1,290 | 8M | 32 | 70.8 | 62.8 | BSD-3-Clause | 1 month ago |
How can I help you explore Laravel packages today?