PHPackages                             lovec/db-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. [Database &amp; ORM](/categories/database)
4. /
5. lovec/db-changelog

ActiveLibrary[Database &amp; ORM](/categories/database)

lovec/db-changelog
==================

Db changelog handles changes in db structure.

v1.1.0(9y ago)14.5kMITPHPPHP &gt;=5.5

Since Oct 1Pushed 7y ago3 watchersCompare

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

READMEChangelog (5)Dependencies (5)Versions (8)Used By (0)

Db changelog handles changes in db structure.
=============================================

[](#db-changelog-handles-changes-in-db-structure)

[![Build Status](https://camo.githubusercontent.com/899e26f1189fd8c867e14a4e309ff6cfbbf892910020a6149c3280a2a63c1a9b/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6c6f7665632f44624368616e67656c6f672f74657374732e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/lovec/DbChangelog)[![Quality Score](https://camo.githubusercontent.com/64e20c5208aae0b4d8c10c8d8d1ca84847e06e5b9fafbab25fffcca5bd772527/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f6c6f7665632f44624368616e67656c6f672e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/lovec/DbChangelog)[![Code Coverage](https://camo.githubusercontent.com/fd03834af5c818d6786e76b61fef2eb39a448d25de6b092ab828e567847d6df0/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f6c6f7665632f44624368616e67656c6f672e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/lovec/DbChangelog)[![Downloads this Month](https://camo.githubusercontent.com/cc2682b41a0781076c2f0f8858148caae9b5b8f99491aac3dca1572ef322a30e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646d2f6c6f7665632f64622d6368616e67656c6f672e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/lovec/db-changelog)[![Latest stable](https://camo.githubusercontent.com/2374c6814b13d234ae61b50b13b112e7cbb86737e9d29f50819b086bd793540a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6c6f7665632f64622d6368616e67656c6f672e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/lovec/db-changelog)

It is a module Changelog. You can access it from browser by http://*yourProject*/db-changelog/ If you make changes in structure, access the url above and insert your sql code. It will show up in your git changes to commit.

In development mode, changelog automatically detect pulled changes in database and show them to execute in your local database. In production. You need to manually go to http://*yourProject*/db-changelog/ and execute changes

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

[](#requirements)

- PHP 5.5
- Nette\\Database

Install
-------

[](#install)

Via Composer:

```
composer require lovec/db-changelog
```

Register extension in your `config.neon`:

```
extensions:
	changelog: Lovec\DbChangelog\DI\ChangelogExtension

changelog: # you can change these defaults
    dir: '%appDir%/changelog'
    table: changelog
```

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 53.2% 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 ~108 days

Recently: every ~78 days

Total

7

Last Release

3589d ago

Major Versions

v0.2.0 → v1.0.02015-09-02

PHP version history (2 changes)v0.1.0PHP &gt;=5.3.3

v0.2.0PHP &gt;=5.5

### Community

Maintainers

![](https://www.gravatar.com/avatar/344242a679e0be271c57393dcacbbfbf5f13115b7539fc3f8b7af059459f126c?d=identicon)[lovec](/maintainers/lovec)

---

Top Contributors

[![TomasVotruba](https://avatars.githubusercontent.com/u/924196?v=4)](https://github.com/TomasVotruba "TomasVotruba (25 commits)")[![RiKap](https://avatars.githubusercontent.com/u/6736715?v=4)](https://github.com/RiKap "RiKap (18 commits)")[![1josefnevoral](https://avatars.githubusercontent.com/u/1532335?v=4)](https://github.com/1josefnevoral "1josefnevoral (4 commits)")

### Embed Badge

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

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

###  Alternatives

[nette/caching

⏱ Nette Caching: library with easy-to-use API and many cache backends.

43518.6M367](/packages/nette-caching)[ssch/typo3-rector

Instant fixes for your TYPO3 PHP code by using Rector.

2592.8M262](/packages/ssch-typo3-rector)[kdyby/doctrine

Doctrine integration into Nette Framework

1091.0M86](/packages/kdyby-doctrine)[rector/rector-src

Instant Upgrade and Automated Refactoring of any PHP code

134391.5k12](/packages/rector-rector-src)[contributte/nextras-orm-generator

Nextras ORM Generator

20727.1k](/packages/contributte-nextras-orm-generator)[rixxi/gedmo

Gedmo Doctrine Extensions integration into Nette Framework using Kdyby/Doctrine

1368.2k1](/packages/rixxi-gedmo)

PHPackages © 2026

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