php-superclosure

Serialize Closure objects, including their context and binding
  https://github.com/jeremeamia/super_closure
  0
  no reviews



SuperClosure is a PHP Library for serializing closures and anonymous functions. It comes with two different Closure Analyzers, which each support different features regarding the serialization of closures. The TokenAnalyzer is not as robust as the AstAnalyzer, but it is around 20-25 times faster.