PHPackages                             ndobromirov/php-slack-inviter - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. ndobromirov/php-slack-inviter

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

ndobromirov/php-slack-inviter
=============================

This is a library used to ease slack invitations sending from PHP.

0.1.2(9y ago)116MITPHPPHP &gt;=5

Since Apr 17Pushed 9y ago1 watchersCompare

[ Source](https://github.com/ndobromirov/php-slack-inviter)[ Packagist](https://packagist.org/packages/ndobromirov/php-slack-inviter)[ RSS](/packages/ndobromirov-php-slack-inviter/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependencies (4)Versions (4)Used By (0)

php-slack-inviter
=================

[](#php-slack-inviter)

Library to ease programmatic invites sending.

[![Build Status](https://camo.githubusercontent.com/2ccec1e31ccfe7db52e1f81110c6b859fc809433167a91778ce9fd2676a23ca5/68747470733a2f2f6170692e7472617669732d63692e6f72672f6e646f62726f6d69726f762f7068702d736c61636b2d696e76697465722e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/ndobromirov/php-slack-inviter)[![Coverage Status](https://camo.githubusercontent.com/e84424f9097b0e75d7020cd9abae87df87ea00f5f5f0b6d4294030c3ddae81dc/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f6e646f62726f6d69726f762f7068702d736c61636b2d696e76697465722f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/ndobromirov/php-slack-inviter?branch=master)

[![Latest Stable Version](https://camo.githubusercontent.com/b82cf28132d404ef773da3470039de9d0e6bd95220b7ce13a4cdd5458b70ba5d/68747470733a2f2f706f7365722e707567782e6f72672f6e646f62726f6d69726f762f7068702d736c61636b2d696e76697465722f76657273696f6e)](https://packagist.org/packages/ndobromirov/php-slack-inviter)[![License](https://camo.githubusercontent.com/fa6a81f13515146fccc2bafe3ee6c061c6e2954647cca51fd22b77abf9cecae9/68747470733a2f2f706f7365722e707567782e6f72672f6e646f62726f6d69726f762f7068702d736c61636b2d696e76697465722f6c6963656e7365)](https://packagist.org/packages/ndobromirov/php-slack-inviter)

Requirements
============

[](#requirements)

1. Create a Slack team or join one.
2. Aquire a personal access token for a particular team you are part of. Go to [this page](https://api.slack.com/custom-integrations/legacy-tokens) and generate your access token. Invitations will originate from the access token's owner.

Installation
============

[](#installation)

```
composer require ndobromirov/php-slack-inviter

```

Usage example
=============

[](#usage-example)

```
require __DIR__ . '/vendor/autoload.php';

$team = 'my-team-name';
$token = 'my-token-value';

$handler = new \PhpSlackInviter\InviteHandler($token, $team);

try {
    $handler->requestNewInvite('email@example.com');
    echo 'Invitation was sent!';
}
catch (\PhpSlackInviter\Exception $e) {
    echo $e->getMessage();
}
```

Contributing
============

[](#contributing)

- Fork the repository and checkout the master branch locally.
- Run all tests (unit and coding standards) with: `composer test-all`.
- Any changes to the library should be covered by unit-tests. Run unit tests with `composer test` from project's root folder.
- The library is PSR-2 compliant. Validate coding standards by running the command `composer cs` from the project's root folder.
- Report any issues in the [tracker](https://github.com/ndobromirov/php-slack-inviter/issues).

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity55

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 ~2 days

Total

3

Last Release

3358d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1191506?v=4)[Nikolay Dobromirov](/maintainers/ndobromirov)[@ndobromirov](https://github.com/ndobromirov)

---

Top Contributors

[![ndobromirov](https://avatars.githubusercontent.com/u/1191506?v=4)](https://github.com/ndobromirov "ndobromirov (13 commits)")

---

Tags

clientweb serviceslackinvites

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/ndobromirov-php-slack-inviter/health.svg)

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

###  Alternatives

[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k496.1k34](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3661.2M46](/packages/tencentcloud-tencentcloud-sdk-php)[roundcube/roundcubemail

The Roundcube Webmail suite

7.0k1.4k3](/packages/roundcube-roundcubemail)[spatie/laravel-export

Create a static site bundle from a Laravel app

672139.5k6](/packages/spatie-laravel-export)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

252.5k](/packages/eslazarev-wildberries-sdk)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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