tapp/slack-inviter

Invite users to slack group
3,051
Install
composer require tapp/slack-inviter
Latest Version:v1.2
PHP:^7.1 || ^7.3 || ^8.0
License:MIT
Last Updated:Aug 3, 2026
Links: GitHub  ·  Packagist
Maintainer: tapp

Laravel Slack Inviter

Latest Version on Packagist Quality Score Total Downloads

Installation

You can install the package via composer:

composer require tapp/slack-inviter

Appearance

Slack Inviter Form

Usage

Add the Slack env vars on your .env file:

SLACK_COMMUNITY_NAME=
SLACK_TEAM_URL=
SLACK_LEGACY_TOKEN=

Add the inviter form on your blade file:

<div>
    @include('slack-inviter::invite-form', [ 
        'email' => auth()->user()->email 
    ])
</div>

You're all set!

Testing

composer test

Changelog

Please see CHANGELOG for more information what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email security@tappnetwork.com instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.

Laravel Package Boilerplate

This package was generated using the Laravel Package Boilerplate.

Related Packages

tapp/laravel-airtable

Laravel Airtable SDK

290,130 112
tapp/filament-invite

invite users from filament panel

70,383 32
tapp/laravel-aws-secrets-manager

Use AWS Secrets manager to load environment variables for configuration.

248,175 38
gabrieloliverio/laravel5-generators

Database metadata-based generators for Laravel 5

1
erirk/paypalpayment

laravel-paypalpayment is simple package help you process direct credit card paym...

0