Download the PHP package digikraaft/zeeh-php without Composer
On this page you can find all versions of the php package digikraaft/zeeh-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download digikraaft/zeeh-php
More information about digikraaft/zeeh-php
Files in digikraaft/zeeh-php
Package zeeh-php
Short Description PHP Implementation of Zeeh API
License MIT
Homepage https://github.com/digikraaft/zeeh-php
Informations about the package zeeh-php
Convenient PHP wrapper to the Zeeh API
This package provides an expressive and convenient way to interact with the Zeeh API.
Installation
You can install the package via composer:
Usage
All APIs documented in Zeeh's API Reference are currently supported by this package.
Authentication
Before using any of the available methods, ensure to set the public and private keys of your app. You can get this from the Zeeh's dashboard.
Available Methods
A list of the available methods are documented below:
Account
all() : Array|Object
- Gets all accounts available for a particular institutionauthorize(string $accountId) : Array|Object
- Authorize a Customer for transactionsdetails(string $accountId) : Array|Object
- Gets a particular account in a financial institutionidentity(string $accountId) : Array|Object
- Obtains customer detailssync(string $accountId) : Array|Object
- Make a request for a data sync operation
Bvn
advancedLookUp(string $bvn) : Array|Object
- Generates user data from BVNsimpleLookUp(string $bvn) : Array|Object
- Generates user data from BVNverifySelfie(string, $bvn, string $base64ImageString) : Array|Object
- Perform selfie verification using a valid BVN
Cac
advancedLookUp(string $rcNumber) : Array|Object
- Fetch and verify SMEs, corporate organizations and individuals using Corporate Affairs Commission (CAC)simpleLookUp(string $rcNumber) : Array|Object
- Fetch and verify SMEs, corporate organizations and individuals using Corporate Affairs Commission (CAC)
DriverLicense
lookUp(string $licenseNumber) : Array|Object
- Lookup and verify Driving License
Nin
lookUp(string $nin) : Array|Object
- Fetch and verify customers details using National Identification Number NINverifySelfie(string, $nin, string $base64ImageString) : Array|Object
- Perform selfie verification using NIN
Nuban
lookUp(string $bankAccountNumber) : Array|Object
- Generate user data from the Nuban
Passport
lookUp(string $passportNumber, string $lastName, string $firstName, string $dateOfBirth) : Array|Object
- Verify an international passport
PhoneNumber
advancedLookUp(string $phoneNumber) : Array|Object
- Get advanced details of a phone numbersimpleLookUp(string $phoneNumber) : Array|Object
- Get details of a phone number
Tin
lookUp(string $taxIdentificationNumber) : Array|Object
- Verify Tax Identification Number
Transaction
list(string $accountId) : Array|Object
- Fetch transactions connected to an accountfetchStatement(string $accountId, int $period) : Array|Object
- Fetch transactions connected to an account filtered by period
Vin
lookUp(string $vin, string $state, string $lastName) : Array|Object
- Verify Voter's Identification Number
Zeeh
getPrivateKey(): string
getPublicKey() : string
setPrivateKey(string $privateKey)
- Set your Zeeh Private KeysetPublicKey(string $publicKey)
- Set your Zeeh Public KeywalletBalance() : Array|Object
- Fetch current balance in your Zeeh wallet
This package returns the exact response from the Zeeh's API but as the stdClass
type.
Testing
More Good Stuff
Check here for more awesome free stuff!
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Contributions are welcome! Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Tim Oladoyinbo
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of zeeh-php with dependencies
guzzlehttp/guzzle Version ^7.7
ext-json Version *
ext-mbstring Version *