imunew/slack

Wrapper for Slack Web API

Installs: 601

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 12

pkg:composer/imunew/slack

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

This package is auto-updated.

Last update: 2025-09-10 07:46:25 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