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
- Host: GitHub
- URL: https://github.com/linkorb/messagebox-client-php
- Owner: linkorb
- Created: 2015-04-21T15:59:13.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-04-19T18:37:30.000Z (over 2 years ago)
- Last Synced: 2024-11-01T16:47:31.361Z (about 1 year ago)
- Language: PHP
- Size: 40 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
MessageBox client for PHP
==============
## Send a message
```php
send($fromUsername, $to, $subject, $content, $contentType, $metadata);
```