PHPackages                             rorichster/whatsnew - 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. rorichster/whatsnew

ActivePackage

rorichster/whatsnew
===================

Simple package for adding What's New to your app

09PHP

Since May 7Pushed 10y ago1 watchersCompare

[ Source](https://github.com/rorichster/WhatsNew)[ Packagist](https://packagist.org/packages/rorichster/whatsnew)[ RSS](/packages/rorichster-whatsnew/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel 5 Simple application to add What's New
==============================================

[](#laravel-5-simple-application-to-add-whats-new)

Simple app to add version and changes to your app. This I used in my projects to easy provide changes to clients through API.

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

[](#installation)

**Install the Package via Composer:**

```
$ composer require rorichster/whatsnew
```

**Add the Service Provider to your `config/app.php` file:**

```
'providers' => array(
	...
	Rorichster\WhatsNew\WhatsNewServiceProvider::class,
	...
)
```

Publish package's files:

```
$ php artisan vendor:publish
```

Run database migrations:

```
$ php artisan migrate
```

Usage
-----

[](#usage)

Point to /whatsnew and you will able to view already inserted versions. Or create new. Enjoy.

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/f2f83f7fc2e4f61c574573121f2cb7c22c975b8610613806064e3b630a1053cd?d=identicon)[rorichster](/maintainers/rorichster)

---

Top Contributors

[![rorichster](https://avatars.githubusercontent.com/u/291208?v=4)](https://github.com/rorichster "rorichster (9 commits)")

### Embed Badge

![Health badge](/badges/rorichster-whatsnew/health.svg)

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

PHPackages © 2026

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