PHPackages                             halnique/php-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. [API Development](/categories/api)
4. /
5. halnique/php-slack-api

ActiveLibrary[API Development](/categories/api)

halnique/php-slack-api
======================

Simple PHP wrapper interfaces for Slack APIs.

v1.0.1(6y ago)08[1 issues](https://github.com/halnique/php-slack-api/issues)MITPHPPHP ^7.1.3CI failing

Since May 4Pushed 2y ago1 watchersCompare

[ Source](https://github.com/halnique/php-slack-api)[ Packagist](https://packagist.org/packages/halnique/php-slack-api)[ RSS](/packages/halnique-php-slack-api/feed)WikiDiscussions develop Synced 3d ago

READMEChangelog (2)Dependencies (8)Versions (3)Used By (0)

php-slack-api
=============

[](#php-slack-api)

[![Build Status](https://camo.githubusercontent.com/ef348ef35ecd6799b1fb903278adc4e8347d8d3aef9291f7d95672d775e59103/68747470733a2f2f7472617669732d63692e636f6d2f68616c6e697175652f7068702d736c61636b2d6170692e7376673f746f6b656e3d5876596f39577859474c687057346a6d4231736d266272616e63683d646576656c6f70)](https://travis-ci.com/halnique/php-slack-api)[![Coverage Status](https://camo.githubusercontent.com/e5dd4a6adc56ef66e79212fceb985ffdf6ab768cb68854db9176c89caae8bcff/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f68616c6e697175652f7068702d736c61636b2d6170692f62616467652e737667)](https://coveralls.io/github/halnique/php-slack-api)[![Maintainability](https://camo.githubusercontent.com/f0ead56c089aff2aa34928be52808468cb2679e00b82ad4171f82b3baa983629/68747470733a2f2f6170692e636f6465636c696d6174652e636f6d2f76312f6261646765732f66386330353431363166376339643832613131392f6d61696e7461696e6162696c697479)](https://codeclimate.com/github/halnique/php-slack-api/maintainability)[![Latest Stable Version](https://camo.githubusercontent.com/5112b89c737a2240243d9eb8c4986f560799df63f0ef09b7e40f5fd79277c1cf/68747470733a2f2f706f7365722e707567782e6f72672f68616c6e697175652f7068702d736c61636b2d6170692f762f737461626c65)](https://packagist.org/packages/halnique/php-slack-api)[![Total Downloads](https://camo.githubusercontent.com/a1a4e94714c706d384b2075e9ad21b5424286989b2a8b72db75265f3ce62b769/68747470733a2f2f706f7365722e707567782e6f72672f68616c6e697175652f7068702d736c61636b2d6170692f646f776e6c6f616473)](https://packagist.org/packages/halnique/php-slack-api)[![Latest Unstable Version](https://camo.githubusercontent.com/04085e20bd4010cffb2c8c6573bfcbee5f91457a03c16c27269b931c3e39e65d/68747470733a2f2f706f7365722e707567782e6f72672f68616c6e697175652f7068702d736c61636b2d6170692f762f756e737461626c65)](https://packagist.org/packages/halnique/php-slack-api)[![License](https://camo.githubusercontent.com/a93af74720c43112acc24e7d4936248d752931798935b3bd2b0a260eb554aea1/68747470733a2f2f706f7365722e707567782e6f72672f68616c6e697175652f7068702d736c61636b2d6170692f6c6963656e7365)](https://packagist.org/packages/halnique/php-slack-api)[![composer.lock](https://camo.githubusercontent.com/b9258c2da9d867e1dfdcd3cf7d79772def11c3e607244755cc76adbd9adbd230/68747470733a2f2f706f7365722e707567782e6f72672f68616c6e697175652f7068702d736c61636b2d6170692f636f6d706f7365726c6f636b)](https://packagist.org/packages/halnique/php-slack-api)

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

[](#installation)

```
$ composer require halnique/php-slack-api
```

Usage
-----

[](#usage)

```
use Halnique\Slack;

$client = Slack\WebAPI\Client::create();
$apiTestResult = $client->call(Slack\WebAPI\Endpoints\HttpMethod::get(), 'api.test');
$authTestResult = $client->call(Slack\WebAPI\Endpoints\HttpMethod::post(), 'auth.test');
$usersLookupByEmailResult = $client->call(Slack\WebAPI\Endpoints\HttpMethod::get(), 'users.lookupByEmail', [
    'email' => 'address@gmail.com',
]);
```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 68.1% 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 ~33 days

Total

2

Last Release

2534d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8e8a273e77bd337fc50b6ed515fc4375dfbce47d10e1d156e8e13cdd07f3f35a?d=identicon)[halnique](/maintainers/halnique)

---

Top Contributors

[![halnique](https://avatars.githubusercontent.com/u/10358623?v=4)](https://github.com/halnique "halnique (96 commits)")[![dependabot-preview[bot]](https://avatars.githubusercontent.com/in/2141?v=4)](https://github.com/dependabot-preview[bot] "dependabot-preview[bot] (28 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (15 commits)")[![dependabot-support](https://avatars.githubusercontent.com/u/112581971?v=4)](https://github.com/dependabot-support "dependabot-support (2 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M651](/packages/sylius-sylius)[theodo-group/llphant

LLPhant is a library to help you build Generative AI applications.

1.5k311.5k5](/packages/theodo-group-llphant)[netflie/whatsapp-cloud-api

The first PHP SDK to send and receive messages using a cloud-hosted version of the WhatsApp Business Platform

640431.7k4](/packages/netflie-whatsapp-cloud-api)[avalara/avataxclient

Client library for Avalara's AvaTax suite of business tax calculation and processing services. Uses the REST v2 API.

517.9M7](/packages/avalara-avataxclient)[alexacrm/dynamics-webapi-toolkit

Web API toolkit for Microsoft Dynamics 365 and Dynamics CRM

81324.1k1](/packages/alexacrm-dynamics-webapi-toolkit)[jasara/php-amzn-selling-partner-api

A fluent interface for Amazon's Selling Partner API in PHP

1344.8k1](/packages/jasara-php-amzn-selling-partner-api)

PHPackages © 2026

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