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

ActiveLibrary

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

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 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity58

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

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

[spatie/laravel-health

Monitor the health of a Laravel application

85810.0M83](/packages/spatie-laravel-health)[guava/filament-knowledge-base

A filament plugin that adds a knowledge base and help to your filament panel(s).

206120.5k1](/packages/guava-filament-knowledge-base)[vormkracht10/laravel-mails

Laravel Mails can collect everything you might want to track about the mails that has been sent by your Laravel app.

24149.7k](/packages/vormkracht10-laravel-mails)[muhammadhuzaifa/telescope-guzzle-watcher

Telescope Guzzle Watcher provide a custom watcher for intercepting http requests made via guzzlehttp/guzzle php library. The package uses the on\_stats request option for extracting the request/response data. The watcher intercept and log the request into the Laravel Telescope HTTP Client Watcher.

98239.8k1](/packages/muhammadhuzaifa-telescope-guzzle-watcher)[ralphjsmit/livewire-urls

Get the previous and current url in Livewire.

82270.3k4](/packages/ralphjsmit-livewire-urls)[spatie/laravel-mailcoach-sdk

An SDK to easily work with the Mailcoach API in Laravel apps

41290.2k1](/packages/spatie-laravel-mailcoach-sdk)

PHPackages © 2026

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