PHPackages                             hanoii/platformsh2slack - 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. hanoii/platformsh2slack

AbandonedArchivedProject[Utility &amp; Helpers](/categories/utility)

hanoii/platformsh2slack
=======================

Platform.sh -&gt; Slack incoming webhook adapter.

1.9(4y ago)2011.9k5[1 issues](https://github.com/hanoii/platformsh2slack/issues)[4 PRs](https://github.com/hanoii/platformsh2slack/pulls)GPL-2.0+PHP

Since Sep 30Pushed 1y ago1 watchersCompare

[ Source](https://github.com/hanoii/platformsh2slack)[ Packagist](https://packagist.org/packages/hanoii/platformsh2slack)[ RSS](/packages/hanoii-platformsh2slack/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependencies (2)Versions (26)Used By (0)

Note

This project has been archived. There's a better way of doing something like this which is through [activity scripts](https://docs.platform.sh/integrations/activity.html).

---

Platform.sh -&gt; Slack incoming webhook adapter
================================================

[](#platformsh---slack-incoming-webhook-adapter)

This is a simple php script that translates [Platform.sh](https://platform.sh) webhook into a [Slack](http://slack.com/)formatted message.

You can install this in your php app container and host it there for your project's specific webhooks.

Sponsored by [Infomagnet - builds websites to any design using Drupal](https://infomagnet.com).

[![slack-example](https://cloud.githubusercontent.com/assets/677879/19004393/2aae68b4-872c-11e6-9ec4-52bbde84d849.png)](https://cloud.githubusercontent.com/assets/677879/19004393/2aae68b4-872c-11e6-9ec4-52bbde84d849.png)

Installation
------------

[](#installation)

You can install the package using the [Composer](https://getcomposer.org/) package manager. You can install it by running this command in your project root:

```
composer require hanoii/platformsh2slack
```

Then [create an incoming webhook](https://my.slack.com/services/new/incoming-webhook) on your Slack account for the package to use. You'll need the webhook URL to instantiate the adapter.

Basic Usage
-----------

[](#basic-usage)

```
