Libraries tagged by nocks
coding-socks/laravel-chunk-uploader
16 Downloads
This package helps integrate a Laravel application with chunk uploader libraries eg. DropzoneJS and Resumable.js
zilveer/laravel-redlock
444 Downloads
Redis distributed locks for laravel
sof3/rwlock
1032 Downloads
Exclusive and Read-write locks for PHP
rodrigodiez/mockable-predis
280 Downloads
A class that extends Predis/Client and has all its magic methods anotated so you can create Prophecy mocks
riversiderocks/riversiderocks
8 Downloads
API wrapper to interact with the Riverside Rocks chat API
rafrsr/generic-api
8868 Downloads
API Abstraction layer with mocks
mralston/lockout
312 Downloads
Locks user accounts after a set number of failed login attempts.
model/lock
770 Downloads
Wrapper around symfony/lock to support timeouts in blocking locks
marijn/spil
12 Downloads
Finite state machine for creating locks
itrocks/framework
160 Downloads
it.rocks framework
fishpig/magento2-remove-new-relic-reporting
378 Downloads
Remove Magento_NewRelicReporting and provide Mocks.
faaizz/pin_generator
1072 Downloads
A Laravel package to generate and emit PINs (personal identification numbers), suitable for use with cash cards, door locks, etc.
dorantor/filelock
9455 Downloads
Simple php library providing OOP-interface to file locks.
crystoline/laravel-redlock
14545 Downloads
Redis distributed locks for laravel
crimsonkissaki/mockmaker
44 Downloads
Whether you call them doubles, stubs, mocks, partials, fakes, or something else there are times when a mocking library such as PHPUnit's mockBuilder, Mockery, Prophecy, etc. just doesn't do exactly what you need or want. Sometimes you just need a concrete class implementation to run through the unit test wringer or a full end to end functional unit test suite. MockMaker aims to simplify the process of generating concrete fake ORM entity objects. Flexible and extendable, the generated seed code can be altered to suit your particular project with relative ease. That means after the initial setup you can re-run MockMaker for any new entities that get added in or update existing entities that change with little to no fuss. What's more, once MockMaker has made your files it's done; you don't have to include it in your code base and can use the generated files like any other project class.