PHP Formatter

PHP Formatter Form

This form allows you make beautiful your PHP code, please include <?php tag at first:


Move to «Paste Code» for Save it

About PHP Formatter tool

What is PHP?

PHP(Hypertext Preprocessor) is an HTML-embedded scripting language. Much of its syntax is borrowed from C, Java and Perl with a couple of unique PHP-specific features thrown in. The goal of the language is to allow web developers to write dynamically generated pages quickly. PHP is probably the most popular scripting language on the web, PHP is a server side script that is interpreted on the server.

About PHP Formatter tool

The Formatter PHP online was created to help with debugging. This tool allows you to solve the problem by formatting PHP code so that it is easy to read and debug. Enter your messy, minified, or obfuscated PHP into the field above to have it cleaned up and made pretty.

How it Works?

Just paste your PHP code to the textarea above and click to the button "Formatter" and you will get formatted PHP in the same textarea.

Example of PHP Formatter

Before:
<?php echo "Free Web Tools Online: "; $i = 0; while ($i == 0) { echo "wtools.io"; $i++;}
After:
<?php
echo "Free Web Tools Online: ";
$i = 0;
while ($i == 0) {
    echo "wtools.io";
    $i++;
}
Donate

Did you like this tool? You can donate to us. This will help us improve our free web tools.

Paypal