Pinned Repositories
background-processing
Background processing under PHP-FPM.
crypt
Handle data encryption/decryption using AES-128, encode with initialization vector.
exponential-backoff
Prevent overloading an unavailable service by doubling the timeout each iteration.
job-worker
Wrapper for adding serialized self-contained PHP Resque jobs to a queue
ranger
Ranger allows you to mimic the range function in PHP as an Iterator, conserving memory for large ranges.
reflection
A PHP reflection library to directly access protected/private properties and call protected/private methods.
svn-agent-host
A native messaging host to handle SVN commands received from specific Chrome extension.
template
A wrapper for template engines.
vertica-swoole-adapter
Provides a DB layer for Swoole-based applications to communicate to HP Vertica databases.
Crowdstar's Repositories
Crowdstar/background-processing
Background processing under PHP-FPM.
Crowdstar/exponential-backoff
Prevent overloading an unavailable service by doubling the timeout each iteration.
Crowdstar/vertica-swoole-adapter
Provides a DB layer for Swoole-based applications to communicate to HP Vertica databases.
Crowdstar/crypt
Handle data encryption/decryption using AES-128, encode with initialization vector.
Crowdstar/job-worker
Wrapper for adding serialized self-contained PHP Resque jobs to a queue
Crowdstar/ranger
Ranger allows you to mimic the range function in PHP as an Iterator, conserving memory for large ranges.
Crowdstar/reflection
A PHP reflection library to directly access protected/private properties and call protected/private methods.
Crowdstar/svn-agent-host
A native messaging host to handle SVN commands received from specific Chrome extension.
Crowdstar/template
A wrapper for template engines.