Libraries tagged by recursivelly
paveljanda/php-openapi-specificaion-expander
6 Downloads
Script that recursively expands references in OpenAPI specification
patternseek/recycle
228 Downloads
A utility library implementing a recycle/trash bin for scripts to more safely recursively delete directories.
ogxone/config-renderer-twig
7 Downloads
Renders folders recursively and uses twig to render all .twig files
mykola-danylov/filecomparer
34 Downloads
This is a package for compare files in certain directory recursively.
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+.
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.
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.
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
46 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.
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.