Skip to content

Commit

Permalink
(!) Abandoned! See alek13/slack (close maknz#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
alek13 committed Jan 6, 2018
1 parent 89ff7b2 commit d044b38
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ before_script:
- composer install --prefer-source --no-interaction

script:
- phpunit
- vendor/bin/phpunit
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/maknz/slack/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/maknz/slack/?branch=master)
[![StyleCI](https://styleci.io/repos/19448330/shield)](https://styleci.io/repos/19448330)

A simple PHP package for sending messages to [Slack](https://slack.com) with [incoming webhooks](https://my.slack.com/services/new/incoming-webhook), focussed on ease-of-use and elegant syntax. **Note: this package is no longer being actively maintained.**
A simple PHP package for sending messages to [Slack](https://slack.com) with [incoming webhooks](https://my.slack.com/services/new/incoming-webhook), focussed on ease-of-use and elegant syntax.

## (!) This package is no longer being actively maintained. See [alek13/slack](https://github.com/alek13/slack)

* Laravel integration: [Slack for Laravel](https://github.com/maknz/slack-laravel)
* Symfony integration: [NexySlackBundle](https://github.com/nexylan/NexySlackBundle)
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,6 @@
"Maknz\\Slack\\": "src/"
}
},
"minimum-stability": "stable"
"minimum-stability": "stable",
"abandoned": "alek13/slack"
}

0 comments on commit d044b38

Please sign in to comment.