giacomofurlan / browser-game-time-machine
A set of common time-based browser games' logics
Package info
github.com/elegos/BrowserGame-TimeMachine
pkg:composer/giacomofurlan/browser-game-time-machine
Requires
- php: >=7.0.4
- phpunit/phpunit: 5.5.5
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is auto-updated.
Last update: 2026-09-09 18:07:52 UTC
README
by Giacomo Furlan <giacomo@giacomofurlan.name>
This library aims to help browser game developers to have a set of time-based algorithms ready to be used in their projects.
It includes a GiacomoFurlan\TimeMachine\Interfaces\TimeMachineInterface interface and a standard implementation of it (GiacomoFurlan\TimeMachine\Services\TimeMachine), including the interfaces needed to let your classes work with the service.
PSR-4 compliant (src/ => GiacomoFurlan\TimeMachine\)