minicli

A minimalist framework for command-line applications in PHP

MIT License

Downloads
299.2K
Stars
1K
Committers
18

Bot releases are hidden (Show)

minicli - Version 2.1.0

Published by erikaheidi over 4 years ago

This version introduces:

  • ability to choose theme from app config array with a theme item. Custom themes should now extend from Theme\DefaultTheme and implement method getThemeColors (more info on Readme file)
  • new debug item in config, suppresses exception throws when set to false (true by default)
  • more test coverage
minicli - Version 2.0.1

Published by erikaheidi over 4 years ago

Fixes a bug in the App constructor when a config array is not provided.

minicli - Version 2.0

Published by erikaheidi over 4 years ago

Version 2.0 has massive improvements in stability, now with tests covering almost 100% of the code.

New in 2.0:

  • About 98% code coverage with Pest PHP (require-dev only)
  • New CLITheme schema, making it easier to include custom styles or change default theme colors and create custom themes
  • Improved table output with TableHelper class
  • New FilePrinterAdapter to send output to a file
  • Improved Output structure with PrinterAdapters (Default and File) and OutputFilters (Simple, Colored, Timestamped)
minicli - Version 1.1.2

Published by erikaheidi over 4 years ago

Moved Curl client to a separate repo (minicli/curly), updated README.

minicli - Version 1.1.1

Published by erikaheidi almost 5 years ago

Better command parsing

minicli - Version 1.1.0

Published by erikaheidi almost 5 years ago

Better input handling

minicli - Version 1.0.6

Published by erikaheidi almost 5 years ago

Adjusts App class to allow for commands running in loops.

minicli - Version 1.0.5

Published by erikaheidi almost 5 years ago

This version introduces support for input from the user.

minicli - Version 1.0.4

Published by erikaheidi almost 5 years ago

Fixes bug in theme selection, removes unused minicli script since this should be set up at app level, not at lib level.

minicli - Version 1.0.3

Published by erikaheidi almost 5 years ago

Moving to a library format with a separate repository for application template.

minicli - Version 1.0.2

Published by erikaheidi almost 5 years ago

Added support to flags

minicli - Version 1.0.1

Published by erikaheidi almost 5 years ago

Introducing Utilities

minicli - Version 1.0

Published by erikaheidi almost 5 years ago

Minicli 1.0

minicli - Version 0.1.3

Published by erikaheidi almost 5 years ago

Code for "Building minicli" part 3

minicli - Version 0.1.2

Published by erikaheidi about 5 years ago

This version is connected with "Part 2" of the "Building MiniCLI" series on dev.to

minicli - Version 0.1.1

Published by erikaheidi about 5 years ago

This version includes the initial implementation of Command Controllers.

minicli - Version 0.1.0

Published by erikaheidi about 5 years ago

This version is the base version compatible with the first tutorial of the series on "Building minicli" .

Package Rankings
Top 1.17% on Packagist.org
Related Projects