Skip to content
This repository was archived by the owner on Jun 10, 2026. It is now read-only.

Commit 56271fc

Browse files
committed
depre
1 parent 28b58f2 commit 56271fc

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# PHP Config Printer
22

3+
> [!WARNING]
4+
> **This package is deprecated and no longer maintained.**
5+
>
6+
> It has been merged into [symplify/config-transformer](https://github.com/symplify/config-transformer), where it now lives under [`packages/php-config-printer`](https://github.com/symplify/config-transformer/tree/main/packages/php-config-printer).
7+
>
8+
> Please use `symplify/config-transformer` instead:
9+
>
10+
> ```bash
11+
> composer require symplify/config-transformer --dev
12+
> ```
13+
>
14+
> The `Symplify\PhpConfigPrinter\` namespace and its classes are unchanged.
15+
16+
---
17+
318
[![Downloads total](https://img.shields.io/packagist/dt/symplify/php-config-printer.svg?style=flat-square)](https://packagist.org/packages/symplify/php-config-printer/stats)
419
520
Print Symfony services array with configuration to to plain PHP file format using [nikic/php-parser](https://github.com/nikic/PHP-Parser)

0 commit comments

Comments
 (0)