PHPackages                             tigokr/slack-api - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. tigokr/slack-api

ActiveLibrary

tigokr/slack-api
================

v1.0.2(10y ago)04.5kPHP

Since Mar 17Pushed 10y ago1 watchersCompare

[ Source](https://github.com/tigokr/slack-api)[ Packagist](https://packagist.org/packages/tigokr/slack-api)[ RSS](/packages/tigokr-slack-api/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)DependenciesVersions (4)Used By (0)

Slack API
=========

[](#slack-api)

Fork from

A super simple wrapper for Slack API

Requires &gt; PHP 5.

Installation
------------

[](#installation)

```
composer require tigokr/slack-api

```

Or download and include the php file.

Usage
-----

[](#usage)

> See more methods on the [Slack API documentation](https://api.slack.com/methods).

List users

```
$Slack = new Slack('xoxp-0123456789-0123456789-0123456789-1a1a11');
print_r($Slack->call('users.list'));
```

Invite user to a channel

```
$Slack = new Slack('xoxp-0123456789-0123456789-0123456789-1a1a11');
print_r($Slack->call('channels.invite', array(
  'channel' => 'C1234567890',
  'user' => 'U1234567890'
)));
```

Author
------

[](#author)

- [Low Yong Zhen](mailto:yz@stargate.io)

License
-------

[](#license)

Copyright (c) 2014

Licensed under the [MIT License](http://yzlow.mit-license.org/).

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 64.3% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~10 days

Total

3

Last Release

3684d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/98cfd41b87b46d6f35c6aa1bcbc70060d716ef0170b6028339f59a4ce517f1f9?d=identicon)[tigokr](/maintainers/tigokr)

---

Top Contributors

[![tigokr](https://avatars.githubusercontent.com/u/606705?v=4)](https://github.com/tigokr "tigokr (9 commits)")[![yongzhenlow](https://avatars.githubusercontent.com/u/1645773?v=4)](https://github.com/yongzhenlow "yongzhenlow (5 commits)")

### Embed Badge

![Health badge](/badges/tigokr-slack-api/health.svg)

```
[![Health](https://phpackages.com/badges/tigokr-slack-api/health.svg)](https://phpackages.com/packages/tigokr-slack-api)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
