|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| pear/pear_exception | 0.83 | PEAR_Exception provides a base exception class for PEAR-style PHP libraries, adding standardized error messaging, cause chaining, and improved debugging context. Useful for modernizing legacy PEAR code or integrating consistent exception handling across packages. | 97 | 98 | 18 | 2M | 0 | 1.3 | 55.3 | NOASSERTION | 5 years ago | |
| emanueleminotto/simple-html-dom | 0.81 | Simple HTML DOM parser for PHP. Provides a lightweight API to load HTML from strings/files/URLs, traverse and query elements, and extract text/attributes. Handy for scraping, data extraction, and quick HTML manipulation without a full browser. | 11 | 17 | 8 | 362 | 0 | 0.6 | 21.1 | — | 10 years ago | |
| becklyn/html-builder | 0.81 | 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 | |
| paquettg/php-html-parser | 0.81 | Fast, lightweight HTML parser for PHP that turns messy markup into a DOM-like tree. Crawl and scrape pages, query elements with CSS selectors, and extract text/attributes easily. Works with imperfect HTML and focuses on simple, fluent usage. | 2,401 | 2,448 | 468 | 92K | 54 | 43.7 | 47.4 | MIT | — | |
| apie/html-builders | 0.81 | 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 | — | |
| 21torr/html-builder | 0.81 | 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 | |
| codeconsortium/ccdn-component-bb-code | 0.81 | CCDNComponent BBCode Library for Laravel/PHP projects. Provides a BBCode parsing component to convert forum-style tags into HTML, intended for integrating rich text formatting in applications. | 0 | 1 | 3 | 0 | 0 | 0.1 | — | — | — | |
| milestone/teebpd | 0.81 | — | 0 | 0 | 0 | 0 | 0 | 1.5 | — | — | 7 years ago | |
| rdx/laravelcollective-html | 0.81 | 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 | 32K | 1 | 0.3 | 46.8 | MIT | — | |
| codemitte/common | 0.80 | — | 0 | 0 | 1 | 0 | 0 | 0.0 | — | — | — | |
| l5starter/core | 0.80 | Laravel 5.4 core starter package bundling common providers (Repository, Flash, Collective HTML) plus a CoreServiceProvider. Includes publishable config and supports Laravel auth scaffolding and migrations for quick project setup. | 0 | 0 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| becklyn/javascript-context | 0.80 | Send server-side data from PHP to JavaScript via a Twig helper that renders a JSON script container. Set values through the JavaScriptContext service and optionally use context providers/domains to inject shared data automatically. | 1 | 1 | 0 | 0 | 0 | 1.8 | — | BSD-3-Clause | 6 years ago | |
| zendframework/zendxml | 0.80 | ZendXml provides secure XML scanning/loading for PHP to help prevent XXE and XML entity expansion (XEE) attacks. It disables external entity loading and rejects documents using ENTITY declarations, returning SimpleXMLElement or DOMDocument. Repository abandoned; moved to laminas/laminas-xml. | 29 | 30 | 11 | 24K | 0 | 0.8 | 28.4 | BSD-3-Clause | 7 years ago | |
| pear/html_quickform2 | 0.80 | HTML_QuickForm2 is a PEAR package for building, validating, and rendering HTML forms in PHP. It supports standard and custom elements, server- and client-side validation (with combinable rules), multipage/wizard forms, and pluggable renderers, rules, and elements. | 23 | 24 | 19 | 8K | 0 | 1.7 | 35.1 | — | 1 year ago | |
| aura/html | 0.80 | 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 | |
| 24hoursmedia/php-dom-manipulations | 0.80 | Lightweight PHP helpers for manipulating HTML DOM documents. Create, find, update, replace, and remove nodes and attributes with a simple API suited for scraping, templating, and HTML cleanup tasks in legacy or modern PHP projects. | 0 | 0 | 0 | 12 | 1 | 0.4 | 18.5 | MIT | 9 years ago | |
| laravelcollective/html | 0.79 | LaravelCollective HTML provides maintained form and HTML helpers for Laravel apps. Generate form fields, labels, links, and other elements with a fluent, Blade-friendly API. Ideal for projects migrating from legacy helpers or needing rapid UI scaffolding. | 4,087 | 4,081 | 990 | 471K | 159 | 64.4 | 51.3 | MIT | 3 years ago | |
| dontdrinkandroot/common | 0.79 | A small utility library with commonly used PHP helpers and extensions, including a PHPStan extension. Intended to provide shared building blocks for projects, with CI and code quality tooling support via SonarCloud badges. | 0 | 0 | 0 | 79 | 0 | 1.8 | 26.3 | Apache-2.0 | 2 years ago | |
| webuni/commonmark-attributes-extension | 0.79 | Adds Kramdown-style attribute lists to League/CommonMark markdown, letting you assign HTML ids, classes, and other attributes to block and span elements. Deprecated: use the built-in Attributes extension in league/commonmark 1.5+ instead. | 31 | 33 | 14 | 483 | 0 | 0.3 | 11.8 | MIT | — | |
| berry/html | 0.78 | Build HTML templates directly in PHP with a fluent, type-safe element builder. Compose tags, attributes, classes, and children, then render to string. Great for minimal templating and dynamic UI patterns (e.g., HTMX) without context switching. | 0 | 0 | 0 | 137 | 2 | 0.4 | 29.5 | MIT | — |
How can I help you explore Laravel packages today?