3
3
[ ![ SensioLabsInsight] ( https://insight.sensiolabs.com/projects/9e427ba8-ceee-47a4-aeef-a788b9875064/big.png )] ( https://insight.sensiolabs.com/projects/9e427ba8-ceee-47a4-aeef-a788b9875064 )
4
4
5
5
[ ![ Packagist Pre Release] ( https://img.shields.io/packagist/v/wow-apps/symfony-slack-bot.svg?maxAge=2592000?style=flat-square )] ( https://packagist.org/packages/wow-apps/symfony-slack-bot )
6
- [ ![ AppVeyor ] ( https://img.shields.io/appveyor/ci/gruntjs/grunt.svg?maxAge=2592000?style=flat-square )] ( )
6
+ [ ![ Build Status ] ( https://scrutinizer-ci.com/g/wow-apps/symfony-slack-bot/badges/build.png?b=master )] ( https://scrutinizer-ci.com/g/wow-apps/symfony-slack-bot/build-status/master )
7
7
[ ![ PHP version] ( https://img.shields.io/badge/PHP-%5E7.0-blue.svg?style=flat-square )] ( http://php.net/manual/ru/migration70.new-features.php )
8
8
[ ![ Symfony version] ( https://img.shields.io/badge/Symfony-%5E3.0-green.svg?style=flat-square )] ( http://symfony.com/ )
9
9
[ ![ GitHub license] ( https://img.shields.io/badge/license-Apache%202-blue.svg?style=flat-square )] ( https://raw.githubusercontent.com/wow-apps/symfony-slack-bot/master/LICENSE )
10
10
[ ![ Coding Style] ( https://img.shields.io/badge/Coding%20Style-PSR--2-brightgreen.svg )] ( http://www.php-fig.org/psr/psr-2/ )
11
11
[ ![ Code Climate] ( https://codeclimate.com/github/wow-apps/symfony-slack-bot/badges/gpa.svg )] ( https://codeclimate.com/github/wow-apps/symfony-slack-bot )
12
12
[ ![ Codacy Badge] ( https://api.codacy.com/project/badge/Grade/ce3fffd811f2463a94ed4065a341885a )] ( https://www.codacy.com/app/lion-samara/symfony-slack-bot?utm_source=github.com& ; utm_medium=referral& ; utm_content=wow-apps/symfony-slack-bot& ; utm_campaign=Badge_Grade )
13
+ [ ![ Scrutinizer Code Quality] ( https://scrutinizer-ci.com/g/wow-apps/symfony-slack-bot/badges/quality-score.png?b=master )] ( https://scrutinizer-ci.com/g/wow-apps/symfony-slack-bot/?branch=master )
13
14
[ ![ SensioLabsInsight] ( https://insight.sensiolabs.com/projects/9e427ba8-ceee-47a4-aeef-a788b9875064/mini.png )] ( https://insight.sensiolabs.com/projects/9e427ba8-ceee-47a4-aeef-a788b9875064 )
14
- [ ![ Twitter] ( https://img.shields.io/twitter/url/https/github.com/wow-apps/symfony-slack-bot.svg?style=social?style=flat-square )] ( https://twitter.com/intent/tweet?text=SlackBot+for+Symfony+3&url=%5Bobject%20Object%5D )
15
15
16
16
17
17
# SlackBot for Symfony 3
@@ -49,7 +49,7 @@ public function registerBundles()
49
49
{
50
50
$bundles = array(
51
51
// ...
52
- new Wowapps \SlackBundle\WowappsSlackBundle (),
52
+ new WowApps \SlackBundle\WowAppsSlackBundle (),
53
53
);
54
54
55
55
// ...
@@ -63,7 +63,7 @@ public function registerBundles()
63
63
64
64
``` yaml
65
65
# SlackBot Configuration
66
- wowapps_slack :
66
+ wow_apps_slack :
67
67
api_url : " "
68
68
default_icon : " http://cdn.wow-apps.pro/slackbot/slack-bot-icon-48.png"
69
69
default_channel : " general"
@@ -80,7 +80,7 @@ wowapps_slack:
80
80
To test your configuration, send test message by next command:
81
81
82
82
` ` ` bash
83
- php ./bin/console slackbot:test
83
+ php ./bin/console wowapps: slackbot:test
84
84
```
85
85
86
86
![ Test command result preview] ( http://cdn.wow-apps.pro/slackbot/slackbot_preview.jpg )
@@ -92,3 +92,21 @@ php ./bin/console slackbot:test
92
92
* [ Installation] ( https://github.com/wow-apps/symfony-slack-bot/wiki/1.-Installation )
93
93
* [ Using SlackBot] ( https://github.com/wow-apps/symfony-slack-bot/wiki/2.-Using-SlackBot )
94
94
* [ Additional helpers] ( https://github.com/wow-apps/symfony-slack-bot/wiki/3.-Additional-helpers )
95
+
96
+ # News and updates:
97
+
98
+ Follow news and updates in my Telegram channel [ @wow_apps_pro] ( https://t.me/wow_apps_pro )
99
+
100
+ # Changelog:
101
+
102
+ * 3.1.0
103
+ * Added compatibility for Symfony 3.1 up to 4.0 ([ issue #1 ] ( https://github.com/wow-apps/symfony-slack-bot/issues/1 ) )
104
+ * Added message validation
105
+ * Added custom exceptions
106
+ * Added Travis CI tests
107
+ * Added missing phpDocs
108
+ * Changed namespaces from ` Wowapps ` to ` WowApps ` for a single standard of all my Bundles
109
+ * Changed config parameter from ` wowapps_slack ` to ` wow_apps_slack ` for a single standard of all my Bundles
110
+ * Changed test command from ` slackbot:test ` to ` wowapps:slackbot:test ` for a single standard of all my Bundles
111
+ * Removed unused Controller
112
+ * Removed empty tests
0 commit comments