nexuslinkservices / indian-city-finder
Installs: 20
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 1
pkg:composer/nexuslinkservices/indian-city-finder
Requires
- php: >=5.6.2
Requires (Dev)
- phpunit/phpunit: 5.5.*
This package is not auto-updated.
Last update: 2025-10-12 01:54:19 UTC
README
Find Indian city name by Station Code.
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.