PHPackages                             mortenscheel/release-notes-cli - 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. [CLI &amp; Console](/categories/cli)
4. /
5. mortenscheel/release-notes-cli

ActiveProject[CLI &amp; Console](/categories/cli)

mortenscheel/release-notes-cli
==============================

Show formatted Github release notes in the terminal.

v0.6(2y ago)236MITPHPPHP ^8.1

Since Nov 6Pushed 2y ago1 watchersCompare

[ Source](https://github.com/mortenscheel/release-notes-cli)[ Packagist](https://packagist.org/packages/mortenscheel/release-notes-cli)[ Docs](https://github.com/mortenscheel/release-notes-cli)[ RSS](/packages/mortenscheel-release-notes-cli/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (5)Dependencies (13)Versions (21)Used By (0)

Release notes CLI
=================

[](#release-notes-cli)

A command-line tool to find and show the release notes for a specific Github repository or Composer package.

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

[](#installation)

#### Composer

[](#composer)

Requirements: Linux or Mac with PHP 8.1 and Composer installed.

```
composer global require mortenscheel/release-notes-cli
```

#### Docker

[](#docker)

```
docker run --rm -it mono2990/release-notes {repo}
```

You can optionally pass your Github token using an environment variable:

```
docker run --rm -it -e RELEASE_NOTES_GITHUB_TOKEN={token} mono2990/release-notes {repo}
```

Caching is not supported when running in docker

Usage
-----

[](#usage)

```
release-notes  [options]

Arguments:
  name                  Name of the repository or package

Options:
  --tag[=TAG]           Specific tag
  --from[=FROM]         From version
  --to[=TO]             To version
  --help                Display help

Note:
  If neither --tag, --from or --too is provided, only the latest release will be displayed

```

#### Show latest release notes

[](#show-latest-release-notes)

```
release-notes laravel/framework
```

#### Show release notes for specific tag

[](#show-release-notes-for-specific-tag)

```
release-notes laravel/framework --tag v9.34.0
```

#### Show all releases since specific version

[](#show-all-releases-since-specific-version)

```
release-notes laravel/framework --from 9.0
```

Caching
-------

[](#caching)

To enable caching, run

```
release-notes cache:init
```

The cache can be flushed manually by running

```
release-notes cache:clear
```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 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 ~13 days

Recently: every ~28 days

Total

20

Last Release

1027d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/6514342?v=4)[Morten Scheel](/maintainers/mortenscheel)[@mortenscheel](https://github.com/mortenscheel)

---

Top Contributors

[![mortenscheel](https://avatars.githubusercontent.com/u/6514342?v=4)](https://github.com/mortenscheel "mortenscheel (33 commits)")

---

Tags

cligithubrelease-notescliconsolelaravel-zeropackagistrelease notes

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

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

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

###  Alternatives

[nunomaduro/collision

Cli error handling for console/command-line PHP applications.

4.6k331.8M8.5k](/packages/nunomaduro-collision)[laravel-zero/framework

The Laravel Zero Framework.

3371.4M369](/packages/laravel-zero-framework)[mehrancodes/laravel-harbor

A CLI tool to Quickly create On-Demand preview environment for your apps.

9989.0k](/packages/mehrancodes-laravel-harbor)[nunomaduro/laravel-console-menu

Laravel Console Menu is an output method for your Laravel/Laravel Zero commands.

815412.0k48](/packages/nunomaduro-laravel-console-menu)[pantheon-systems/terminus

A command line interface for Pantheon

3391.5M13](/packages/pantheon-systems-terminus)[nunomaduro/laravel-console-task

Laravel Console Task is a output method for your Laravel/Laravel Zero commands.

2582.1M11](/packages/nunomaduro-laravel-console-task)

PHPackages © 2026

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