PHP code example of smart-dato / sf-express-sdk
1. Go to this page and download the library: Download smart-dato/sf-express-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/ */
smart-dato / sf-express-sdk example snippets
return [
];
$sfExpress = new SmartDato\SfExpress();
echo $sfExpress->echoPhrase('Hello, SmartDato!');
bash
php artisan vendor:publish --tag="sf-express-sdk-config"