vegamail/php-sdk

PHP library for the Vegamail API.

dev-master / 1.0.x-dev 2021-02-10 22:12 UTC

This package is auto-updated.

Last update: 2024-09-11 06:00:44 UTC


README

PHP library for the Vegamail API.

BETA ONLY FOR NOW
Contact us for early access: dev@hadoken.io

Install

Via Composer

$ composer require vegamail/php-sdk

Usage

$apiToken = 'XXXXX'
$client = new Vegamail\Client($apiToken);

Tests

php composer tests