Releases: phpdevcommunity/php-console
Releases · phpdevcommunity/php-console
Fix auto size table output
1.0.1 remove version from composer.json
initial commit for PHP Console v1
- Added base architecture for the console package.
- Implemented CommandRunner and CommandParser.
- Provided Output and ConsoleOutput classes for handling CLI output.
- Introduced support for arguments and options with CommandArgument and CommandOption.
- Created sample UserReportCommand demonstrating all output features.
- Added basic installation and usage documentation in the README.