PHPackages                             avelpress/avelpress-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. avelpress/avelpress-cli

ActiveLibrary

avelpress/avelpress-cli
=======================

Cli for AvelPress

v1.0.6(3mo ago)327MITPHP

Since Jul 26Pushed 2mo agoCompare

[ Source](https://github.com/avelpress/avelpress-cli)[ Packagist](https://packagist.org/packages/avelpress/avelpress-cli)[ RSS](/packages/avelpress-avelpress-cli/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (1)Versions (8)Used By (0)

AvelPress CLI
=============

[](#avelpress-cli)

Command Line Interface for projects based on the AvelPress framework.

Installation
------------

[](#installation)

### Global Installation

[](#global-installation)

You can install avelpress-cli globally using Composer:

```
composer global require avelpress/avelpress-cli
```

After that, the `avel` command will be available globally (make sure your Composer global bin directory is in your PATH).

### Local (per-project) Installation

[](#local-per-project-installation)

Add to your project:

```
composer require avelpress/avelpress-cli --dev
```

And run via vendor/bin:

```
php vendor/bin/avel
```

Or, if using the project binary:

```
php bin/avel
```

Available Commands
------------------

[](#available-commands)

- `build` — Builds a distribution package for your AvelPress project.
    - `--ignore-platform-reqs` — Ignore platform requirements when running composer install during build.
- `make:controller` — Create a new controller.
- `make:model` — Create a new model.
- `make:migration` — Create a new migration.
- `migrate` — Run pending migrations.
- `new` — Create a new AvelPress project.

See all options with:

```
php bin/avel list
```

Example: Build Usage
--------------------

[](#example-build-usage)

```
php bin/avel build --ignore-platform-reqs
```

Requirements
------------

[](#requirements)

- PHP 7.4+
- Composer

###  Health Score

37

—

LowBetter than 83% of packages

Maintenance82

Actively maintained with recent releases

Popularity12

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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.

###  Release Activity

Cadence

Every ~32 days

Recently: every ~48 days

Total

7

Last Release

103d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/222363445?v=4)[avelpress](/maintainers/avelpress)[@avelpress](https://github.com/avelpress)

---

Top Contributors

[![marcosgomesneto](https://avatars.githubusercontent.com/u/11434946?v=4)](https://github.com/marcosgomesneto "marcosgomesneto (22 commits)")

### Embed Badge

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

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

###  Alternatives

[phan/phan

A static analyzer for PHP

5.6k11.2M1.1k](/packages/phan-phan)[illuminate/console

The Illuminate Console package.

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

Deals with WSDLs

173.5M12](/packages/php-soap-wsdl)[php-soap/wsdl-reader

A WSDL reader in PHP

212.3M9](/packages/php-soap-wsdl-reader)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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