markenwerk/php-slack-client

View on GitHub
composer.json

Summary

Maintainability
Test Coverage
{
  "name": "markenwerk/slack-client",
  "type": "library",
  "description": "A basic Slack client library providing simple posting to Slack channels using the webhook API.",
  "keywords": [
    "Slack",
    "API"
  ],
  "homepage": "http://markenwerk.net/",
  "license": "MIT",
  "authors": [
    {
      "name": "Martin Brecht-Precht",
      "email": "mb@markenwerk.net",
      "homepage": "http://markenwerk.net"
    }
  ],
  "autoload": {
    "psr-4": {
      "Markenwerk\\SlackClient\\": "src/"
    }
  },
  "require": {
    "php": ">=5.3",
    "markenwerk/basic-http-client": "~3.0",
    "markenwerk/common-exceptions": "~3.0"
  },
  "require-dev": {
    "phpunit/phpunit": ">=4.8.26",
    "codeclimate/php-test-reporter": "dev-master"
  }
}