Smile Identity provides the best solutions for real time Digital KYC, identity verification, user onboarding, and user authentication across Africa. Our server side libraries make it easy to integrate us on the server-side. Since the library is server-side, you will be required to pass the images (if required) to the library.
If you haven’t already, sign up for a free Smile Identity account, which comes with Sandbox access.
Please see CHANGELOG.md for release versions and changes.
The library exposes four classes namely; the WebApi class, the IDApi class, the Signature class, and the Utilities class.
The WebApi class has the following public methods:
submit_job
- handles submission of any of Smile Identity products that requires an image i.e. Biometric KYC, Document Verification, SmartSelfieTM Authentication and Business Verification.get_web_token
- handles generation of web token, if you are using the Hosted Web Integration.
The IDApi class has the following public method:
submit_job
- handles submission of Enhanced KYC and Basic KYC.
The Signature class has the following public methods:
generate_signature
- generate a signature which is then passed as a signature param when making requests to the Smile Identity serverconfirm_signature
- ensure a response is truly from the Smile Identity server by confirming the incoming signature
The Utilities Class allows you as the Partner to have access to our general Utility functions to gain access to your data. It has the following public methods:
get_job_status
- retrieve information & results of a job. Read more on job status in the Smile Identity documentation.get_smile_id_services
- general information about different smile identity products such as required inputs for each supported id type.
- Composer build tool
- php: >= 7.4
- ext-curl: *
- ext-json: *
- ext-openssl: *
- ext-zip: *
- guzzlehttp/guzzle: ^7.0
- letsdrink/ouzo-goodies: ~1.0
For extensive instructions on usage of the library and sample codes, please refer to the official Smile Identity documentation.
Before that, you should take a look at the examples in the examples folder.
Download smile-identity-core-php repository to a directory on your server where PHP and Composer is installed.
In that directory, run composer install
View the package on Packagist.
Alternatively, the package can be searched locally from a composer-based project by typing the command composer search <PACKAGE_NAME>
in the command line where PACKAGE_NAME
can the full name of the package (in this case smile-identity/smile-identity-core
) or any part of the name distinct enough to return a match.
In the project's directory, run:
composer require smile-identity/smile-identity-core
For usage questions, the best resource is our official documentation. However, if you require further assistance, you can file a support ticket via our portal or visit the contact us page on our website.
Bug reports and pull requests are welcome on GitHub at https://github.com/smileidentity/smile-identity-core-php
MIT License