imunew/slack

Wrapper for Slack Web API

v1.0.2 2018-10-09 11:34 UTC

This package is auto-updated.

Last update: 2024-05-10 04:16:01 UTC


README

This is the repository fork from palanik/slack-php.

The additional feature from palanik/slack-php.

I added users.admin.invite API.
This API is undocumented by Slack.
But it's an available.

	"users.admin.invite": {
		"method": "GET",
		"path": "users.admin.invite"
	}

References