PHPackages                             brandonjbegle/nova-4-slack-channel-field - 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. [Database &amp; ORM](/categories/database)
4. /
5. brandonjbegle/nova-4-slack-channel-field

ActiveLibrary[Database &amp; ORM](/categories/database)

brandonjbegle/nova-4-slack-channel-field
========================================

This Nova Package is a searchable select for storing your slack channel information in a database field.

v0.1.4(3y ago)096MITVuePHP ^8.0

Since Nov 13Pushed 3y ago1 watchersCompare

[ Source](https://github.com/brandonjbegle/nova-4-slack-channel-field)[ Packagist](https://packagist.org/packages/brandonjbegle/nova-4-slack-channel-field)[ RSS](/packages/brandonjbegle-nova-4-slack-channel-field/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (5)Dependencies (2)Versions (6)Used By (0)

Nova Slack Channel Select Field Package
=======================================

[](#nova-slack-channel-select-field-package)

This Nova Package is a searchable select for storing your slack channel information in a database field.

[![](https://camo.githubusercontent.com/4d7e52e4828b96f0bce9829d80c8366a0298476526c5d322b61a7de5e2b71e9a/68747470733a2f2f62772d7075626c69632d696d616765732e73332d75732d656173742d322e616d617a6f6e6177732e636f6d2f6578616d706c652e706e67)](https://camo.githubusercontent.com/4d7e52e4828b96f0bce9829d80c8366a0298476526c5d322b61a7de5e2b71e9a/68747470733a2f2f62772d7075626c69632d696d616765732e73332d75732d656173742d322e616d617a6f6e6177732e636f6d2f6578616d706c652e706e67)

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

[](#installation)

You can install the package in to a Laravel app that uses Nova via composer:

```
composer require brandonjbegle/nova-4-slack-channel-field
```

Now publish config file:

```
php artisan vendor:publish --provider="BrandonJBegle\SlackChannel\FieldServiceProvider"
```

Create a Slack App, install it to your workspace, and retrieve your bot token. [Complete Instructions Here](./docs/SLACK.md)

Add the key and token to your `.env` file

```
SLACK_OAUTH_TOKEN=############################
```

Usage
-----

[](#usage)

Add the field to your Nova Resource:

```
use BrandonJBegle\SlackChannel\SlackChannel;
// ....

SlackChannel::make('Slack Channel'),

// Specify channel types https://api.slack.com/methods/conversations.list#arg_types
SlackChannel::make('Slack Channel')
          ->types('public_channel,private_channel'),
```

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity45

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

Total

5

Last Release

1276d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/ce744c8cd66a48e4b7b2a26158503bf777e6ef6bfdb189cd2b86caa86f387636?d=identicon)[brandonjbegle](/maintainers/brandonjbegle)

---

Top Contributors

[![brandonjbegle](https://avatars.githubusercontent.com/u/22717872?v=4)](https://github.com/brandonjbegle "brandonjbegle (11 commits)")

---

Tags

laravelslackfieldnova

### Embed Badge

![Health badge](/badges/brandonjbegle-nova-4-slack-channel-field/health.svg)

```
[![Health](https://phpackages.com/badges/brandonjbegle-nova-4-slack-channel-field/health.svg)](https://phpackages.com/packages/brandonjbegle-nova-4-slack-channel-field)
```

###  Alternatives

[whitecube/nova-flexible-content

Flexible Content &amp; Repeater Fields for Laravel Nova.

8053.0M25](/packages/whitecube-nova-flexible-content)[cybercog/laravel-nova-ban

A Laravel Nova banning functionality for your application.

40199.8k](/packages/cybercog-laravel-nova-ban)[stepanenko3/nova-json

Nova json field to spread a json column throughout multiple fields.

42249.7k](/packages/stepanenko3-nova-json)[optimistdigital/nova-notes-field

This Laravel Nova package adds a notes field to Nova's arsenal of fields.

52139.5k](/packages/optimistdigital-nova-notes-field)[digital-creative/nova-filepond

A Nova field for uploading File, Image and Video using filepond.

5568.0k1](/packages/digital-creative-nova-filepond)[outl1ne/nova-color-field

A Laravel Nova Color Picker field.

26249.4k](/packages/outl1ne-nova-color-field)

PHPackages © 2026

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