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

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

tfarla/changelog-parser
=======================

Extract release information from the changelog

0.1.0(7y ago)13773[7 PRs](https://github.com/tomodutch/changelog-parser/pulls)MITPHPPHP ~7.1

Since May 19Pushed 3y ago1 watchersCompare

[ Source](https://github.com/tomodutch/changelog-parser)[ Packagist](https://packagist.org/packages/tfarla/changelog-parser)[ RSS](/packages/tfarla-changelog-parser/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (7)Versions (8)Used By (0)

Changelog parser
================

[](#changelog-parser)

[![Packagist](https://camo.githubusercontent.com/ddf063416a9e252934d549af0fef1afcb7883087f2e3e4789da69b6e18abd10d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f544661726c612f6368616e67656c6f672d7061727365722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/tfarla/changelog-parser)[![Travis](https://camo.githubusercontent.com/906a7820ea00575ddda650945ad53ab55c4210bb44e468d8c84c40f5f93cd20e/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f544661726c612f6368616e67656c6f672d7061727365722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/TFarla/changelog-parser)[![Coveralls github](https://camo.githubusercontent.com/c2c7f9580ad0ab534f2eef6238f7170971628b23622e36faf78878e069409ad2/68747470733a2f2f696d672e736869656c64732e696f2f636f766572616c6c732f6769746875622f544661726c612f6368616e67656c6f672d7061727365722e7376673f7374796c653d666c61742d737175617265)](https://coveralls.io/github/TFarla/changelog-parser)[![license](https://camo.githubusercontent.com/7123c32787e013be5a8a13598ad01f562754637ed6141e89b02e85bf16d3e63e/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6d6173686170652f6170697374617475732e7376673f7374796c653d666c61742d737175617265)](https://opensource.org/licenses/MIT)

Requirements
------------

[](#requirements)

- php 7.1 or greater ([supported versions](http://php.net/supported-versions.php))

Why
---

[](#why)

A changelog contains information about all the changes in a project. This parsers can be used to extract information about a specific release. That information may then be distributed towards your friends, clients, colleagues and other parties.

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

[](#installation)

```
composer require tfarla/changelog-parser
```

Usage
-----

[](#usage)

Given we have the following markdown file:

```
## 1.0.0 - 2018-12-20
### Added
- A cool new feature

### Changed
- that thing that was too complex
- slow code into fast code

### Removed
- A gastly bug
```

When we parse that markdown file using the `MarkdownParser`:

```
