PHPackages                             sukohi/package-creator - 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. sukohi/package-creator

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

sukohi/package-creator
======================

A Laravel package to create own package.

3.0.2(6y ago)8215MITPHPCI failing

Since Mar 6Pushed 6y ago2 watchersCompare

[ Source](https://github.com/SUKOHI/PackageCreator)[ Packagist](https://packagist.org/packages/sukohi/package-creator)[ RSS](/packages/sukohi-package-creator/feed)WikiDiscussions master Synced 1mo ago

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

PackageCreator
==============

[](#packagecreator)

A Laravel package to create own package.
This package is maintained under Laravel 5.7.

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

[](#installation)

Execute composer command.

```
composer require sukohi/package-creator:3.*

```

Your Laravel's version is 5.5+, it is done!

Register the service provider in app.php

```
'providers' => [
    // ...Others...,
    Sukohi\PackageCreator\PackageCreatorServiceProvider::class,
]

```

Now `php artisan make:package` is available.

Usage
=====

[](#usage)

Just execute `php artisan make:package`.
Then the command will interactively ask some questions and will display instructions for use there.

License
=======

[](#license)

This package is licensed under the MIT License.

Copyright 2016 Sukohi Kuhoh

###  Health Score

32

—

LowBetter than 71% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity69

Established project with proven stability

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

Recently: every ~143 days

Total

10

Last Release

2374d ago

Major Versions

2.0.x-dev → 3.0.02018-12-29

### Community

Maintainers

![](https://www.gravatar.com/avatar/2980d59b309d45df3f2e6e51b1d336614da063240b8f76f873f287cd745ec5db?d=identicon)[Sukohi](/maintainers/Sukohi)

---

Top Contributors

[![SUKOHI](https://avatars.githubusercontent.com/u/5362394?v=4)](https://github.com/SUKOHI "SUKOHI (11 commits)")

### Embed Badge

![Health badge](/badges/sukohi-package-creator/health.svg)

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

###  Alternatives

[tightenco/ziggy

Use your Laravel named routes in JavaScript.

4.3k41.6M267](/packages/tightenco-ziggy)[wireui/wireui

TallStack components

1.8k1.3M16](/packages/wireui-wireui)[ramonrietdijk/livewire-tables

Dynamic tables for models with Laravel Livewire

21147.4k](/packages/ramonrietdijk-livewire-tables)[nickurt/laravel-akismet

Akismet for Laravel 11.x/12.x/13.x

97139.6k2](/packages/nickurt-laravel-akismet)[sbine/route-viewer

A Laravel Nova tool to view your registered routes.

57215.9k](/packages/sbine-route-viewer)

PHPackages © 2026

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