PHP code example of xnxktech / laravel-esign

1. Go to this page and download the library: Download xnxktech/laravel-esign 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/ */

    

xnxktech / laravel-esign example snippets



use XNXK\LaravelEsign\Esign;

$data = (new Esign)->account()->queryPersonalAccountByThirdId();


esign()->account()->queryPersonalAccountByThirdId();

esign()->account()->createOrganizeAccount($orgThirdPartyUserId, 'b5b9c524fa254c0fbf2150c98b87ac11', $name);
bash
$ php artisan vendor:publish --provider="XNXK\LaravelEsign\ServiceProvider"