nexuslinkservices / indian-city-finder
v1.0.0
2016-09-24 09:57 UTC
Requires
- php: >=5.6.2
Requires (Dev)
- phpunit/phpunit: 5.5.*
This package is not auto-updated.
Last update: 2024-11-09 20:56:12 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.