jazzman/format-html

0.2 2019-01-09 22:19 UTC

This package is auto-updated.

Last update: 2024-04-10 10:10:54 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);