2026-02-27 00:03:00 +00:00
[](https://packagist.org/packages/sebastian/recursion-context)
[](https://github.com/sebastianbergmann/recursion-context/actions)
[](https://codecov.io/gh/sebastianbergmann/recursion-context)
2026-02-25 06:59:34 +00:00
2026-02-27 00:03:00 +00:00
# sebastian/recursion-context
2026-02-25 06:59:34 +00:00
## Installation
You can add this library as a local, per-project dependency to your project using [Composer ](https://getcomposer.org/ ):
2026-02-27 00:03:00 +00:00
```
composer require sebastian/recursion-context
```
2026-02-25 06:59:34 +00:00
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:
2026-02-27 00:03:00 +00:00
```
composer require --dev sebastian/recursion-context
```