Download the PHP package bytesfield/simple-kyc without Composer
On this page you can find all versions of the php package bytesfield/simple-kyc. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download bytesfield/simple-kyc
More information about bytesfield/simple-kyc
Files in bytesfield/simple-kyc
Package simple-kyc
Short Description A PHP package for Know Your Customer (KYC)
License MIT
Informations about the package simple-kyc
Simple KYC
Description
A Know Your Customer (KYC) PHP Package to verify business's customer identity using SMILE IDENTITY, APPRUVE and CREDEQUITY KYC services. This service currently support countries like Nigeria(NG), Ghana(GH), Kenya(KE), Uganda(UG).
Installation
PHP 7.4+ and Composer are required.
To get the latest version of Simple-Kyc, simply require it.
Or add the following line to the require block of your composer.json
file.
You'll then need to run composer install
or composer update
to download it and have the autoloader updated.
Configuration
Once simple-kyc
is installed, you will need to add the following credentials gotten from the different KYC service providers to your .env
. Click on their names it will redirect you to their websites where you can sign up and get there API KEYs.
If you are using a hosting service like heroku, ensure to add the above details to your configuration variables.
-
SMILE IDENTITY Required
-
APPRUVE Required
- CREDEQUITY Optional
Usage
Supported Handlers:
The request will pass through simple-kyc's pipeline and return the result and the pipe that handled the verification request
Note all data used here are dummy data, to get test data you can visit the individual KYC service provider's websites and get data to test
For Nigeria (NG)
APPRUVE SERVICE
ID Verification
Supported ID Types Values:
SMILE IDENTITY SERVICE
ID Verification
Supported ID Types Values:
CREDEQUITY SERVICE
ID Verification
Supported ID Types Values:
For Ghana (GH)
SMILE IDENTITY SERVICE
ID Verification
Supported ID Types Values:
APPRUVE SERVICE
ID Verification
Supported ID Types Values:
For Kenya (KE)
SMILE IDENTITY SERVICE
ID Verification
Supported ID Types Values:
APPRUVE SERVICE
ID Verification
Supported ID Types Values:
Credequity not supported for Kenya
For South Africa (ZA)
SMILE IDENTITY SERVICE
ID Verification
Supported ID Types Values:
Credequity and Appruve not supported for South Africa
For Uganda (UG)
APPRUVE SERVICE
ID Verification
Supported ID Types Values:
Credequity and Smile not supported for Uganda
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email abrahamudele@gmail instead of using the issue tracker.
Credits
- Abraham Udele
Find me on Twitter. Linkedin.
License
The MIT License (MIT). Please see License File for more information.
All versions of simple-kyc with dependencies
guzzlehttp/guzzle Version ^7.0.1
mpociot/pipeline Version 9999999-dev
hassankhan/config Version 9999999-dev