PHPackages                             aze/cli - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [CLI &amp; Console](/categories/cli)
4. /
5. aze/cli

ActiveLibrary[CLI &amp; Console](/categories/cli)

aze/cli
=======

Aze application installer.

021[2 PRs](https://github.com/aze-php/cli/pulls)PHP

Since Sep 3Pushed 4y agoCompare

[ Source](https://github.com/aze-php/cli)[ Packagist](https://packagist.org/packages/aze/cli)[ RSS](/packages/aze-cli/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (1)DependenciesVersions (4)Used By (0)

AZE Installer
=============

[](#aze-installer)

```
composer global require "aze/cli"
```

How to
------

[](#how-to)

### Create a new AZE application

[](#create-a-new-aze-application)

```
aze new [APPLICATION_NAME]
```

If you don't give an application name, the application will be build in the current directory

### Create a new AZE controller

[](#create-a-new-aze-controller)

```
aze new CONTROLLER_NAME [--dir=DIRECTORY]
```

Will create a new AZE controller in src/controller (by default) and update your composer.json. You can change the default directory if you set the --dir option.

If you don't give an application name, the application will be build in the current directory

### Launch a local server

[](#launch-a-local-server)

```
aze serve
```

To launch a local server and open your browser

```
aze serve -o
```

#### Parameters

[](#parameters)

To show an help

```
aze serve --help
```

List of parameters :

- --host=HOST host use to serve your application \[default: "localhost"\]
- --port=PORT port use to serve your application \[default: 80\]
- --publicDir=PUBLICDIR directory containing your public files and your index.php \[default: "web"\]
- --config=CONFIG Configuration file to serve your application \[default: "config.properties"\]
- -o, --open Open your default browser once the server is launched

#### Configuration file

[](#configuration-file)

Exemple :

```
[server]
host=localhost
port=80
publicDir=web
```

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity44

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 83.3% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1196092?v=4)[Brice LE BOULCH](/maintainers/Airmanbzh)[@Airmanbzh](https://github.com/Airmanbzh)

---

Top Contributors

[![Airmanbzh](https://avatars.githubusercontent.com/u/1196092?v=4)](https://github.com/Airmanbzh "Airmanbzh (5 commits)")[![dependabot-preview[bot]](https://avatars.githubusercontent.com/in/2141?v=4)](https://github.com/dependabot-preview[bot] "dependabot-preview[bot] (1 commits)")

### Embed Badge

![Health badge](/badges/aze-cli/health.svg)

```
[![Health](https://phpackages.com/badges/aze-cli/health.svg)](https://phpackages.com/packages/aze-cli)
```

###  Alternatives

[wp-cli/wp-cli

WP-CLI framework

5.0k17.2M320](/packages/wp-cli-wp-cli)[consolidation/annotated-command

Initialize Symfony Console commands from annotated command class methods.

22569.8M19](/packages/consolidation-annotated-command)[chi-teck/drupal-code-generator

Drupal code generator

26947.8M5](/packages/chi-teck-drupal-code-generator)[seld/cli-prompt

Allows you to prompt for user input on the command line, and optionally hide the characters they type

24725.8M17](/packages/seld-cli-prompt)[illuminate/console

The Illuminate Console package.

12944.1M5.1k](/packages/illuminate-console)[php-tui/php-tui

Comprehensive TUI library heavily influenced by Ratatui

589747.0k6](/packages/php-tui-php-tui)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
