jazzman/format-html

Installs: 9

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 2

Open Issues: 0

pkg:composer/jazzman/format-html

0.2 2019-01-09 22:19 UTC

This package is auto-updated.

Last update: 2025-10-10 13:44:47 UTC


README

Codacy Badge

composer require jazzman/format-html

$string = '<!DOCTYPE html>
           <html lang="en">
           <head>
               <meta charset="UTF-8">
               <title>Title</title>
           </head>
           <body>
           
           </body>
           </html>';
           
           
app_html_formatter($string);