Libraries tagged by recursive
mf1dd/object-builder
1 Downloads
Automatically creates fully populated PHP object instances with random, type-safe values. Designed for test fixtures and runtime object generation. Supports all PHP class types — regular classes, readonly classes, abstract classes, enums, traits, interfaces, and built-in stock classes like DateInterval or ArrayObject. Recursively resolves nested object graphs, detects property names for semantically meaningful values (timezone, email, firstname …), and offers constraint-based value ranges via a fluent API. No framework required; zero runtime dependencies beyond nikic/php-parser. PHP 8.2+.
marussia/dependency-injection
367 Downloads
Recursive dependency injection container
marsapp/arrayhelper
1330 Downloads
ArrayHelper liberary, providing functions such as rebuilding indexes, grouping, getting content, recursive difference sets, recursive sorting, etc.
mario-legenda/object-examiner
16 Downloads
Recursively shows public methods and properties of an object
marcocesarato/dumper
15 Downloads
This class displays structured information about one or more expressions that includes its type and value. Arrays and objects are explored recursively with values indented to show structure.
lav45/sort-list
2037 Downloads
Sort items list and recursive add prefix to child items
larapkg/laravel-keychanger
4 Downloads
PhpKeyChanger allows you to pass a json string, object or an array and it will recursively re-key the array using the case you give it.
kmuenkel/rule-evaluator
293 Downloads
Check a given data-set against a recursive rule-set
kiwilan/php-filelist
1181 Downloads
PHP package for recursive file listing, exportable in JSON format.
jvmtech/copynode
1365 Downloads
Recursive copies of Document- and ContentNodes including dimensions for Neos CMS
julianve/composer-rsize
2 Downloads
A composer plugin to show the recursive size of your dependencies
jongpak/array-key-glue
356 Downloads
Implode keys of array recursively
interitty/pacc
0 Downloads
Parser generator (currently generates recursive descent parser and canonical LR(1) parser) for PHP.
henderjon/chevron-objectloader
90 Downloads
populate an object by recursively loading files
henderjon/array_flatten
19 Downloads
a function to recursively flatten an array