Libraries tagged by recursivelly
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.
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.
jongpak/array-key-glue
336 Downloads
Implode keys of array recursively
javiervivanco/php-lint-bash
12 Downloads
A short bash script to recursively lint PHP files with a nice output. Based on njoannidi/phpLintBash
ixnode/php-web-crawler
31 Downloads
PHP Web Crawler - This PHP class allows you to crawl recursively a given html page (or a given html file) and collect some data from it.
idrinth/config-check
100 Downloads
Checks a project recursively for ini, xml, json or yaml-files and validates them whenever possible.
henderjon/chevron-objectloader
90 Downloads
populate an object by recursively loading files
henderjon/array_flatten
19 Downloads
a function to recursively flatten an array
guglielmopepe/recursivecallbackmapiterator
5 Downloads
This iterator applies recursively the callback to the elements of the given iterator.
germania-kg/pathprefixer
111 Downloads
Recursively prepends a prefix to path string, array or StdClass objects.
furthered/objectify
8983 Downloads
Recursively wraps an object in Illuminate\Support\(Collection|Fluent) objects.
drieschel/object-creator
3 Downloads
Initialize and instantiate (data structure) objects recursively
devidw/folder-to-file
0 Downloads
Merge all source files inside a folder recursively into a single PDF file.
dataground/recursive-phpunit-test-generator
1261 Downloads
Recursively create PhpUnit test skeletons by convention for a composer project using PSR autoloading and naming
codeurx/autoloader
20 Downloads
PHP autoloader that loads class files recursively.