wedevelopcoffee/mailcoach-client

This package is abandoned and no longer maintained. No replacement package was suggested.

Provides a simple-to-use client to communicate with Mailcoach.

dev-main 2021-11-25 20:48 UTC

This package is auto-updated.

Last update: 2022-02-25 21:30:05 UTC


README

Latest Version on Packagist Tests Total Downloads

Todo

  • Handle error responses
  • Subscribe a user
  • Resend the confirmation
  • Confirm a subscriber
  • Update a subscriber
  • Unsubscribe
  • Delete a subscriber
  • Create examples
  • Write tests

Installation

You can install the package via composer:

composer require wedevelopcoffee/mailcoach-client

Usage

$skeleton = new WeDevelopCoffee\MailcoachClient();
echo $skeleton->echoPhrase('Hello, WeDevelopCoffee!');

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.