PHPackages                             symvaro/release-notes - 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. symvaro/release-notes

ActiveLibrary

symvaro/release-notes
=====================

1.0.0(6y ago)2181MITPHPCI failing

Since Apr 20Pushed 1y ago2 watchersCompare

[ Source](https://github.com/symvaro/release-notes)[ Packagist](https://packagist.org/packages/symvaro/release-notes)[ RSS](/packages/symvaro-release-notes/feed)WikiDiscussions master Synced 6d ago

READMEChangelogDependencies (1)Versions (2)Used By (0)

Release Notes
-------------

[](#release-notes)

Laravel package to create and manage markdown release notes.

### Installation

[](#installation)

Composer

```
composer require symvaro/release-notes

```

And optionally add the Facade

```
'ReleaseNotes' => Symvaro\ReleaseNotes\Facades\ReleaseNotes::class,

```

and **publish the config file** for view path customization.

### Usage

[](#usage)

Creating a new Note (from terminal)

```
artisan release:note name_for_the_update

```

```
artisan release:note "Super tolle neue Features"

```

This automatically creates `.md` files for every language used in your application. The default directory is `resources/views/release/`.

Retrieving all release notes, sorted by date created, for current set language

```
\ReleaseNotes::notesForCurrentLocale();

```

Retrieving most recent 10 notes

```
\ReleaseNotes::notesForCurrentLocale(null, 10);

```

Retrieving notes after a specific date

```
\ReleaseNotes::notesForCurrentLocale(new \DateTime());

```

Retrieving only the most recent note

```
\ReleaseNotes::lastNoteForCurrentLocale()

```

Using a custom language

```
\ReleaseNotes::notesForLocale('de');

```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance28

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 53.8% 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

Unknown

Total

1

Last Release

2219d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/21fc785ff0025393ea3c12a0af8d901afa92fe9c7e876cc1fbaeb604a2b42431?d=identicon)[apreiml](/maintainers/apreiml)

---

Top Contributors

[![dbaeck](https://avatars.githubusercontent.com/u/927205?v=4)](https://github.com/dbaeck "dbaeck (7 commits)")[![apreiml](https://avatars.githubusercontent.com/u/350183?v=4)](https://github.com/apreiml "apreiml (6 commits)")

### Embed Badge

![Health badge](/badges/symvaro-release-notes/health.svg)

```
[![Health](https://phpackages.com/badges/symvaro-release-notes/health.svg)](https://phpackages.com/packages/symvaro-release-notes)
```

###  Alternatives

[anourvalar/eloquent-serialize

Laravel Query Builder (Eloquent) serialization

11320.2M21](/packages/anourvalar-eloquent-serialize)[namu/wirechat

A Laravel Livewire messaging app for teams with private chats and group conversations.

54324.5k](/packages/namu-wirechat)[statamic-rad-pack/runway

Eloquently manage your database models in Statamic.

135192.6k5](/packages/statamic-rad-pack-runway)

PHPackages © 2026

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