maslosoft / cli-shared
Shared CLI application components
Installs: 6 056
Dependents: 7
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
pkg:composer/maslosoft/cli-shared
Requires
- php: >=8.2
- psr/log: ^3|^4
- symfony/finder: >=2.7
- symfony/yaml: >=2.7
Requires (Dev)
This package is auto-updated.
Last update: 2025-09-18 11:24:15 UTC
README
Maslosoft Cli Shared
Shared CLI application components
Quick Install
composer require maslosoft/cli-shared
Documentation
Command Line Shared Components
This library contains commonly used miscellaneous classes mostly useful in PHP command line interface applications.
This includes, but are not limited to:
- Kind of operating system type helper - whether it is Windows® or Linux
- Caching configuration file reader
- Inline logger compatible with PSR Logger Interface
- PHP data exporter similar to
var_export