Libraries tagged by mock time
knutle/pest-mock-recorder
85 Downloads
Lets you easily bind a mock to the service container that can flexibly record history every time it is used
kumatch/dateclock
30 Downloads
Creates current date/time, or stop.
moc/synchronizeurl
5946 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
1048 Downloads
A better Guzzle mock handler
tomener/phpmock
9 Downloads
phpmock is a simulation data generator, mock data generator
narrowspark/testing-helper
60873 Downloads
Provides test helpers.
fostam/filelock
18591 Downloads
Simple file based locking with lock timeout and exceptions
mouf/utils.common.lock
66531 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.
arzzen/php-time-lock-encryption
51 Downloads
Time Lock Encryption Class
model/lock
522 Downloads
Wrapper around symfony/lock to support timeouts in blocking locks
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
11 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
22 Downloads
A library that allows only one process to execute at a time
bonsaicode/filelock
9 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
14 Downloads
A few common helpers for debugging. PID file lock out class and time measurement class.