Project Description:
Hello, I' am a web developer (PHP), im looking for somebody that can develop for me a Class in Php that have the same functionality of the Wordpress Hook System, the class needs to do functions like:
add_action ($tag, $callback,$priority)
do_action ($tag, $params)
add_filter();
apply_filter();
This hook system would to accept, regular functions, objects and clostures, like wordpress hook system does, I want exactly a wordpress hook system but I want a Class with clean CODE.