Last in esyURL Blog: Integration with Mowser See more

Quick Creation

esyURL turns a long URL into a shorter and easier one.

esyURL API Help

Simple way to use the esyURL in your applications through PHP language:

<?php
$url = "http://www.google.com.br";
$api = file_get_contents("http://www.esyurl.com/creat-api.php?url=$url");
echo $api;
?>