Libraries tagged by mock time
kumatch/dateclock
31 Downloads
Creates current date/time, or stop.
cemerson/clock
1982 Downloads
Ultra-simple clock abstraction for PHP 7+, allowing developers to properly mock time-related functions
narrowspark/testing-helper
61077 Downloads
Provides test helpers.
moc/synchronizeurl
6140 Downloads
Neos CMS package that keep page titles and URLs in sync by updating the URL every time the title changes
tijmenwierenga/guzzle-mock-handler
1078 Downloads
A better Guzzle mock handler
tomener/phpmock
10 Downloads
phpmock is a simulation data generator, mock data generator
fostam/filelock
22690 Downloads
Simple file based locking with lock timeout and exceptions
arzzen/php-time-lock-encryption
104 Downloads
Time Lock Encryption Class
model/lock
770 Downloads
Wrapper around symfony/lock to support timeouts in blocking locks
mouf/utils.common.lock
67245 Downloads
A simple package that provides functions to get a lock. Typically, you want to use locks when you want to be sure that 2 actions do not happen at the same time. For instance, if you regularly schedule cron tasks, you might want to be sure the last cron task finished before running the new one. A lock can help you do that.
alex/mutexlock
2525 Downloads
MutexLock makes sure that a cron job defined in multiple identical web servers will not execute more than one task at a time. Backed by Redis.
tarun-singhal/page-lock
12 Downloads
For muti user access of the web-page then lock the same web page irrespective of browser using for a pre-defined time intervel.
emmetog/locker
24 Downloads
A library that allows only one process to execute at a time
bonsaicode/filelock
11 Downloads
Used to prevent a script from being run more than once at the same time by providing mutex functionality via locking a file on the local machine.
thenexxuz/utils
15 Downloads
A few common helpers for debugging. PID file lock out class and time measurement class.