Registry / networking / mailjet-mailjet-apiv3-php

mailjet-mailjet-apiv3-php

JSON →
library1.6.7phppackagistunverified

PHP wrapper for the Mailjet API.

composer require mailjet/mailjet-apiv3-php
INSTALL
IMPORT
SIG · MAILJET-MAILJET-AP
M
mailjet-mailjet-apiv3-php
networkingphpv1.6.7
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Client
use Mailjet\Client;

Send an email using the Mailjet API v3.1.

use Mailjet\Client; $mj = new Client('api_key', 'api_secret', true, ['version' => 'v3.1']); $response = $mj->post(Resources::$Email, ['body' => ['Messages' => [...]]]);
Debug
Known issues
breakingAPI v3 is deprecated; use v3.1 for transactional emails
fix
Set version to 'v3.1' in Client constructor
affects: <1.5.0
Upgrade
Version history
1.6.7latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
mailjet-mailjet-apiv3-php — pip install mailjet-mailjet-apiv3-php · libregistry