PHP code example of m4h45amu7x / easyslip-client
1. Go to this page and download the library: Download m4h45amu7x/easyslip-client library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
m4h45amu7x / easyslip-client example snippets
$slip = new EasySlip('TEST');
$data = $slip->verifyByPayload('TEST');
print_r($data) // Out put same as https://developer.easyslip.com/document
$slip = new EasySlip('TEST');
$data = $slip->verifyByImage('slip.jpg');
print_r($data) // Out put same as https://developer.easyslip.com/document