Libraries tagged by recursive
oldpak/lexer
20 Downloads
PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.
ogxone/config-renderer-twig
6 Downloads
Renders folders recursively and uses twig to render all .twig files
mykola-danylov/filecomparer
33 Downloads
This is a package for compare files in certain directory recursively.
mrinte/rlp
2 Downloads
Recursive Length Prefix Encoding in PHP.
morebec/file-locator
4 Downloads
The FileLocator Component find files by their name using different strategies, such as recursive parent traversal, recursive (downward) traversal and at location
mohiqssh/rlp
28 Downloads
Recursive Length Prefix Encoding in PHP.
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
jvmtech/copynode
1365 Downloads
Recursive copies of Document- and ContentNodes including dimensions for Neos CMS
julianve/composer-rsize
1 Downloads
A composer plugin to show the recursive size of your dependencies
jongpak/array-key-glue
336 Downloads
Implode keys of array recursively
interitty/pacc
72 Downloads
Parser generator (currently generates recursive descent parser and canonical LR(1) parser) for PHP.