PHP Simple Multi Threader

A simple PHP Multithreader extension which is ready for use out of the box without any configs.

A simple PHP Multithreader extension which is ready for use without any setups or configurations. *No need to integrate any Queues or similar implementations *Write the code you want to process in the background in a closure(anonymous function) along with arguments(if any) and provide it to the extension. That's all. *Works with Core PHP(Normal PHP), Laravel and Yii2 out of the box. *Can work with any PHP Framework/Platform by just adding the required bootstrap code(See here). *Compatible with PHP installations in Windows and *nix(Unix like) More information at: https://github.com/codespede/simple-multi-threader