vluzrmos / slack-autoinvitation
This package is abandoned and no longer maintained.
The author suggests using the https://github.com/vluzrmos/lumen-slackin package instead.
Laravel 5 - Automate slack.com invitations.
v1.2.3
2015-02-27 22:06 UTC
Requires
- laravel/framework: ~5.0
- vluzrmos/slack-api: ~0.0
Requires (Dev)
- phpspec/phpspec: ~2.1
- phpunit/phpunit: ~4.0
README
That project is no longer maintained, please consider to use my awesome Lumen Slackin project.
WebSite to automate invitations to your teams on Slack made with Laravel 5. That application use the package Slack API Facade.
Instalation
via composer: composer create-project vluzrmos/slack-autoinvitation project-folder ~1.2
Configuration
Just configure the file .env
on project root path. If it doesn't exists, just copy the .env.example
file and rename to .env
.
# The name of that app APP_NAME=My Slack Invitator # The Title of Your Slack Team SLACK_TEAMNAME=My Slack Team # DOMAIN of your Slack (eg.: https://{DOMAIN}.slack.com) SLACK_TEAM=my-slack-domain #Get a token on https://api.slack.com/web#authentication SLACK_TOKEN=Your Slack Token #Channels to users be joined, eg.: general, UE45487X45, or all; general is default. SLACK_CHANNELS=all
License
This software is licensed under the DBAD license.