$x = 8;
$y = 10;

$yuzde= $x/$y;
$yuzdehesabi = number_format( $yuzde* 100, 2 ) . '%';
echo "$yuzdehesabi";