maslosoft/cli-shared

Shared CLI application components


Keywords
php, helpers, cli, command-line
License
AGPL-3.0-only

Documentation

Shared CLI application components

Latest Stable Version License

Quick Install

composer require maslosoft/cli-shared

Documentation

Full 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