PHPackages                             infinityxtech/slack-api-laravel - 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. infinityxtech/slack-api-laravel

ActiveLibrary[API Development](/categories/api)

infinityxtech/slack-api-laravel
===============================

Laravel wrapper for infinityxtech/slack-api-php

v1.0.1(1y ago)081MITPHPPHP ^8.0

Since Dec 17Pushed 1y ago1 watchersCompare

[ Source](https://github.com/community-sdks/slack-laravel)[ Packagist](https://packagist.org/packages/infinityxtech/slack-api-laravel)[ RSS](/packages/infinityxtech-slack-api-laravel/feed)WikiDiscussions main Synced yesterday

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

Laravel wrapper for Slack API PHP Client ([FULL DOCS](https://github.com/soixt/slack-api-php))
==============================================================================================

[](#laravel-wrapper-for-slack-api-php-client-full-docs)

This repository contains PHP classes for interacting with the Slack API. Below are links to documentation for each class:

SlackAuthProvider and SlackApiProvider Usage
--------------------------------------------

[](#slackauthprovider-and-slackapiprovider-usage)

To interact with the Slack API, you can use `SlackAuth` and `SlackApi` facades. Here's how you can set up and use them:

```
// Call this when you wish to redirect user to authorize with slack
SlackAuth::redirect();

// Call this on $redirectUrl when slack authorization redirect to $redirectUrl
$token = SlackAuth::getAccessToken(request('code'));

// Create a new SlackApiProvider instance with access token
SlackApi::setToken($token);

// Below this point, you can use various API methods:
SlackApi::channel()->someMethod();
SlackApi::user()->someMethod();
SlackApi::chat()->someMethod();
SlackApi::auth()->someMethod();
SlackApi::apps()->someMethod();
SlackApi::conversations()->someMethod();
SlackApi::files()->someMethod();
SlackApi::reactions()->someMethod();
SlackApi::reminders()->someMethod();
SlackApi::teams()->someMethod();
SlackApi::userGroups()->someMethod();
SlackApi::views()->someMethod();
```

Please replace the placeholders (`SLACK_CLIENT_ID`, `SLACK_CLIENT_SECRET`, `SLACK_REDIRECT_URL`) with your actual Slack app details. The `redirectUrl` must also be set within your Slack app configuration. After successful authentication and being redirected to the callback URL, you can obtain the access token.

You can then use the SlackApi facade to interact with various API methods from different classes within the repository.

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance31

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~219 days

Total

2

Last Release

710d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/211412089?v=4)[ZPM Labs](/maintainers/zpmlabs)[@ZPMLabs](https://github.com/ZPMLabs)

---

Top Contributors

[![sasaorasanin](https://avatars.githubusercontent.com/u/100382372?v=4)](https://github.com/sasaorasanin "sasaorasanin (2 commits)")

---

Tags

laravellaravel-frameworklaravel-packagephpsoixt

### Embed Badge

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

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

###  Alternatives

[defstudio/telegraph

A laravel facade to interact with Telegram Bots

816333.6k3](/packages/defstudio-telegraph)[simplestats-io/laravel-client

Server-side analytics for Laravel that follows the full funnel from visit to registration to payment, attributed to the channel that drove it. Revenue, MRR, churn and ad-spend profit (ROAS/CAC) per channel. GDPR compliant, ad-blocker proof.

5021.9k](/packages/simplestats-io-laravel-client)[rapidez/core

Rapidez Core

1823.5k72](/packages/rapidez-core)

PHPackages © 2026

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