maknz / slack

A simple PHP package for sending messages to Slack, with a focus on ease of use and elegant syntax.
BSD 2-Clause "Simplified" License
1.17k stars 204 forks source link

Added optional footer attachments #57

Closed maknz closed 8 years ago

maknz commented 8 years ago

Replaces #51. Main difference is using PHP DateTime objects for the timestamp rather than UNIX time integers.

georgecoca commented 8 years ago

Hi. Sorry, i couldn't answer earlier, I'm on vacation :). Glad that you used Datetime instead of unix time.

Thanks.