I want to decode my user id(already encoded ) using vinkla hashids
$user_id= "1"; // I encoded this $en_user_id = Hashids::encode($user_id); //