sebastian/recursion-context
Provides functionality to recursively process PHP variables
Maintainers
Package info
github.com/sebastianbergmann/recursion-context
pkg:composer/sebastian/recursion-context
8.0.0
2026-02-06 04:51 UTC
Requires
- php: >=8.4
Requires (Dev)
- phpunit/phpunit: ^13.0
Suggests
None
Provides
None
Conflicts
None
Replaces
None
BSD-3-Clause 74c5af21f6a5833e91767ca068c4d3dfec15317e
- Sebastian Bergmann <sebastian.woop@phpunit.de>
- Jeff Welch <whatthejeff.woop@gmail.com>
- Adam Harvey <aharvey.woop@php.net>
This package is auto-updated.
Last update: 2026-06-16 11:48:25 UTC
README
👁 Latest Stable Version
👁 CI Status
👁 codecov
sebastian/recursion-context
Installation
You can add this library as a local, per-project dependency to your project using Composer:
composer require sebastian/recursion-context
If you only need this library during development, for instance to run your project's test suite, then you should add it as a development-time dependency:
composer require --dev sebastian/recursion-context
