Skip to content

Commit

Permalink
StyleCI config, add badge to README
Browse files Browse the repository at this point in the history
And tweak a couple of things while in the README
  • Loading branch information
maknz committed May 28, 2016
1 parent 59b8f5d commit 46f3091
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .styleci.yml
@@ -0,0 +1,6 @@
preset: laravel

risky: false

linting: true

5 changes: 3 additions & 2 deletions README.md
@@ -1,13 +1,14 @@
# Slack
# maknz/slack

[![Build Status](https://travis-ci.org/maknz/slack.svg?branch=master)](https://travis-ci.org/maknz/slack)
[![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. Includes Laravel 4 and 5 support out of the box. For Symfony support, see [NexySlackBundle](https://github.com/nexylan/NexySlackBundle).

## Requirements

* PHP 5.4 or greater
* PHP 5.4 or greater. Compatible with PHP7 and hhvm.

## Installation

Expand Down

0 comments on commit 46f3091

Please sign in to comment.