Implement application to detect country by phone number.
<?php class JsonResponse { public $status = ""; public $message = ""; }