Libraries tagged by closures
opis/closure
216980497 Downloads
A library that can be used to serialize closures (anonymous functions) and arbitrary data.
laravel/serializable-closure
254058710 Downloads
Laravel Serializable Closure provides an easy and secure way to serialize closures in PHP.
jeremeamia/superclosure
59223786 Downloads
Serialize Closure objects, including their context and binding
brick/varexporter
22632015 Downloads
A powerful alternative to var_export(), which can export closures and objects without __set_state()
franzose/closure-table
930637 Downloads
Adjacency List’ed Closure Table database design pattern implementation for Laravel
aimeos/macro
105060 Downloads
Customize classes using closures
yiisoft/var-dumper
949510 Downloads
Enhances functionality of var_dump() and var_export(). It is dealing with recursive references, may highlight syntax and export closures.
jaz303/phake
182053 Downloads
A wee clone of Ruby's rake for PHP 5.3. Uses closures for ultimate coolness.
aura/view
138794 Downloads
Provides an implementation of the TemplateView and TwoStepView patterns, with support for helpers and for closures as templates, using PHP itself as the templating language.
jeremeamia/functionparser
161813 Downloads
Function parser for PHP functions, methods, and closures
baril/bonsai
43104 Downloads
An implementation of the Closure Tables pattern for Eloquent.
aliziodev/laravel-taxonomy
401 Downloads
Laravel Taxonomy is a flexible and powerful package for managing taxonomies, categories, tags, and hierarchical structures in Laravel applications. Features nested-set support for optimal query performance on hierarchical data structures.
josezenem/laravel-make-migration-pivot
48896 Downloads
Make Laravel pivot tables using the new Laravel 9 closure migrations.
inpsyde/object-hooks-remover
37499 Downloads
Package to remove WordPress hook callbacks that uses object methods or closures.
aura/dispatcher
87402 Downloads
Creates objects from a factory and invokes methods using named parameters; also provides a trait for invoking closures and object methods with named parameters.