Skip to content

Repository files navigation

Message Delivery

Latest Stable Version Total Downloads PHP Composer codecov

This repository includes standard interfaces and implementations for simple message sending.

Installation

composer require wearesho-team/message-delivery

Contents

Interfaces

Implementations

Example

<?php

require_once './vendor/autoload.php';

use Wearesho\Delivery;

$service = new Delivery\ServiceMock();
$message = new Delivery\Message(
    $text = 'hello',
    $recipient = 'world'
);

$service->send($message);

Integrations

Authors

License

MIT

About

Message Delivery Interfaces (PHP)

Resources

Stars

0 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages