An open API service indexing awesome lists of open source software.

https://github.com/linkorb/messagebox-client-php

MessageBox PHP Client
https://github.com/linkorb/messagebox-client-php

Last synced: 8 months ago
JSON representation

MessageBox PHP Client

Awesome Lists containing this project

README

          

MessageBox client for PHP
==============

## Send a message
```php
send($fromUsername, $to, $subject, $content, $contentType, $metadata);
```