Download the PHP package mmeester/mmees-slack-notifier without Composer

On this page you can find all versions of the php package mmeester/mmees-slack-notifier. 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 mmees-slack-notifier

Slack notifications for Shopware 6

Installation

Composer

Install the plugin using composer

Activate plugin

In your CLI run the following inside the root of your Shopware project:

Detect new plugins: bin/console plugin:refresh 👉 Look for the new plugin Install & activate the plugin: bin/console plugin:install --activate mmeesSlackNotifier

Shopware store installation

URL will follow once the plugin is published to the Shopware store

Setup

To use the plugin we need a Slack webhook to post an event:

Slack setup

  1. Go to https://api.slack.com/apps
  2. Click the green button "Create new app" in the right top corner
  3. Give your app a proper name (eq. "Shopware"), select the workspace you want to install the app, and click the button "Create App"
  4. Create a webhook clicking the option "Incoming Webhooks"
  5. Activate the webhook by flipping the switch in the right top corner
  6. Scroll down and click the button "Add New Webhook to Workspace", select the channel you want your notifications to be posted to and click "Allow"

Shopware Setup

  1. Install the plugin to your Shopware store
  2. Copy the webhook URL and add this to the configuration of this plugin.
  3. You are all setup, start selling / placing orders and notifications will follow

What is next?

First thoughts on extending

Currently We're looking for ideas / inspiration on watchable events.Please create an issues if you also have some thoughts on this! Here are some first thoughts:

Other work to do

Contributing

We love your input! We want to make contributing to this project as easy and transparent as possible, whether it's:


All versions of mmees-slack-notifier with dependencies

PHP Build Version
Package Version
Requires shopware/core Version *
ext-json Version *
ext-intl Version *
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 mmeester/mmees-slack-notifier contains the following files

Loading the files please wait ....