Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sebastianbergmann/recursion-context
Provides functionality to recursively process PHP variables
https://github.com/sebastianbergmann/recursion-context
Last synced: 16 days ago
JSON representation
Provides functionality to recursively process PHP variables
- Host: GitHub
- URL: https://github.com/sebastianbergmann/recursion-context
- Owner: sebastianbergmann
- License: bsd-3-clause
- Created: 2015-01-22T17:19:19.000Z (almost 10 years ago)
- Default Branch: main
- Last Pushed: 2024-03-29T09:41:44.000Z (8 months ago)
- Last Synced: 2024-05-18T11:42:23.057Z (6 months ago)
- Language: PHP
- Homepage:
- Size: 73.2 MB
- Stars: 6,472
- Watchers: 7
- Forks: 16
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
[![Latest Stable Version](https://poser.pugx.org/sebastian/recursion-context/v)](https://packagist.org/packages/sebastian/recursion-context)
[![CI Status](https://github.com/sebastianbergmann/recursion-context/workflows/CI/badge.svg)](https://github.com/sebastianbergmann/recursion-context/actions)
[![codecov](https://codecov.io/gh/sebastianbergmann/recursion-context/branch/main/graph/badge.svg)](https://codecov.io/gh/sebastianbergmann/recursion-context)# sebastian/recursion-context
## Installation
You can add this library as a local, per-project dependency to your project using [Composer](https://getcomposer.org/):
```
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
```