PHPackages                             thiiagoms/pretty-print - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [CLI &amp; Console](/categories/cli)
4. /
5. thiiagoms/pretty-print

ActiveLibrary[CLI &amp; Console](/categories/cli)

thiiagoms/pretty-print
======================

Pretty CLI print

1.0.0(3y ago)024PHPPHP &gt;=8.1

Since Dec 6Pushed 3y ago1 watchersCompare

[ Source](https://github.com/thiiagoms/pretty-print)[ Packagist](https://packagist.org/packages/thiiagoms/pretty-print)[ RSS](/packages/thiiagoms-pretty-print/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (2)Versions (3)Used By (0)

 [ ![Logo](assets/printer.png) ](https://github.com/thiiagoms/pretty-print)

### Pretty CLI Print made with PHP 🐘🐚

[](#pretty-cli-print-made-with-php-elephantshell)

- [Dependencies](#dependencies)
- [Install](#install)
- [Install as package 📦](#install-as-package-package)

### Dependencies

[](#dependencies)

- PHP 8.1+
- Composer or Docker

### Install

[](#install)

01 - Clone this repository:

```
$ git clone https://github.com/thiiagoms/pretty-print
```

02 - Install dependencies with composer:

```
$ cd pretty-print
pretty-print $ composer install
```

03 - Execute local example:

```
pretty-print $ php example.php
```

### Install as package 📦

[](#install-as-package-package)

01 - Install package:

```
your-project $ composer require --dev thiiagoms/pretty-print
```

02 - Example:

```
