Download the PHP package opatrickvico/history without Composer
On this page you can find all versions of the php package opatrickvico/history. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download opatrickvico/history
More information about opatrickvico/history
Files in opatrickvico/history
Download opatrickvico/history
More information about opatrickvico/history
Files in opatrickvico/history
Vendor opatrickvico
Package history
Short Description Class that implements the memento pattern poorly, allowing for undo/redo functionality;
License
Package history
Short Description Class that implements the memento pattern poorly, allowing for undo/redo functionality;
License
Please rate this library. Is it a good library?
Informations about the package history
History-PHP
Simple PHP class that (poorly) implements the memento pattern for undo/redo features.
How to use it
The class has three methods:
- addHistory: Takes the state you want to register. Everytime the state is changed, new history must be added;
- undo: Returns the previous state;
- redo: Returns the state ahead.
All versions of history with dependencies
PHP Build Version
Package Version
No informations.
The package opatrickvico/history contains the following files
Loading the files please wait ...