Installation

Contents
[ ]

Method 1

  1. Clone the Aspose.BarCode repository
git clone git@github.com:asposemarketplace/Aspose-Barcode-Java-for-PHP.git
  1. Setup the project using composer
composer install

Method 2

  1. In the composer.json file of your PHP project, add the following lines of code
{    
    "require": {        
        "asposebarcode/aspose_barcode_java_for_php": "dev-master"    
    }
}

  1. Run the install command
composer install