PHPackages                             codecycler/laravel-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. codecycler/laravel-changelog

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

codecycler/laravel-changelog
============================

This is my package laravel-changelog

1.0.2(4y ago)07[3 PRs](https://github.com/codecyclernl/laravel-changelog/pulls)MITPHPPHP ^8.0

Since Feb 4Pushed 2y ago1 watchersCompare

[ Source](https://github.com/codecyclernl/laravel-changelog)[ Packagist](https://packagist.org/packages/codecycler/laravel-changelog)[ Docs](https://github.com/codecycler/laravel-changelog)[ GitHub Sponsors](https://github.com/Codecycler)[ RSS](/packages/codecycler-laravel-changelog/feed)WikiDiscussions main Synced today

READMEChangelog (3)Dependencies (17)Versions (7)Used By (0)

This is my package laravel-changelog
====================================

[](#this-is-my-package-laravel-changelog)

[![Latest Version on Packagist](https://camo.githubusercontent.com/3bfb6f9086559ac2454c5bd3c0839f7c50d7c495fbe3d7fe56e81686bcd8747a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f636f64656379636c65722f6c61726176656c2d6368616e67656c6f672e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/codecycler/laravel-changelog)[![GitHub Tests Action Status](https://camo.githubusercontent.com/e0a1a1dac7520f1887ecea58cfd2e0fea1d3300ddf7ecab494b0d8df38b1dec0/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f636f64656379636c65722f6c61726176656c2d6368616e67656c6f672f72756e2d74657374733f6c6162656c3d7465737473)](https://github.com/codecycler/laravel-changelog/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/4996a9fea4da25ac9ea7fb0577763fdcf5e5e553115342ff89b62240fd2a1a15/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f636f64656379636c65722f6c61726176656c2d6368616e67656c6f672f436865636b253230262532306669782532307374796c696e673f6c6162656c3d636f64652532307374796c65)](https://github.com/codecycler/laravel-changelog/actions?query=workflow%3A%22Check+%26+fix+styling%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/3e183ed7a2dc512b641f76a564be71849b79051d2c1f0a27040bb92b7f4be7c7/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f636f64656379636c65722f6c61726176656c2d6368616e67656c6f672e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/codecycler/laravel-changelog)

This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.

Support us
----------

[](#support-us)

[![](https://camo.githubusercontent.com/3b6efdc7a221e98516124b6bfcd00cf8f23907498db99b80135ebe3159b19526/68747470733a2f2f6769746875622d6164732e73332e65752d63656e7472616c2d312e616d617a6f6e6177732e636f6d2f6c61726176656c2d6368616e67656c6f672e6a70673f743d31)](https://spatie.be/github-ad-click/laravel-changelog)

We invest a lot of resources into creating [best in class open source packages](https://spatie.be/open-source). You can support us by [buying one of our paid products](https://spatie.be/open-source/support-us).

We highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on [our contact page](https://spatie.be/about-us). We publish all received postcards on [our virtual postcard wall](https://spatie.be/open-source/postcards).

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

[](#installation)

You can install the package via composer:

```
composer require codecycler/laravel-changelog
```

### Github

[](#github)

You can connect your application to your GitHub repository by adding an env variable with a user access token.

```
RELEASE_GH_API_KEY=...
```

You can publish the config file with:

```
php artisan vendor:publish --tag="laravel-changelog-config"
```

This is the contents of the published config file:

```
return [
    /**
     * The adapter being used by the package to get the releases.
     */
    'releaseAdapter' => \Codecycler\Changelog\Adapters\GithubAdapter::class,

    /**
     * The repository which should be used for release lookup.
     */
    'repository' => 'learnkit-dev/rubricsmaken-site',
];
```

Adjust the config to your needs.

Optionally, you can publish the views using

```
php artisan vendor:publish --tag="laravel-changelog-views"
```

Usage
-----

[](#usage)

### Filament page

[](#filament-page)

You can view the changelog on the `/admin/changelog` page.

### Frontend

[](#frontend)

```

```

### Filament dashboard widget

[](#filament-dashboard-widget)

You can register the `Codecycler\Changelog\Filament\Widgets\LatestVersion` widget to show the latest version on your dashboard.

Testing
-------

[](#testing)

Currently there are no tests yet.

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Sebastiaan Kloos](https://github.com/codecyclernl)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

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

3

Last Release

1610d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/6506510?v=4)[Sebastiaan Kloos](/maintainers/SebastiaanKloos)[@SebastiaanKloos](https://github.com/SebastiaanKloos)

---

Top Contributors

[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (12 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (12 commits)")[![SebastiaanKloos](https://avatars.githubusercontent.com/u/6506510?v=4)](https://github.com/SebastiaanKloos "SebastiaanKloos (10 commits)")

---

Tags

laravelcodecyclerlaravel-changelog

###  Code Quality

TestsPest

### Embed Badge

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

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

###  Alternatives

[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3914.6k](/packages/rawilk-profile-filament-plugin)[nativephp/mobile

NativePHP for Mobile

1.1k75.1k91](/packages/nativephp-mobile)[stephenjude/filament-jetstream

A Laravel starter kit built with Filament inspired by Jetstream.

17760.2k3](/packages/stephenjude-filament-jetstream)[stephenjude/filament-debugger

About

104162.2k2](/packages/stephenjude-filament-debugger)[simplestats-io/laravel-client

Server-side analytics for Laravel that follows the full funnel from visit to registration to payment, attributed to the channel that drove it. Revenue, MRR, churn and ad-spend profit (ROAS/CAC) per channel. GDPR compliant, ad-blocker proof.

5021.9k](/packages/simplestats-io-laravel-client)[aeliot/todo-registrar

Register TODOs from source code in issue tracker

153.0k](/packages/aeliot-todo-registrar)

PHPackages © 2026

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