Download the PHP package idpass/checkersdk without Composer
On this page you can find all versions of the php package idpass/checkersdk. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package checkersdk
INSTALLATION
$ composer require idpass/checkersdk
Append Identitypass service provider class to the providers section in config/app.php
Idpass\Checkersdk\Providers\CheckersdkProvider::class,
Publish vendor package
php artisan vendor:publish
Configure your credential from config/IdentitypassKYC.php published.
// your merchant key "merchant_key" => "Your-Merchant-Public-Key", //this can be true if you are testing SDK or false to use the live environment "is_test" => false, //preferred button color "button_color" => "", //preferred button text "button_text" => "Verify Identity", // DO NOT CHANGE FROM HERE "js_link" => "https://js.myidentitypay.com/v1/inline/kyc.js"
Usage
add @identitypass_script('name~name~ref~email') after the body tag of your page.
<body>
@identitypass_script('name~name~ref~email')
add Identitypass KYC button to page
@identitypass_kyc
All versions of checkersdk with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.4
The package idpass/checkersdk contains the following files
Loading the files please wait ....