PHPackages                             steverobbins/magento-slack - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. steverobbins/magento-slack

ActiveMagento-module[Utility &amp; Helpers](/categories/utility)

steverobbins/magento-slack
==========================

Magento integration with Slack.com

v1.0.0(10y ago)174894[1 issues](https://github.com/steverobbins/Magento-Slack/issues)CC-BY-3.0PHP

Since Jul 28Pushed 10y ago3 watchersCompare

[ Source](https://github.com/steverobbins/Magento-Slack)[ Packagist](https://packagist.org/packages/steverobbins/magento-slack)[ RSS](/packages/steverobbins-magento-slack/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (2)Versions (3)Used By (0)

Magento Slack Integration
=========================

[](#magento-slack-integration)

[![Build Status](https://camo.githubusercontent.com/62f64c2700dd7e62ea54ac3b39150a6a79b978227c15ff97c12d5d16ed832725/68747470733a2f2f7472617669732d63692e6f72672f7374657665726f6262696e732f4d6167656e746f2d536c61636b2e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/steverobbins/Magento-Slack)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/7d80b847e134cf78534617f816a266e12bcc073c5647f510cc107e0eb8a039a2/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f7374657665726f6262696e732f4d6167656e746f2d536c61636b2f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/steverobbins/Magento-Slack/?branch=master)

\*Note: This module doesn't do much on it's own. It's just an api wrapper for integrations you write. You can use it chat to your Slack channel when: an order is placed, and exception is logged, an account is created, etc.

Config
======

[](#config)

[![image](https://camo.githubusercontent.com/90d7a83462f77bb1279ec6132f426d5491a8cf2d54307dad0f6e2ecb50cb362d/68747470733a2f2f692e696d6775722e636f6d2f37374d30566a742e706e67)](https://camo.githubusercontent.com/90d7a83462f77bb1279ec6132f426d5491a8cf2d54307dad0f6e2ecb50cb362d/68747470733a2f2f692e696d6775722e636f6d2f37374d30566a742e706e67)

- In Slack: Create a bot under "Integrations" in the
- In Magento: Under **System &gt; Config &gt; Services &gt; Slack**, enable the module and add your token
- Click Save
- Click Get Channels to collect your channels and their identifiers

API Usage
=========

[](#api-usage)

[Review the methods in Slack's API](https://api.slack.com/methods).

Invoke with:

```
Mage::getModel('slack/api_')
	->setFooArg('bar')
	->();

```

For instance:

### [Chat "Hello World" to the #general Channel](https://api.slack.com/methods/chat.postMessage)

[](#chat-hello-world-to-the-general-channel)

```
$chat = Mage::getModel('slack/api_chat');

$chat->setChannel('general')
    ->setText('Hello World');

$chat->postMessage();

var_dump($chat->getData());

```

Notice you use the channel name, not it's identifier.

### [Upload a File](https://api.slack.com/methods/files.upload)

[](#upload-a-file)

```
Mage::getModel('slack/api_files')
    ->setChannels(array('general', 'random'))
    ->setContent(file_get_contents($someFile))
    ->upload();

```

etc.

###  Health Score

33

—

LowBetter than 74% of packages

Maintenance19

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

3937d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/75f626109c9c7bdb7ecbbd6a838ea38d9ed4e014a166f1fa3bbb9fa17f9e1e36?d=identicon)[steverobbins](/maintainers/steverobbins)

---

Top Contributors

[![steverobbins](https://avatars.githubusercontent.com/u/3498562?v=4)](https://github.com/steverobbins "steverobbins (8 commits)")

###  Code Quality

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/steverobbins-magento-slack/health.svg)

```
[![Health](https://phpackages.com/badges/steverobbins-magento-slack/health.svg)](https://phpackages.com/packages/steverobbins-magento-slack)
```

###  Alternatives

[whitehat101/apr1-md5

Apache's APR1-MD5 algorithm in pure PHP

349.7M10](/packages/whitehat101-apr1-md5)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
