PHPackages                             fucodo/lastchanges - 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. fucodo/lastchanges

ActiveNeos-package[Utility &amp; Helpers](/categories/utility)

fucodo/lastchanges
==================

0650↓50%PHP

Since Sep 19Pushed 8mo agoCompare

[ Source](https://github.com/fucodo/lastchanges)[ Packagist](https://packagist.org/packages/fucodo/lastchanges)[ RSS](/packages/fucodo-lastchanges/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

fucodo.lastchanges
==================

[](#fucodolastchanges)

fucodo.lastchanges is a PHP Package for kaystrobach.backend, which can display the last changes from a Changelog.md file.

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

[](#installation)

Use composer to install the package

```
composer install fucodo/lastchanges
```

Usage with typo3/surf
---------------------

[](#usage-with-typo3surf)

create a task

```
    $workflow->defineTask(
        'SaveGitHistory',
        'TYPO3\\Surf\\Task\\LocalShellTask',
        array(
            'command' => 'cd {workspacePath}; git log --pretty=format:"* %as - %s" --since="7 days ago" > Changelog.md',
            'logOutput' => TRUE
        )
    );
```

run it after git checkout and updates

```
    // ...
    $deployment->onInitialize(function() use ($workflow, $application) {
        // ...
        $workflow->beforeTask(
            'TYPO3\Surf\DefinedTask\Composer\LocalInstallTask',
            array(
                'SaveGitHistory'
            )
        );
        // ...
    }
    // ...
```

Contributing
------------

[](#contributing)

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License
-------

[](#license)

[MIT](https://choosealicense.com/licenses/mit/)

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance43

Moderate activity, may be stable

Popularity17

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity13

Early-stage or recently created project

 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/3c6681704a769ab93a20ba54d94054d0f3f1e81b99341e8cfa29d91f6d8f16fb?d=identicon)[kaystrobach](/maintainers/kaystrobach)

---

Top Contributors

[![kaystrobach](https://avatars.githubusercontent.com/u/1185776?v=4)](https://github.com/kaystrobach "kaystrobach (3 commits)")

### Embed Badge

![Health badge](/badges/fucodo-lastchanges/health.svg)

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

PHPackages © 2026

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