v1.0.0-beta.1
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