/php-geo

A simple library to show all locations in kenya

Primary LanguagePHP

php-geo

A simple package to show all locations in kenya

This project is part of devc Eldoret opensource hackday use it at your own risk

This is what is expected

  1. Get all counties in kenya
  2. Get all towns in kenya

Run this demo

This assumes that you have php installed in your machine

  1. go to this project's folder and type php -S localhost:9000 in your terminal
  2. Visit localhost:9000 in your browser if you see some conties then you are good to go
  3. Play around with the the code but Dont push broken code
  4. It is also important to note that we are using composer autoloading so dont forget to run composer dump-autoload to generate composer's files

More to come