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

Move Laravel code to a different repo, better examples #56

Closed maknz closed 8 years ago

maknz commented 8 years ago

This package is very much focused on PHP directly now, rather than being mostly for Laravel users. As such, I've moved the Laravel integration to a new package at https://github.com/maknz/slack-laravel.

I've also tidied up the README a bit more, particularly making the examples a bit nicer, with previews as well.