Skip to content

Commit 1a24cd2

Browse files
committed
update README
1 parent 7f668f5 commit 1a24cd2

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,23 @@
11
# Nigeria Uniform Bank Account Number (NUBAN)
22

3-
This is an easy to use PHP package for verifying and generating NUBAN numbers for all Nigerian financial institutions in accordance with the CBN revised standard 2020.
3+
This is an easy to use PHP package to help businesses to verify and generate NUBAN numbers for any Nigerian financial institution in accordance with the CBN revised standard 2020.
44

55
There are two categories of financial institutions, Deposit Money Banks (DMB) with 3 digit bank code, and Other Financial Institutions (OFI) with 5 digit bank code. The account number to validate must be 10 digits, while serial number for account number generation must be 9 digits.
66

7+
## Installation
8+
9+
To install this package, using your terminal interface, go to your project directory by running
10+
11+
> 'cd ~/your/project/directory'
12+
13+
To confirm present directory, run
14+
15+
> 'pwd'
16+
17+
Download the package using composer by running
18+
19+
> 'composer require emyu/nuban'
20+
721
## How to use
822

923
There are two use cases for this package. 'Validation' and 'Generation'

0 commit comments

Comments
 (0)