Skip to content

v1.0.0-beta.1

Choose a tag to compare

@wazabii8 wazabii8 released this 15 Feb 13:49

v1.0.0-beta.1: First Beta Release

This is the first public beta release of the MaplePHP CLI application skeleton. It provides a modern foundation for building CLI applications using PHP and the MaplePHP ecosystem.

Highlights

  • CLI application skeleton ready for Composer create-project
  • Root CLI entrypoint for running application commands
  • Command routing and dispatch support
  • Controller and service structure
  • Dependency injection support
  • PSR-compatible architecture
  • Command scaffolding support
  • Extendable project structure

Purpose of this Release

This beta release is intended for early adopters who want to evaluate the framework structure and provide feedback before the first stable release.

APIs, structure, and tooling may still change before v1.0.0 stable.

Installation

Create a project using Composer:

composer create-project maplephp/cli-app:@beta my-app
cd my-app
./cli