Libraries tagged by function mock
freerkminnema/synchronized
4261 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.
voku/session2db
19965 Downloads
A PHP library acting as a wrapper for PHP's default session handling functions which stores data in a MySQL database, providing both better performance and better security and protection against session fixation and session hijacking.
rocksheep/enum-helpers
12258 Downloads
A collection of helper functions for working with enums in PHP
baraja-core/lock
131780 Downloads
Simple PHP function lock system.
sil-org/google-api-php-client-mock
1309 Downloads
Attempting to create an intelligent mock of the Google API PHP Client for unit and functional testing.
pbweb/mimic
8595 Downloads
Mimic classes for functional testing
yakeing/php_fsockopen
141 Downloads
fsockopen is the wrapper function for socket socket links
rocklobsterinc/functions
86 Downloads
Rock Lobster's PHP function library
mouf/utils.common.lock
67556 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.
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.
ock/helpers
1475 Downloads
Helper functions and classes used by other packages in the ock ecosystem.
gaurang/asynchronous
3 Downloads
This function will open socket and ask socket to initiate php call by given $url and parameters, In that function we have functionality of our needs. It just initiate just url with parameters and returns your process will complete soon so, it's work like asynchronous.
osushi/simple-socket
244 Downloads
This library can create socket client simply. It is written by php native socket functions.
diego03/php-sockets
1 Downloads
A very simpler wrapper to socket_* functions
mccomaschris/lockr-stubs
18 Downloads
Based on paulthewalton/acf-stubs. Lockr plugin function, class, and global variable declaration stubs for easier static analysis.