php.package.health
composer.json
.Package | Status | |
---|---|---|
cheprasov/php-cli-args | Easy way to gets options from the command line argument list | |
cheprasov/php-extra-mocks | ExtraMocks are a tools that give extra functionality for Mocks. | |
cheprasov/php-memcached-lock | MemcachedLock for PHP is a synchronization mechanism for enforcing limits on access to a resource in an environment where there are many threads of execution. A lock is designed to enforce a mutual exclusion concurrency control policy. | |
cheprasov/php-memcached-tags | MemcachedTags for PHP is a mechanism for adding tags to keys in Memcached. It is very useful, if you need to select or delete some keys by tags. And tags are really useful for group invalidation. | |
cheprasov/php-parallel | The class allows you to run multiple operations parallel in different processes and send results to the main process. Useful if you need to run multiple independent operations simultaneously, instead of sequential execution, or if you run several independent queries, for example, queries to different data bases | |
cheprasov/php-redis-client | Php client for Redis. It is a fast, fully-functional and user-friendly client for Redis, optimized for performance. RedisClient supports the latest versions of Redis starting from 2.6 to 6.0 | |
cheprasov/php-redis-lock | RedisLock for PHP is a synchronization mechanism for enforcing limits on access to a resource in an environment where there are many threads of execution. A lock is designed to enforce a mutual exclusion concurrency control policy. | |
cheprasov/php-simple-profiler | Simple profiler for PHP |