2017 © Pedro Peláez
 

symfony-bundle symfony-slack-bot

image

wow-apps/symfony-slack-bot

  • Friday, April 6, 2018
  • by wow-apps
  • Repository
  • 4 Watchers
  • 11 Stars
  • 1,217 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 2 Open issues
  • 22 Versions
  • 28 % Grown

The README.md

SlackBot banner, (*1)

:rotating_light: Use official package :rotating_light:

This package is no longer maintained because of an existing alternative from SensioLab https://packagist.org/packages/symfony/slack-notifier, (*2)

SensioLabsInsight, (*3)

Packagist version Packagist Downloads, (*4)

Maintainability Codacy Badge Scrutinizer Code Quality, (*5)

Travis CI Build Scrutinizer Build ContinuousPHP Build, (*6)

Code Coverage, (*7)

Version 5 is coming this November. It will require PHP 7.1 and support Symfony 4 and 5 (Symfony 3 users can stay on version 4 of bundle), (*8)

Symfony Slack Bot

Simple Symfony 3 and 4 Bundle for sending customizable messages to Slack via incoming webhooks., (*9)

Requires:

  • PHP 7.0+
  • Symfony 3.0+
  • Guzzle Client 6.0+

Installation:

Step 1: Download the Bundle

"require": {
        "wow-apps/symfony-slack-bot": "^4.0"
}

or, (*10)

$ composer require wow-apps/symfony-slack-bot 

Step 2: Enable the Bundle (skip for Symfony 4)

// ./app/AppKernel.php

public function registerBundles()
{
    $bundles = array(
        // ...
        new WowApps\SlackBundle\WowAppsSlackBundle(),
    );

    // ...

    return $bundles
}

Step 3: Add configuration (skip for Symfony 4)

# SlackBot Configuration
services:
    # SlackBot Configuration
    wow_apps_slack:
        api_url: "%env(WOW_APPS_SLACK_BOT_API_URL)%"
        default_icon_url: "https://wow-apps.github.io/symfony-slack-bot/public/message-icon.png"
        default_channel: "general"
        default_username: "wow-apps/symfony-slack-bot"
        default_fallback: "Can't display attachment in plain-text mode"
        colors:
            default: "#607D8B"
            info: "#2196F3"
            warning: "#FF5722"
            success: "#8BC34A"
            danger: "#F44336"
        templates:
            exception:
                username: "Exception"
                channel: "general"
                icon: "https://wow-apps.github.io/symfony-slack-bot/public/exception-icon.png"

see more about override default parameters, (*11)

Send test message:

To test your configuration, send test message by next command:, (*12)

./bin/console wowapps:slackbot:test

Test command result preview, (*13)

Documentation

  • Actual version 4.x
  • Unmaintained version 3.x

News and updates

Follow news and updates in my Telegram channel @wow_apps_pro or Twitter @alexey_samara_, (*14)

Say thanks

I don't ask for donates, I do what I do for free, for all development community. But I will be grateful if you inform me on the email in which project you are using this Bundle, as well as I will be glad to criticize and suggestions., (*15)

e-mail, (*16)

License

MIT © 2016 - 2019 Alexey Samara & contributors, (*17)

Contribute

Do you want to make a change? Pull requests are welcome., (*18)

The Versions

06/04 2018

0.1.0

0.1.0.0

  Sources   Download

04/01 2018

dev-master

9999999-dev https://wow-apps.github.io/symfony-slack-bot/

Simple Symfony 3 Bundle for sending customizeable messages to Slack via incoming webhooks.

  Sources   Download

MIT Apache-2.0

The Requires

 

The Development Requires

symfony slack slackbot symfony 3 slack bot

30/12 2017

3.2.3

3.2.3.0 https://wow-apps.github.io/symfony-slack-bot/

Simple Symfony 3 Bundle for sending customizeable messages to Slack via incoming webhooks.

  Sources   Download

MIT

The Requires

 

symfony slack slackbot symfony 3 slack bot

29/12 2017

3.2.2

3.2.2.0 https://wow-apps.github.io/symfony-slack-bot/

Simple Symfony 3 Bundle for sending customizeable messages to Slack via incoming webhooks.

  Sources   Download

MIT

The Requires

 

symfony slack slackbot symfony 3 slack bot

11/12 2017

3.2.1

3.2.1.0 https://wow-apps.github.io/symfony-slack-bot/

Simple Symfony 3 Bundle for sending customizeable messages to Slack via incoming webhooks.

  Sources   Download

Apache-2.0

The Requires

 

symfony slack slackbot symfony 3 slack bot

11/12 2017

3.2.0

3.2.0.0 https://wow-apps.github.io/symfony-slack-bot/

Simple Symfony 3 Bundle for sending customizeable messages to Slack via incoming webhooks.

  Sources   Download

Apache-2.0

The Requires

 

symfony slack slackbot symfony 3 slack bot

11/12 2017

3.1.3

3.1.3.0 https://wow-apps.github.io/symfony-slack-bot/

Simple Symfony 3 Bundle for sending customizeable messages to Slack via incoming webhooks.

  Sources   Download

Apache-2.0

The Requires

 

symfony slack slackbot symfony 3 slack bot

07/12 2017

3.1.2

3.1.2.0 https://wow-apps.github.io/symfony-slack-bot/

Simple Symfony 3 Bundle for sending customizeable messages to Slack via incoming webhooks.

  Sources   Download

Apache-2.0

The Requires

 

symfony slack slackbot symfony 3 slack bot

05/12 2017

3.1.1

3.1.1.0 https://wow-apps.github.io/symfony-slack-bot/

Simple Symfony 3 Bundle for sending customizeable messages to Slack via incoming webhooks.

  Sources   Download

Apache-2.0

The Requires

 

symfony slack slackbot symfony 3 slack bot

22/11 2017

3.1.0

3.1.0.0 https://wow-apps.github.io/symfony-slack-bot/

Simple Symfony 3 Bundle for sending customizeable messages to Slack via incoming webhooks.

  Sources   Download

Apache-2.0

The Requires

 

symfony slack slackbot symfony 3 slack bot

22/11 2017

3.0.4

3.0.4.0 https://wow-apps.github.io/symfony-slack-bot/

Simple Symfony 3 Bundle for sending customizeable messages to Slack via incoming webhooks.

  Sources   Download

Apache-2.0

The Requires

 

symfony slack slackbot symfony 3 slack bot

17/04 2017

3.0.3

3.0.3.0 https://wow-apps.github.io/symfony-slack-bot/

Simple Symfony 3 Bundle for sending customizeable messages to Slack via incoming webhooks.

  Sources   Download

Apache-2.0

The Requires

 

symfony slack slackbot symfony 3 slack bot

17/04 2017

3.0.2

3.0.2.0 https://wow-apps.github.io/symfony-slack-bot/

Simple Symfony 3 Bundle for sending customizeable messages to Slack via incoming webhooks.

  Sources   Download

Apache-2.0

The Requires

 

symfony slack slackbot symfony 3 slack bot

17/04 2017

3.0.1

3.0.1.0 https://wow-apps.github.io/symfony-slack-bot/

Simple Symfony 3 Bundle for sending customizeable messages to Slack via incoming webhooks.

  Sources   Download

Apache-2.0

The Requires

 

symfony slack slackbot symfony 3 slack bot

28/10 2016

1.1.0

1.1.0.0 https://github.com/wow-apps/symfony-slack-bot

Symfony 3 bundle for easy publish messages to your Slack

  Sources   Download

Apache-2.0

The Requires

 

symfony slack slackbot symfony 3 slack bot

27/10 2016

1.0.2

1.0.2.0 https://github.com/wow-apps/symfony-slack-bot

Symfony 3 bundle for easy publish messages to your Slack

  Sources   Download

Apache-2.0

The Requires

 

symfony slack slackbot symfony 3 slack bot

27/10 2016

1.0.1

1.0.1.0 https://github.com/wow-apps/symfony-slack-bot

Symfony 3 bundle for easy publish messages to your Slack

  Sources   Download

Apache-2.0

The Requires

 

symfony slack slackbot symfony 3 slack bot

28/09 2016

0.3.1

0.3.1.0 https://github.com/wow-apps/symfony-slack-bot

Symfony 3 bundle for easy publish messages to your Slack

  Sources   Download

Apache-2.0

The Requires

 

symfony slack slackbot symfony 3 slack bot

28/09 2016

1.0.0

1.0.0.0 https://github.com/wow-apps/symfony-slack-bot

Symfony 3 bundle for easy publish messages to your Slack

  Sources   Download

Apache-2.0

The Requires

 

symfony slack slackbot symfony 3 slack bot

27/09 2016

0.3.0

0.3.0.0 https://github.com/wow-apps/symfony-slack-bot

Symfony 3 bundle for easy publish messages to your Slack

  Sources   Download

Apache-2.0

The Requires

 

symfony slack bot

27/09 2016

0.2.0

0.2.0.0 https://github.com/wow-apps/symfony-slack-bot

Symfony 3 bundle for easy publish messages to your Slack

  Sources   Download

Apache-2.0

The Requires

 

symfony slack bot

27/09 2016

0.1.1

0.1.1.0

Symfony 3 bundle for easy publish messages to your Slack

  Sources   Download

Apache-2.0

The Requires

 

symfony slack bot