1. Go to this page and download the library: Download roseblade/quickfile-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/ */
\QuickFile\Partner::authenticate();
// Or, specify the returnArray and verifyProduct
// Example below is the default - verify the product and return a bool (rather than array)
\QuickFile\Partner::authenticate(true, false);
// Or be fancy with names variables
\QuickFile\Partner::authenticate(returnArray: true, verifyProduct: false);