How to Setup Aspose.Email Cloud SDK for PHP

Contents
[ ]

Using Composer

Add the following line to your composer.json file:


// composer.json

{
    require: {
        "aspose/email-sdk-php": "dev-master"
    }
}

Install the new dependencies by running composer update from the directory where your composer.json file is located.