Installation
Contents
[
Hide
]
Method 1
- Clone the Aspose.BarCode repository
git clone git@github.com:asposemarketplace/Aspose-Barcode-Java-for-PHP.git
- Setup the project using composer
composer install
Method 2
- In the composer.json file of your PHP project, add the following lines of code
{
"require": {
"asposebarcode/aspose_barcode_java_for_php": "dev-master"
}
}
- Run the install command
composer install
Read more about composer at http://www.getcomposer.com