PHPackages                             morsapt/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. [API Development](/categories/api)
4. /
5. morsapt/changelog

ActiveLibrary[API Development](/categories/api)

morsapt/changelog
=================

Simple Changelog CRUD API to store markdown and parse it to HTML output

1.0.2(3y ago)061MITPHPPHP ^7.2 || ^8.0

Since May 11Pushed 3y ago1 watchersCompare

[ Source](https://github.com/morsapt/changelog)[ Packagist](https://packagist.org/packages/morsapt/changelog)[ RSS](/packages/morsapt-changelog/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (3)Dependencies (1)Versions (5)Used By (0)

Changelog
=========

[](#changelog)

A simple CRUD to maintain changelog markdown entries on database, and output it as HTML code.

### Disclaimer

[](#disclaimer)

This was the first package I made for Laravel so there might be some things missing or not complete. For that forgive me. Feel free to contribute, if you like. I made this because I needed to maintain the users informed about new version details. It was only intended for internal usage.

Install
-------

[](#install)

1. Install the package using composer.

```
composer require morsapt/changelog

```

2. Run the migration

```
php artisan migrate

```

this will create the changelog table with a `mpt_` prefix - `mpt_changelogs`

Endpoints
---------

[](#endpoints)

- `GET /changelogs` - return all changelog entries
- `GET /changelogs/{changelog_id}` - return specific changelog entry based on its PK (id)
- `POST /changelogs` - craete a changelog entry
- `PUT /changelogs/{changelog_id}` - update a changelog entry
- `DELETE /changelogs/{changelog_id}` - delete a changelog entry

### Sorting and Limiting

[](#sorting-and-limiting)

By default, `GET /changelogs` endpoint uses paginate and will paginate accordingly with `perPage` and `orderBy` parameters.

- `perPage` - with set the number of items per page that paginate with return:
    - max number of items is set **500**
    - it will only accept integer values; in case of an invalid value it will be set to 10 itens only.
- `orderBy` - array of parameters
    - order of parameters will change the sorting order for the query
    - values allowed: `ASC` and `DESC`
- `page` - page number (from Laravel pagination)

#### Example of GET

[](#example-of-get)

```
https://my.tld/api/changelogs?perPage=50orderBy[changelog]=ASC&orderBy[id]=DESC

```

This will get you 50 itens per page, sorting by `changelog` column ASCending and `id` column DESCending.

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity59

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

Total

3

Last Release

1142d ago

PHP version history (2 changes)1.0.0PHP &gt;=7.2

1.0.1PHP ^7.2 || ^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/30eb550d74bd97ef54c97303a28a97b85501dab45031d772052bbf16d0609350?d=identicon)[morsa](/maintainers/morsa)

---

Top Contributors

[![morsapt](https://avatars.githubusercontent.com/u/4512448?v=4)](https://github.com/morsapt "morsapt (2 commits)")

### Embed Badge

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

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

###  Alternatives

[statamic/cms

The Statamic CMS Core Package

4.8k3.2M718](/packages/statamic-cms)[phpdocumentor/phpdocumentor

Documentation Generator for PHP

4.4k3.1M874](/packages/phpdocumentor-phpdocumentor)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M270](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M186](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M33](/packages/facebook-php-business-sdk)[hubspot/api-client

Hubspot API client

23414.2M16](/packages/hubspot-api-client)

PHPackages © 2026

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