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

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

neondigital/changelog
=====================

A changelog package for Laravel

0.1.x-dev(6mo ago)0201MITBlade

Since Nov 10Pushed 6mo agoCompare

[ Source](https://github.com/neondigital/changelog)[ Packagist](https://packagist.org/packages/neondigital/changelog)[ RSS](/packages/neondigital-changelog/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (5)Versions (3)Used By (1)

Changelog
=========

[](#changelog)

Provide changelog updates to a select list of email addresses to show what has changed in your app.

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

[](#installation)

```
composer require neondigital/changelog

```

### Publish the configuration

[](#publish-the-configuration)

```
php artisan vendor:publish

```

Usage
-----

[](#usage)

### Create a changelog entry

[](#create-a-changelog-entry)

Changelog Markdown files live in the `changelog` directory at the root of your application and should be in named in `YYYY_MM_DD_XXXXXXX`.

```
---
title: Minor updates to the system
version: 1.0.3
changes:
    -
        type: fix
        title: "Documentation: fix typo and phrasing"
    -
        type: improvement
        title: Add clarity for opt-out telemetry during upgrade
    -
        type: fix
        title: Handle soft deleted purchasable on order lines
    -
        type: addition
        title: We added this thing so it's better
---

## What's Changed
* A new feature was added
```

### Sending update emails

[](#sending-update-emails)

You can send changelog notifications to an array of email addresses:

```
    Changelog::notifyOnRelease(function () : array {
        return ['user1@domain.com', 'user2@domain.com'];
    });
```

You can override the published views in `views/vendor/changelog`.

### Publishing a release

[](#publishing-a-release)

To publish a release and send out notifications you just need to call:

```
php artisan changelog:release
```

This will create a release manifest with the latest release and send out any emails as defined using the `notifiyOnRelease` method. The creation of the manifest file ensures you can call this command repeatedly without the worry of sending multiple notifications.

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance69

Regular maintenance activity

Popularity6

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity22

Early-stage or recently created project

 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

2

Last Release

184d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/6089840?v=4)[Neon Digital](/maintainers/neondigital)[@neondigital](https://github.com/neondigital)

---

Top Contributors

[![actions-user](https://avatars.githubusercontent.com/u/65916846?v=4)](https://github.com/actions-user "actions-user (5 commits)")

### Embed Badge

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

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

###  Alternatives

[wireui/wireui

TallStack components

1.8k1.3M16](/packages/wireui-wireui)[ramonrietdijk/livewire-tables

Dynamic tables for models with Laravel Livewire

21147.4k](/packages/ramonrietdijk-livewire-tables)[mrmarchone/laravel-auto-crud

Laravel Auto CRUD helps you streamline development and save time.

28711.8k2](/packages/mrmarchone-laravel-auto-crud)

PHPackages © 2026

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