nexuslinkservices/indian-city-finder

v1.0.0 2016-09-24 09:57 UTC

This package is not auto-updated.

Last update: 2024-05-11 18:07:15 UTC


README

Find Indian city name by Station Code.

Latest Version Software License Scrutinizer Code Quality Build Status

Installation

If you use composer, you can add this package by running

composer require galiteintechnologies/indian-city-finder

Usage

<?php

use IndianCityFinder\CityNameFinder;

$cityNameFinder = new CityNameFinder();
        
$city = $cityNameFinder->find('NDLS');

echo $city;

Output

NEW DELHI

CONTRIBUTING:

Pull requests are always welcome.