Skip to content

linkorb/messagebox-client-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MessageBox client for PHP

Send a message

<?php

use MessageBox\Client\Client;

$client = new Client($account, $box, $username, $password, $baseUrl);
$client->send($fromUsername, $to, $subject, $content, $contentType, $metadata);

About

MessageBox PHP Client

Resources

Code of conduct

Contributing

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages