PHPackages                             avido/package-generator - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. avido/package-generator

ActiveProject[Utility &amp; Helpers](/categories/utility)

avido/package-generator
=======================

Generate Skeleton for Concord Module/Package

2.0.2(1y ago)05.0k↓15.5%MITPHPPHP ^8.2

Since Dec 28Pushed 1y ago1 watchersCompare

[ Source](https://github.com/avido/PackageGenerator)[ Packagist](https://packagist.org/packages/avido/package-generator)[ RSS](/packages/avido-package-generator/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (6)Dependencies (2)Versions (6)Used By (0)

Package Generator
=================

[](#package-generator)

All packages are installed in `app/Modules/$packageName`

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

[](#requirements)

- Laravel 11

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

[](#installation)

```
composer require avido/package-generator
# Publish concord config file.
php artisan vendor:publish --provider="Konekt\Concord\ConcordServiceProvider" --tag=config
```

CLI Command
-----------

[](#cli-command)

```
php artisan package:make

follow instructions

# Don't forget to register the Module in config/concord.php
```

Register installer
------------------

[](#register-installer)

```
ModuleInstallerRegistry::register($moduleName, function() {
    // closure
});

ModuleInstallerRegistry::register($moduleName, MyInstaller::class);

php artisan package:install $moduleName
```

###  Health Score

36

—

LowBetter than 82% of packages

Maintenance46

Moderate activity, may be stable

Popularity23

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity54

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 ~29 days

Total

4

Last Release

419d ago

Major Versions

1.2.0 → 2.0.12025-03-26

### Community

Maintainers

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

---

Top Contributors

[![avido](https://avatars.githubusercontent.com/u/14986?v=4)](https://github.com/avido "avido (25 commits)")

---

Tags

phpSkeletonconcord

### Embed Badge

![Health badge](/badges/avido-package-generator/health.svg)

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

###  Alternatives

[gehrisandro/tailwind-merge-laravel

TailwindMerge for Laravel merges multiple Tailwind CSS classes by automatically resolving conflicts between them

341682.2k18](/packages/gehrisandro-tailwind-merge-laravel)[mrsuh/php-bison-skeleton

PHP skeleton for Bison

3810.4k1](/packages/mrsuh-php-bison-skeleton)[iteks/laravel-enum

A comprehensive Laravel package providing enhanced enum functionalities, including attribute handling, select array conversions, and fluent facade interactions for robust enum management in Laravel applications.

2516.7k](/packages/iteks-laravel-enum)

PHPackages © 2026

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