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(2y ago)0175MITPHP

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 1w ago

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

31

—

LowBetter than 65% of packages

Maintenance30

Infrequent updates — may be unmaintained

Popularity14

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

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

[tobiassjosten/boris-loader

Loads project specific contexts into Boris REPL

2830.1k](/packages/tobiassjosten-boris-loader)[werxe/laravel-collection-macros

Custom Laravel Collection macros.

2627.7k](/packages/werxe-laravel-collection-macros)[limewell/laravel-make-extender

This package helps to generate and autoload custom helpers, It can generate multilevel helpers in the context of the directory.

367.1k](/packages/limewell-laravel-make-extender)

PHPackages © 2026

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