{
    "name": "desttools/transmail",
    "type": "library",
    "description": "ZeptoMail / TransMail Email Client Library for PHP",
    "keywords": ["zoho", "email", "deliverability", "transmail"],
    "homepage": "https://www.zoho.com/zeptomail/",
    "license": "MIT",
    "authors": [
        {
            "name": "Destination Toolbox",
            "email": "james@destinationtoolbox.com",
            "homepage": "https://www.destinationtoolbox.com",
            "role": "Developer"
        }
    ],
    "require": {
        "php": ">=5.6.0"
    },
	"autoload": {
		"files": ["TransmailClient.php"]
    }
}