NG
PHP Class containing Nigeria's Data, (*1)
Usage
Install package composer require jajo/ng
, (*2)
Get States
<?php
use Jajo\NG;
$ng = new NG();
$ng->states;
Get Local Government Areas
<?php
use Jajo\NG;
$ng = new NG();
$ng->getLGA( 'Lagos' );
Get State Capital
<?php
use Jajo\NG;
$ng = new NG();
$ng->getCapital( 'Lagos' );
Get LGA or Capital owned by a state
<?php
use Jajo\NG;
$ng = new NG();
$ng->getStateBy( 'capital', 'Ikeja' );
$ng->getStateBy( 'lga', 'Ohafia' );
Contributing
I would love to extend this class to a database of Nigerian data, I had to start somewhere. Any form of contribution is welcomed!, (*3)
Finally
Much love from Naija!!! 🇳🇬 🇳🇬, (*4)