Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Pretty Pprint
Callable pretty-printer for PHP arrays with Python-like formatting.
PrettyPrint is a small, zero-dependency PHP utility that formats numeric arrays in a clean, readable, PyTorch-inspired style. It supports aligned 2D tables, summarized tensor views, and flexible output options – making it ideal for ML experiments, debugging, logging, and educational projects.
PrettyPrint is a small, zero-dependency PHP utility that formats arrays in a clean, readable, PyTorch-inspired style. It supports aligned 2D tables, summarized tensor views, and flexible output options – making it ideal for ML experiments, debugging, logging, and educational projects.

## Installation
```bash
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "apphp/pretty-print",
"description": "Callable pretty-printer for PHP arrays with Python-like formatting.",
"keywords": ["pretty-print", "pprint", "print", "array", "matrix", "tensor", "formatting", "debug", "logging", "php"],
"keywords": ["php", "pretty-print", "pprint", "print", "array", "matrix", "tensor", "formatting", "debug", "logging", "matrix-format", "data-formatting", "array-formatting", "tensor-formatting"],
"homepage": "https://apphp.com",
"type": "library",
"license": "MIT",
Expand Down