Libraries tagged by nocks
clue/psocksd
197 Downloads
The SOCKS tunnel / proxy server daemon written in PHP
rocksheep/enum-helpers
4089 Downloads
A collection of helper functions for working with enums in PHP
rockschtar/wordpress-role
7748 Downloads
WordPress Role Abstraction
rockschtar/wordpress-database-fluent
5643 Downloads
Fluent WordPress database ($wpdb) wrapper
rockschtar/wordpress-cronjob
12014 Downloads
Library for use with roots/bedrock based WordPress projects. Simplifys the creation of WordPress cronjobs.
yllw-digital/laravel-chatgpt-mock-api
140 Downloads
Generate smart API mocks in Laravel using ChatGPT prompts
rtckit/react-redlock
7772 Downloads
Asynchronous distributed locks with Redis and ReactPHP
redlock/redlock
8169 Downloads
Redis distributed locks in PHP
picanova/laravel-redlock
3979 Downloads
Redis distributed locks for laravel
mouf/utils.common.lock
67227 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.
model/lock
770 Downloads
Wrapper around symfony/lock to support timeouts in blocking locks
meesterdev/package-parser
5505 Downloads
Parse composer/npm package locks into a list of packages with some basic information.
ivopetkov/lock
12887 Downloads
Locks library for PHP
ginnerpeace/redlock-php
17961 Downloads
Redis distributed locks in PHP
freerkminnema/synchronized
1572 Downloads
A Laravel package that provides a `synchronized` function that uses atomic locks to prevent a critical section of code from running in parallel across multiple requests.