Download the PHP package wangaz/contao-slack-notification without Composer

On this page you can find all versions of the php package wangaz/contao-slack-notification. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package contao-slack-notification

Send notifications to your Slack channel via Contao Notification Center

This extension adds a Slack gateway to your Contao installation with Contao Notification Center by terminal42.

The Slack gateway lets you receive messages in your Teams Slack channel – just like Emails with the regular Email gateway, but who wants to receive more Emails anyways, right?

Features

Currently this extension supports standard messages, i.e. you define a simple text message and you may use simple tokens to output form data. You may send these to any #channel or @username in your Slack team.

The more advanced messages with attachements will be part of a future release of this extension.

How to setup

  1. First you need to install this extension to your Contao CMS project:

    This will install the latest version of this extension, and – if not already installed – the Navigation Center itself.

  2. Second you need to setup a Slack webhook. Login to your Slack team admin page at your-team-domain.slack.com/admin and navigate to Menu > Customize Apps > Custom Integrations > Incoming Webhooks.

  3. Add a new webhook and define its username, set an icon or emoji as avatar and select a default channel. You may overwrite channel and username later from within the Notification Center. Pay attention to the webhook url as you will need it in the next step.

  4. Back to your Contao project, you need to add a Slack gateway. Most importantly, add the Webhook url from the previous step. Optionally, you may overwrite the default channel here.

  5. You can now use the Slack gateway in a notification, e.g. a new member registration, a form submission, a newsletter signup etc.

Designed and built with ☕ and ❤ by Present Progressive


All versions of contao-slack-notification with dependencies

PHP Build Version
Package Version
Requires contao/core-bundle Version ^4.4
terminal42/notification_center Version ^1.4
guzzlehttp/guzzle Version ^6.3
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package wangaz/contao-slack-notification contains the following files

Loading the files please wait ....