Folder class not found in PHP SDK

Operating System: Linux

Source Code:

<?php $inputFile = "1.jpg"; $symbology = ""; $fileName = basename($inputFile); //upload input file echo "Uploading file...
"; $folder = new Folder(); $folder->UploadFile($inputFile, ""); echo "File uploaded
"; echo "Reading barcode(s)
"; //create BarcodeReader object $reader = new BarcodeReader($fileName); //read barcode image and get a list of barcodes $barcodes = $reader->Read($symbology); foreach ($barcodes as $barcode) { echo "Type: " . $barcode->BarcodeType . " Text: " . $barcode->BarcodeValue . "
"; } ?>

Submitted from: http://saaspose.com/

Hi,

Please download PHP SDK from GitHub - aspose-barcode-cloud/aspose-barcode-cloud-php: Repository contains PHP Library for communicating with the Aspose.BarCode Cloud API and add the following line at the start of your code:

require_once('saaspose.php');

Please let us know if this resolves your issue or you still find any issue in running this code.

Best Regards,
Muhammad Ijaz
Support Developer, Saaspose Sialkot Team
http://www.saaspose.com

Hi Abhishek,

Did the below suggestion worked for you? Is your issue resolved now? If you still find any issue or need further assistance, please do let us know.

Thanks & Regards
Shahzad Latif
Saaspose Support Team.