PHPackages                             alphazento/alphazento-package-assistant - 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. [Framework](/categories/framework)
4. /
5. alphazento/alphazento-package-assistant

ActiveLibrary[Framework](/categories/framework)

alphazento/alphazento-package-assistant
=======================================

alphazento framework package develement assistant

1.0(5y ago)14MITPHPPHP &gt;=7.2

Since Sep 11Pushed 5y ago1 watchersCompare

[ Source](https://github.com/alphazento/alphazento-package-assistant)[ Packagist](https://packagist.org/packages/alphazento/alphazento-package-assistant)[ RSS](/packages/alphazento-alphazento-package-assistant/feed)WikiDiscussions master Synced today

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

Alphazento Package Assistant
============================

[](#alphazento-package-assistant)

1. Introduction
---------------

[](#1-introduction)

The Alphazento Package Assistant extends Laravel **make** command group to help you to implement **Alphazento**.

- Create package with a single command.
- Make console, model, provider, mail... classes for your package.

2. Requirements
---------------

[](#2-requirements)

- **Laravel**: v7.0.0 or higher.
- **PHP**: v7.2.0 or higher.

3. Installation
---------------

[](#3-installation)

### Install with composer

[](#install-with-composer)

Go to the root folder of **Alphazento** and run the following command

```
composer require alphazento/alphazento-package-assistant
```

After install the package, just run the following command

```
php artisan package:enable Zento_PackageAssistant
```

- If your project is base on Laravel not Alphazento, since the Zento\*PackageAssistant package will install it's dependency package **\*alphazento\\zento**\_, so you need to run the command to enable **Zento\_Kernel** first.

```
php artisan package:enable Zento_Kernel
php artisan package:enable Zento_PackageAssistant
```

4. Support Command List
-----------------------

[](#4-support-command-list)

### 1. make:package

[](#1-makepackage)

It's a new added command.

For e.g., If you want to create a package under your vendor's name 'YourCompany', and the package name is "TestPackage", so the full name of your package will be "YourCompany\_TestPackage",(Pleae note that you the "\_" is for seperate Vendor name and package name, so please do not use "\_" in your vendor and package name) then you need to use the command like this,

```
php artisan make:package YourCompany_TestPackage
```

### 2. other make command extends from Laravel

[](#2-other-make-command-extends-from-laravel)

Here're some commands extends from Laravel by adding package name parametter

- make:model
- make:controller
- make:middleware
- make:request
- make:job
- make:provider
- make:mail
- make:event
- make:listener
- make:console
- make:migration
- make:exception

All these command will take first parameter as **package name**For e.g., If you want to create model in your pacage **YourCompany\_TestPackage**, just run the following command:

```
php artisan make:model YourCompany_TestPackage TestModel
```

Then you will find there's file **TestModel.php** inside the folder **YourCompany\\TestPackage\\Model**

As a comparation, the original command in Laravel which is:

```
php artisan make:model TestModel
```

- All these commands detail you can check on Laravel docs

- [Laravel make:model](https://laravel.com/docs/7.x/eloquent#defining-models)
- [Laravel make:controller](https://laravel.com/docs/7.x/controllers#single-action-controllers)
- [Laravel make:middleware](https://laravel.com/docs/7.x/middleware#defining-middleware)
- [Laravel make:request](https://laravel.com/docs/7.x/validation#form-request-validation)
- [Laravel make:job](https://laravel.com/docs/7.x/queues#generating-job-classes)
- [Laravel make:provider](https://laravel.com/docs/7.x/providers#writing-service-providers)
- [Laravel make:mail](https://laravel.com/docs/7.x/mail#generating-mailables)
- [Laravel make:console](https://laravel.com/docs/7.x/artisan#generating-commands)
- [Laravel make:migration](https://laravel.com/docs/7.x/migrations#:~:text=Generating%20Migrations,-To%20create%20a&text=Each%20migration%20file%20name%20contains,the%20order%20of%20the%20migrations.&text=If%20you%20would%20like%20to,executing%20the%20make%3Amigration%20command.)

###  Health Score

22

—

LowBetter than 23% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity49

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

Unknown

Total

1

Last Release

2066d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9f2c4aa6be501d3084f1ad56eeb1aa718dcf8541aa98760775b87c5accea156d?d=identicon)[alphazento](/maintainers/alphazento)

---

Top Contributors

[![yongchengchen](https://avatars.githubusercontent.com/u/11036128?v=4)](https://github.com/yongchengchen "yongchengchen (1 commits)")

---

Tags

laravelpackagegeneratorassistantalphazento

### Embed Badge

![Health badge](/badges/alphazento-alphazento-package-assistant/health.svg)

```
[![Health](https://phpackages.com/badges/alphazento-alphazento-package-assistant/health.svg)](https://phpackages.com/packages/alphazento-alphazento-package-assistant)
```

###  Alternatives

[jsdecena/laracom

Laravel powered e-commerce

2.0k4.4k](/packages/jsdecena-laracom)[atnic/laravel-generator

Generator for Laravel Framework.

151.7k1](/packages/atnic-laravel-generator)

PHPackages © 2026

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