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

Use postAsync() #97

Open joshuaadickerson opened 5 years ago

joshuaadickerson commented 5 years ago

Use GuzzleHttp\Client::postAsync() instead of post() and return the promise so program execution isn't waiting on Slack messages.

Gummibeer commented 5 years ago

Note: this package is no longer being actively maintained.

95