Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
maulidannashuha authored Oct 22, 2023
1 parent e470d79 commit bcdecfe
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,19 @@ $response->getErrors(); //Get error response
$response->getData(); //Get data as array (tergantung dari API BSrE)
```

## Detail
### Keterangan Variable
```php
// $baseUrl adalah baseUrl dari sistem sign BSrE. Contoh : https://sign.domain.com/
// $username adalah username yang diberikan dari sistem sign BSrE
// $password adalah password yang diberikan dari sistem sign BSrE
// $file adalah content dari file pdf yang akan di sign (Contoh pengambilan file dapat dilihat dibawah)
// $filename adalah nama file pdf yang akan di sign

$esign = new DiskominfotikBandaAceh\ESignBsrePhp\ESignBSrE($baseUrl, $username, $password);
$response = $esign->setFile($file, $filename)->verification();
```

### Contoh kode mengambil file
Terdapat beberapa cara untuk mengambil file yang terdapat pada aplikasi

Expand Down

0 comments on commit bcdecfe

Please sign in to comment.