PHPackages                             falcon758/lavaliteposts - 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. falcon758/lavaliteposts

ActiveLibrary

falcon758/lavaliteposts
=======================

Channels package for postbuffer.

1.7(6y ago)014MITHTMLPHP &gt;=7.0

Since Apr 1Pushed 6y ago1 watchersCompare

[ Source](https://github.com/falcon758/lavaliteposts)[ Packagist](https://packagist.org/packages/falcon758/lavaliteposts)[ RSS](/packages/falcon758-lavaliteposts/feed)WikiDiscussions master Synced today

READMEChangelog (8)DependenciesVersions (9)Used By (0)

Lavalite package that provides channels management facility for the cms.

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

[](#installation)

Begin by installing this package through Composer. Edit your project's `composer.json` file to require `postbuffer/channels`.

```
"falcon758/lavaliteposts": "*"

```

Next, update Composer from the Terminal:

```
composer update

```

Once this operation completes execute below cammnds in command line to finalize installation.

```
Postbuffer\Channels\Providers\ChannelsServiceProvider::class,

```

And also add it to alias

```
'Channels'  => Postbuffer\Channels\Facades\Channels::class,

```

Publishing files and migraiting database.
-----------------------------------------

[](#publishing-files-and-migraiting-database)

**Migration and seeds**

```
php artisan migrate
php artisan db:seed --class=Postbuffer\\ChannelsTableSeeder

```

**Publishing configuration**

```
php artisan vendor:publish --provider="Postbuffer\Channels\Providers\ChannelsServiceProvider" --tag="config"

```

**Publishing language**

```
php artisan vendor:publish --provider="Postbuffer\Channels\Providers\ChannelsServiceProvider" --tag="lang"

```

**Publishing views**

```
php artisan vendor:publish --provider="Postbuffer\Channels\Providers\ChannelsServiceProvider" --tag="view"

```

### Web Urls

[](#web-urls)

**Admin**

```
http://path-to-route-folder/admin/channels/{modulename}

```

**User**

```
http://path-to-route-folder/user/channels/{modulename}

```

**Public**

```
http://path-to-route-folder/channels

```

### API endpoints

[](#api-endpoints)

**List**

```
http://path-to-route-folder/api/user/channels/{modulename}
METHOD: GET

```

**Create**

```
http://path-to-route-folder/api/user/channels/{modulename}
METHOD: POST

```

**Edit**

```
http://path-to-route-folder/api/user/channels/{modulename}/{id}
METHOD: PUT

```

**Delete**

```
http://path-to-route-folder/api/user/channels/{modulename}/{id}
METHOD: DELETE

```

**Public List**

```
http://path-to-route-folder/api/channels/{modulename}
METHOD: GET

```

**Public Single**

```
http://path-to-route-folder/api/channels/{modulename}/{slug}
METHOD: GET

```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity56

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

8

Last Release

2228d ago

PHP version history (3 changes)1.0PHP &gt;=5.6.4

1.2PHP &gt;=7.0

1.3PHP ^7.1.3

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2040462?v=4)[falcon758](/maintainers/falcon758)[@falcon758](https://github.com/falcon758)

---

Top Contributors

[![falcon758](https://avatars.githubusercontent.com/u/2040462?v=4)](https://github.com/falcon758 "falcon758 (37 commits)")

---

Tags

lavalitechannels

### Embed Badge

![Health badge](/badges/falcon758-lavaliteposts/health.svg)

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

###  Alternatives

[composer/installers

A multi-framework Composer library installer

1.4k136.0M6.0k](/packages/composer-installers)[lavalite/cms

Lavalite - The Laravel CMS.

2.9k56.3k](/packages/lavalite-cms)[simonbackx/slack-php-webhook

Post messages to your Slack channels with this easy to use library.

41837.3k2](/packages/simonbackx-slack-php-webhook)[lavalite/framework

The lavalite framework

6060.9k1](/packages/lavalite-framework)[williamcruzme/laravel-fcm

A powerful Laravel package to send Push Notifications

6513.3k](/packages/williamcruzme-laravel-fcm)[thecoder/laravel-monolog-telegram

Telegram Handler for Monolog

2939.5k](/packages/thecoder-laravel-monolog-telegram)

PHPackages © 2026

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