2017 © Pedro Peláez
 

project php-chat-invite-automation

slack invite automation

image

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

The README.md

php-chat-invite-automation

  • Slack 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

The Versions

06/01 2017

dev-master

9999999-dev

slack invite automation

  Sources   Download

MIT

The Requires

 

The Development Requires

by sangjun

slack invaite automation

12/08 2016

0.0.4

0.0.4.0

slack invite automation

  Sources   Download

MIT

The Requires

 

The Development Requires

by sangjun

slack invaite automation

27/04 2016

0.0.3

0.0.3.0

slack invite automation

  Sources   Download

MIT

The Requires

  • php >=5.5.9

 

The Development Requires

by sangjun

slack invaite automation

27/04 2016

0.0.2

0.0.2.0

slack invite automation

  Sources   Download

MIT

The Requires

  • php >=5.5.9

 

The Development Requires

by sangjun

slack invaite automation

26/04 2016

0.0.1

0.0.1.0

slack invite automation

  Sources   Download

MIT

The Requires

  • php >=5.5.9

 

The Development Requires

by sangjun

slack invaite automation