Skip to content

initial commit for PHP Console v1

Compare
Choose a tag to compare
@phpdevcommunity phpdevcommunity released this 23 Dec 07:32
· 2 commits to main since this release
  • 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.