astrogoat/mailchimp

A Mailchimp app for Strata

v1.5.0 2024-03-23 16:22 UTC

This package is auto-updated.

Last update: 2024-04-23 16:31:38 UTC


README

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

A simple wrapper for Mailchimps PHP SDK.

Installation

You can install the package via composer:

composer require astrogoat/mailchimp

Usage

$mailchimp = resolve(\Astrogoat\Mailchimp\Mailchimp::class);
$mailchimp->ping->get();

// {
//   "health_status": "Everything's Chimpy!"
// }

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

The MIT License (MIT). Please see License File for more information.