2017 © Pedro Peláez
 

library slackinvitemodule

A Module to create invites to a slack-channel

image

org_heig/slackinvitemodule

A Module to create invites to a slack-channel

  • Wednesday, November 23, 2016
  • by heiglandreas
  • Repository
  • 1 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Slack-Invite Module

A ZendFramework-Module to create invites to a slack-team, (*1)

Installation

This module is best installed using composer, (*2)

composer require org_heigl/slackinvitemodule, (*3)

Configuration

After installation you need to copy the provided file config/module.slackinvite.local.php.dist to your configuration folder, remove the dist-part and fill out the informations., (*4)

The apiToken can be requested at Slacks API-Site and the teamName is (obviously) the name of your team you want to invite people to., (*5)

The default routes configured are /slack/invite to call the invite-form and /slack to redirect users to your slack-team. Of course you can add additional routes., (*6)

The Versions

23/11 2016

dev-master

9999999-dev

A Module to create invites to a slack-channel

  Sources   Download

MIT

The Requires