PHPackages                             webbundels/changelog - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. webbundels/changelog

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

webbundels/changelog
====================

Webbundels changelog

1.3.3(1y ago)0124MITPHP

Since Oct 12Pushed 1y ago2 watchersCompare

[ Source](https://github.com/webbundels/changelog)[ Packagist](https://packagist.org/packages/webbundels/changelog)[ RSS](/packages/webbundels-changelog/feed)WikiDiscussions main Synced today

READMEChangelog (7)Dependencies (1)Versions (9)Used By (0)

Changelog
=========

[](#changelog)

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

[](#installation)

1. Add the package to your project.

```
composer require webbundels/changelog
```

2. Migrate the database.

```
php artisan migrate
```

View permissions
----------------

[](#view-permissions)

1. Add the method 'getChangelogViewableAttribute' to your user model.
2. Write logic in this method that determines if the user can view the changelog page.

```
public function getChangelogViewableAttribute() :bool
{
    return $this->can('view_changelog');
}
```

Edit permissions
----------------

[](#edit-permissions)

1. Add the method 'getChangelogEditableAttribute' to your user model.
2. Write logic in this method that determines if the user can edit the changelog page.

```
public function getChangelogEditableAttribute() :bool
{
    return $this->can('edit_changelog');
}
```

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance36

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity60

Established project with proven stability

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

Recently: every ~315 days

Total

7

Last Release

721d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/544cd892539a5acad8de96fade0370d71d800eba649e0bc1efec0c81c8ad68c4?d=identicon)[nickvleeuwen](/maintainers/nickvleeuwen)

---

Top Contributors

[![nickvleeuwen](https://avatars.githubusercontent.com/u/6236168?v=4)](https://github.com/nickvleeuwen "nickvleeuwen (5 commits)")

### Embed Badge

![Health badge](/badges/webbundels-changelog/health.svg)

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

###  Alternatives

[me-io/php-lodash

A full-on PHP manipulation utility-belt that provides support for the usual functional.

39104.0k](/packages/me-io-php-lodash)[northwestern-sysdev/dynamic-forms

Dynamic Forms for Laravel

4759.7k2](/packages/northwestern-sysdev-dynamic-forms)

PHPackages © 2026

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