Skip to content

galiteintechnologies/indian-city-finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Indian City Finder

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.

About

Find indian city name by city short code

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages