PHP code example of javonet / javonet-php-sdk
1. Go to this page and download the library: Download javonet/javonet-php-sdk 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/ */
javonet / javonet-php-sdk example snippets
composer.json
"scripts": {
"post-install-cmd": [
"@post-update-cmd"
],
"post-update-cmd": [
"@php vendor/javonet/javonet-php-sdk/scripts/download-lfs-files.php",
"@php vendor/javonet/javonet-php-sdk/scripts/extract-zip-packages.php"
]
}