PHPackages                             jagdish-j-p/packagify - 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. jagdish-j-p/packagify

ActiveLibrary

jagdish-j-p/packagify
=====================

Package to create empty package directory structure in project.

1.1.3(4y ago)114MITPHP

Since Jun 7Pushed 3y ago1 watchersCompare

[ Source](https://github.com/Jagdish-J-P/laravel-package-maker)[ Packagist](https://packagist.org/packages/jagdish-j-p/packagify)[ RSS](/packages/jagdish-j-p-packagify/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (7)Used By (0)

Laravel Package Maker
=====================

[](#laravel-package-maker)

A basic Laravel Package skelton maker.

Package is currently in development.

This Package is created to scaffold laravel package.

Installation
============

[](#installation)

You can install the package via composer:

```
composer require jagdish-j-p/laravel-package-maker

```

Then run the publish command to publish the config file to edit packagify configuration.

```
php artisan vendor:publish --provider="JagdishJP\LaravelPackageMaker\Providers\LaravelPackageMakerServiceProvider"

```

to add/remove package directories edit config/packagify.php file

```
'packageStructure' => ["config", "database", "database\\factories", "database\\migrations", "database\\seeders", "public", "resources", "resources\\lang", "resources\\lang\\en", "resources\\views", "routes", "src", "src\\Console", "src\\Console\\Commands", "src\\Http", "src\\Http\\Controllers", "src\\Http\\Middleware", "src\\Models", "src\\Providers"]

```

**packageStructure** contains list of directories to create for your package. You can add or remove any directory.

Usage
=====

[](#usage)

Set .env file for default configuration

```
PACKAGE_VENDOR="Vendor Name"
PACKAGE_NAME="Package Name"
VENDOR_EMAIL_ID="user@example.com"

```

**Create Package**

```
php artisan package:create

```

Follow the instructions and your package will be created.

**Create Command**

```
php artisan package:make command CommandName

```

**Create Controller**

```
php artisan package:make controller ControllerName

```

**Create Model**

```
php artisan package:make model ModelName

```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity56

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

Total

5

Last Release

1736d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4e7c021b8f19406056e9a24ec8d268cec00f1a9d77bd72d8cc5cb0a6fbc6a178?d=identicon)[Jagdish-J-P](/maintainers/Jagdish-J-P)

---

Top Contributors

[![Jagdish-J-P](https://avatars.githubusercontent.com/u/20887370?v=4)](https://github.com/Jagdish-J-P "Jagdish-J-P (19 commits)")

### Embed Badge

![Health badge](/badges/jagdish-j-p-packagify/health.svg)

```
[![Health](https://phpackages.com/badges/jagdish-j-p-packagify/health.svg)](https://phpackages.com/packages/jagdish-j-p-packagify)
```

PHPackages © 2026

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