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

Reques Messages #42

Closed caferyukseloglu closed 8 years ago

caferyukseloglu commented 8 years ago

Hi, there amazing work. i made little program with your codes very good but i want to see all sent messages before on my view/messages. Can you show me any kind of thing like that or can you rotate me to a link ?

Gummibeer commented 8 years ago

You want to display all messages before they are send or a history or what? But there is a chapter in the readme that sounds like that what you want: https://github.com/maknz/slack#advanced-usage

If you create the message in a variable before you send it you can do what every you want with it: store it in session, flash it to view, store it in database or simply send it.