gajus/dindent
gajus/dindent is a PHP library that indents HTML using the DOM, producing clean, readable markup without regex hacks. Useful for formatting templates, tidying generated HTML, and adding consistent indentation in tooling, tests, or build pipelines.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| michelf/php-markdown | 0.79 | michelf/php-markdown is a fast, standards-based Markdown parser for PHP (Markdown and Markdown Extra). Convert Markdown text to HTML with optional extended syntax, designed for easy embedding in apps and frameworks, with stable output and minimal setup. | 3,463 | 3,546 | 525 | 708K | 87 | 52.1 | 55.4 | NOASSERTION | — | |
| league/html-to-markdown | 0.79 | — | 1,889 | 1,902 | 216 | 1M | 14 | 29.9 | 45.8 | MIT | 2 years ago | |
| schleuse/dindent | 0.78 | Dindent is a regex-based HTML indenter/beautifier for development and testing. It formats template-generated markup with readable indentation without sanitizing, fixing, or rebuilding the document like DOM/Tidy—useful for debugging messy HTML output. | 3 | 3 | 1 | 877 | 0 | 16.5 | 36.8 | NOASSERTION | 2 months ago | |
| michelf/php-smartypants | 0.77 | PHP port of John Gruber’s SmartyPants: converts plain ASCII punctuation into typographically correct “smart” quotes, dashes, and ellipses. Useful for cleaning up HTML output from Markdown or other text sources, with configurable transformation options. | 111 | 116 | 23 | 168K | 2 | 2.0 | 45.3 | NOASSERTION | — | |
| cebe/markdown | 0.77 | Fast, extensible PHP Markdown parser with classes for multiple flavors (Traditional, GitHub Flavored, and partial Markdown Extra) plus a CLI to convert .md to HTML. Designed for speed, easy customization, and AST-based hooks for extensions. | 1,008 | 1,030 | 137 | 505K | 37 | 24.8 | 51.0 | MIT | 8 years ago | |
| cebe/indent | 0.76 | cebe/indent is a small PHP utility to indent or outdent multi-line strings. Useful for formatting generated code, logs, and console output; it normalizes leading whitespace and helps you apply consistent indentation levels with simple helpers. | 17 | 17 | 2 | 39K | 1 | 1.4 | 46.0 | MIT | 6 years ago | |
| malukenho/docheader | 0.76 | Laravel package that adds and manages standardized documentation headers in your source files. Generate consistent file/class docblocks with project metadata, author, license, and timestamps, helping teams enforce style and keep headers up to date automatically. | 69 | 68 | 8 | 13K | 2 | 2.0 | 31.8 | MIT | 8 years ago | |
| cerdic/css-tidy | 0.73 | CSSTidy is a PHP CSS parser and minifier with full CSS3 support. Optimizes and fixes styles without regex for higher reliability. Includes web UI, core parser class, and a standalone CLI (pcsstidy). | 0 | 211 | — | 39K | — | 3.6 | 32.0 | — | — | |
| dragon-code/pretty-array | 0.70 | Framework-agnostic PHP utility to export arrays into a readable, pretty PHP representation. Preserves numeric keys correctly (unlike symfony/var-exporter), making it ideal for generated config/translation files and other array dumps you want to commit or inspect. | 17 | 17 | 1 | 407K | 0 | 8.5 | 55.3 | MIT | 1 year ago | |
| testo/inline | 0.69 | Inline test plugin for Testo: mark methods as tests via PHP attributes, without separate test classes. Ideal for quick checks near production code and self-documenting examples. Install with composer require --dev testo/inline. | 0 | 0 | 0 | 2K | 0 | 0.0 | 43.5 | — | — | |
| indigophp/ini | 0.69 | INI Tools for PHP: parse and render INI with better defaults. Throws exceptions, converts special values (ints/bools like PHP 5.6.1), renders arrays back to INI, and lets you control output via renderer flags. | 3 | 3 | 0 | 9K | 1 | 0.1 | 32.5 | MIT | — | |
| kubawerlos/php-cs-fixer-custom-fixers | 0.66 | Custom fixers for FriendsOfPHP PHP-CS-Fixer. Install via Composer, register the Fixers set, then enable individual rules to enforce additional style conventions (e.g., prefer class constants, remove leading global namespace slashes, tidy PHPDoc params). | 240 | 241 | 25 | 341K | 4 | 32.0 | 51.6 | MIT | 3 weeks ago | |
| phootwork/php-cs-fixer-config | 0.64 | Reusable PHP-CS-Fixer configuration by phootwork. Provides a shared ruleset and presets to standardize code style across projects, making it easy to apply consistent formatting in CI and local development with minimal setup. | 3 | 4 | 2 | 45 | 0 | 11.4 | 16.2 | MIT | 7 months ago | |
| mll-lab/php-cs-fixer-config | 0.62 | Shared php-cs-fixer configuration package. Install as a dev dependency and use the config($finder) helper in .php-cs-fixer.php. Optionally enable risky rules via risky($finder), override specific rules, or further customize the returned Config instance. | 0 | 0 | 0 | 9K | 0 | 21.5 | 60.7 | MIT | 4 months ago |
How can I help you explore Laravel packages today?