PHPackages                             darovi/laravelslackinvite - 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. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. darovi/laravelslackinvite

Abandoned → [danrovito/laravelslackinvite](/?search=danrovito%2Flaravelslackinvite)Library[Authentication &amp; Authorization](/categories/authentication)

darovi/laravelslackinvite
=========================

A Slack user invite service provider for Laravel

v1.1(8y ago)8151MITPHPPHP &gt;=5.3.3

Since Sep 12Pushed 8y ago3 watchersCompare

[ Source](https://github.com/danrovito/Laravel-Slack-Invite)[ Packagist](https://packagist.org/packages/darovi/laravelslackinvite)[ RSS](/packages/darovi-laravelslackinvite/feed)WikiDiscussions master Synced 2mo ago

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

Laravel Slack Invite
====================

[](#laravel-slack-invite)

[![Latest Stable Version](https://camo.githubusercontent.com/5fbbd06d5855cc18b0f4f2f4ada9111d90cf785e75fd264172b9741574fe57a4/68747470733a2f2f706f7365722e707567782e6f72672f64616e726f7669746f2f6c61726176656c736c61636b696e766974652f762f737461626c653f666f726d61743d666c6174)](https://packagist.org/packages/danrovito/laravelslackinvite) [![Total Downloads](https://camo.githubusercontent.com/b4a263e0323cc3db67c688ca3f34efafd954541cd4842fd1bccdb0a785f035f8/68747470733a2f2f706f7365722e707567782e6f72672f64616e726f7669746f2f6c61726176656c736c61636b696e766974652f646f776e6c6f6164733f666f726d61743d666c6174)](https://packagist.org/packages/danrovito/laravelslackinvite) [![License](https://camo.githubusercontent.com/016e593dfc827788f2fb597e4538c137dc61f96ab85fad399249151241239a53/68747470733a2f2f706f7365722e707567782e6f72672f64616e726f7669746f2f6c61726176656c736c61636b696e766974652f6c6963656e73653f666f726d61743d666c6174)](https://packagist.org/packages/danrovito/laravelslackinvite) [![StyleCI](https://camo.githubusercontent.com/25b7f9ee3da2f9294084fa6d87f037059173c55d9b34c6f695d202596c5675eb/68747470733a2f2f7374796c6563692e696f2f7265706f732f36373631393737372f736869656c643f6272616e63683d6d6173746572)](https://styleci.io/repos/67619777) [ ![Codeship Status for Darovi/LaravelSlackInvite](https://camo.githubusercontent.com/ea72666feafe27be5da3f55833a2e2ebb7689fdd96b236a4582efd467055fa3c/68747470733a2f2f636f6465736869702e636f6d2f70726f6a656374732f39616230376564302d346463302d303133342d333730312d3236363434356634623765332f7374617475733f6272616e63683d6d6173746572)](https://codeship.com/projects/170616)

Getting started
---------------

[](#getting-started)

To get started you must first install the package from composer.

```
composer require danrovito/laravelslackinvite

```

Add the following to your `.env` file

```
SLACK_TOKEN=YOUR_SLACK_TOKEN  (this token can be generated here `https://api.slack.com/docs/oauth-test-tokens`)
SLACK_HOSTNAME=YOUR_SLACK_NAME (this is the HOSTNAME.slack.com in your slack url)

```

Usage
-----

[](#usage)

To use Slack invite all you have to do is use the following. Supply your users email address in the `EMAIL_ADDRESS` space.

```
\Darovi\LaravelSlackInvite\Slack::invite('EMAIL_ADDRESS');
```

You will receive a json response

```
{"ok":true}
```

or

```
{"ok":false,"error":"already_invited"}
```

License
-------

[](#license)

Laravel Slack Invite is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT)

Bug Reporting and Feature Requests
----------------------------------

[](#bug-reporting-and-feature-requests)

Please add as many details as possible regarding submission of issues and feature requests

Disclaimer
----------

[](#disclaimer)

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity59

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

Total

2

Last Release

3226d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/57faf02cb728789f5bb1242a73090ac1e9040ca9c10baf655e3a7e72d555d9ad?d=identicon)[danrovito](/maintainers/danrovito)

---

Top Contributors

[![danrovito](https://avatars.githubusercontent.com/u/8322674?v=4)](https://github.com/danrovito "danrovito (12 commits)")

---

Tags

laravelslackInvite

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/darovi-laravelslackinvite/health.svg)

```
[![Health](https://phpackages.com/badges/darovi-laravelslackinvite/health.svg)](https://phpackages.com/packages/darovi-laravelslackinvite)
```

###  Alternatives

[junaidnasir/larainvite

Laravel Invitation package, existing users can invite others by email

142119.9k](/packages/junaidnasir-larainvite)[socialiteproviders/slack

Slack OAuth2 Provider for Laravel Socialite

13975.0k](/packages/socialiteproviders-slack)[offload-project/laravel-invite-only

A Laravel package for managing user invitations with polymorphic relationships, token-based access, scheduled reminders, and event-driven notifications.

694.4k1](/packages/offload-project-laravel-invite-only)[martbock/laravel-diceware

Diceware Passphrase Generator for Laravel

3264.7k](/packages/martbock-laravel-diceware)[orchestra/auth

Auth Component for Orchestra Platform

24108.5k3](/packages/orchestra-auth)[ingria/laravel-x509-auth

Laravel 5 Client Certificate auth middleware

375.6k](/packages/ingria-laravel-x509-auth)

PHPackages © 2026

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