fiisoft / changeskeeper
Package to track changes of values hold by other variables.
1.1.1
2017-11-12 15:50 UTC
Requires
- php: >=5.6.0
This package is not auto-updated.
Last update: 2024-11-05 18:23:08 UTC
README
ChangesKeeper
is a class to track changes of values hold by variables and retrieve them as a list of changes.
Additionaly it has component ChangesHistoryGenerator to produce list of messages that describe those changes.
My advice is - do not use it unless you are enough strong mentally to immune for such bad code.