Jazz-Man / FormatHtml

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FormatHtml

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);

About

License:MIT License


Languages

Language:PHP 100.0%