50%

PHP Beautifier

PHP Beautifier



It is an online tool for developers programmers and individuals alike to beautify PHP code/make your PHP data pretty. It also formats PHP code to make it easier to read and understand by rearranging the structure of the code and giving it proper indentation.


What Can Be Done with a PHP Beautifier?



beautify your PHP loading the PHP URL to beautify by clicking on the URL button entering the URL and submitting.


How Do I Use a PHP Beautifier?



Input/Paste your PHP data upload from local storage or load via URL. Click on Beautify/Format and watch your result displayed in an instant.


Example of PHP

PHP data Try it.

<?php
class CarInsurance
{
    public $id;
    public $name;

    public function __construct($id, $name)
    {
        $this->id = $id;
        $this->name = $name;
    }
    public function message()
    {
        return "My Car Insurance's ID is " .
            $this->id ." and Name is " . $this->name . "!";
    }
}

$myCarInsurance = new CarInsurance("1", "State Farm");
echo $myCarInsurance->message();

echo "<br>";

$myCarInsurance = new CarInsurance("2", "Geico");
echo $myCarInsurance->message();

?>

For Advanced Users

PHP External URL

Load PHP External URL in Browser URL like this https://www.fancytextconverter.com/php-beautifier?url=external-url

https://www.fancytextconverter.com/php-beautifier#url=https://gist.githubusercontent.com/cbmgit/cdee7283351193a689f89d6993d1307a/raw/CarInsurance.php
PHP Data as Parameter

Load PHP Data in Browser URL input like this https://www.fancytextconverter.com/php-beautifier?input=inputdata

https://www.fancytextconverter.com/php-beautifier#input="Hello World!";echo "How areyou?";?>

Related Tools


Recently visited pages


Tags