mcrumm / phlack

Slack Integrations for PHP
MIT License
52 stars 8 forks source link

Simplify message sending #20

Closed mcrumm closed 9 years ago

mcrumm commented 9 years ago

Phlack::send() now supports simple messages in the form of a string, custom message parameters via an array, or any \JsonSerializable object that returns an array from jsonSerialize(), such as a Phlack Message object.