project php-chat-invite-automation
slack invite automation
richellin/php-chat-invite-automation
slack invite automation
- Friday, January 6, 2017
- by richellin
- Repository
- 1 Watchers
- 2 Stars
- 211 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 1 Forks
- 0 Open issues
- 5 Versions
- 0 % Grown
php-chat-invite-automation
Example
Laravel5 : laravel-slack-invite-automation, (*1)
Use
"guzzlehttp/guzzle": "^6.2"
Composer
#composer.json
{
"require": {
"richellin/php-chat-invite-automation": "0.0.*"
}
}
#install
composer install
PHP
<?php
require 'vendor/autoload.php';
use \richellin\chat\Invite;
use \richellin\chat\Channel\Slack;
$invite = new Invite();
$res = $invite->channel(new Slack())
->set([
'team_name'=> 'Your team name',
'email'=> 'Email',
'channel'=> 'Channel',
'token'=> 'xoxp-token'
])
->send();
if ($res === FALSE) {
echo $invite->errMsg();
}
Test
./vendor/bin/phpunit --tap tests
Licence
MIT
dev-master
9999999-dev
slack invite automation
Sources
Download
MIT
The Requires
The Development Requires
by
sangjun
slack invaite automation
0.0.4
0.0.4.0
slack invite automation
Sources
Download
MIT
The Requires
The Development Requires
by
sangjun
slack invaite automation
0.0.3
0.0.3.0
slack invite automation
Sources
Download
MIT
The Requires
The Development Requires
by
sangjun
slack invaite automation
0.0.2
0.0.2.0
slack invite automation
Sources
Download
MIT
The Requires
The Development Requires
by
sangjun
slack invaite automation
0.0.1
0.0.1.0
slack invite automation
Sources
Download
MIT
The Requires
The Development Requires
by
sangjun
slack invaite automation