Download the PHP package cashfree/cashfree-verification without Composer
On this page you can find all versions of the php package cashfree/cashfree-verification. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download cashfree/cashfree-verification
More information about cashfree/cashfree-verification
Files in cashfree/cashfree-verification
Download cashfree/cashfree-verification
More information about cashfree/cashfree-verification
Files in cashfree/cashfree-verification
Vendor cashfree
Package cashfree-verification
Short Description Cashfree's Verification APIs provide different types of verification to our merchants.
License Apache-2.0
Homepage https://www.cashfree.com
Package cashfree-verification
Short Description Cashfree's Verification APIs provide different types of verification to our merchants.
License Apache-2.0
Homepage https://www.cashfree.com
Please rate this library. Is it a good library?
Informations about the package cashfree-verification
Cashfree Verification PHP SDK
The Cashfree Verification PHP SDK offers a convenient solution to access Cashfree Verification APIs from a server-side Go applications.
Documentation
Cashfree's Verification API Documentation - https://docs.cashfree.com/reference/verification-api-overview
Try out our interactive guides at Cashfree Dev Studio !
Getting Started
Note:
This README is for the current branch and not necessarily what's released in Composer
Installation
Configuration
Generate your API keys (x-client-id , x-client-secret) from Cashfree Merchant Dashboard
$cashfree = new \Cashfree\CashfreeVrs();
$voter_id_request = new \Cashfree\Model\VoterIdRequestSchema();
$voter_id_request->setEpicNumber("UAI4574761");
$voter_id_request->setVerificationId("test12334");
try {
$result = $cashfree->VrsVoterIdVerification($voter_id_request);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling VrsVoterIdVerification: ', $e->getMessage(), PHP_EOL;
}
## Licence
Apache Licensed. See [LICENSE.md](LICENSE.md) for more details
All versions of cashfree-verification with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.2 || ^8.0
ext-curl Version *
ext-json Version *
ext-mbstring Version *
guzzlehttp/guzzle Version ^7.3
guzzlehttp/psr7 Version ^1.7 || ^2.0
sentry/sdk Version ^3.4
ext-curl Version *
ext-json Version *
ext-mbstring Version *
guzzlehttp/guzzle Version ^7.3
guzzlehttp/psr7 Version ^1.7 || ^2.0
sentry/sdk Version ^3.4
The package cashfree/cashfree-verification contains the following files
Loading the files please wait ....