org_heig / slackinvitemodule
A Module to create invites to a slack-channel
Installs: 5
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
pkg:composer/org_heig/slackinvitemodule
Requires
- guzzlehttp/guzzle: ^6.2
- zendframework/zend-form: ^2.9
- zendframework/zend-mvc: ^3.0
This package is auto-updated.
Last update: 2025-09-23 11:19:08 UTC
README
A ZendFramework-Module to create invites to a slack-team
Installation
This module is best installed using composer
composer require org_heigl/slackinvitemodule
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.
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.
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.