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 3d 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

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity46

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

1329d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/22717872?v=4)[Brandon Begle](/maintainers/brandonjbegle)[@brandonjbegle](https://github.com/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

[dniccum/phone-number

A Laravel Nova phone number field with input masking and validation support.

70467.4k](/packages/dniccum-phone-number)[markwalet/nova-modal-response

A Laravel Nova asset for Modal responses on an action.

17878.9k](/packages/markwalet-nova-modal-response)[cybercog/laravel-nova-ban

A Laravel Nova banning functionality for your application.

42205.7k](/packages/cybercog-laravel-nova-ban)[outl1ne/nova-color-field

A Laravel Nova Color Picker field.

26263.8k](/packages/outl1ne-nova-color-field)[optimistdigital/nova-color-field

A Laravel Nova Color Picker field.

26256.9k](/packages/optimistdigital-nova-color-field)[mostafaznv/nova-laracache

LaraCache Tool for Laravel Nova

114.0k](/packages/mostafaznv-nova-laracache)

PHPackages © 2026

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