Skip to content

nxtpl/php-format-html-output

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

A simple HTML formatter.

Example:

<?php

include_once('format.php');

$html = 'BIG STRING FULL OF HTML';

$format = new Format;

$formatted_html = $format->HTML($html);

echo $formatted_html;

About

A simple HTML pretty printer written in PHP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%