PHPackages                             gergo-tar/laravel-package-skeleton - 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. gergo-tar/laravel-package-skeleton

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

gergo-tar/laravel-package-skeleton
==================================

A PHP package to scaffold Laravel package projects with best practices and code quality tools.

v1.3.0(4mo ago)01[5 PRs](https://github.com/gergo-tar/laravel-plugin-skeleton/pulls)MITPHPPHP &gt;=8.3CI passing

Since Dec 21Pushed 1mo agoCompare

[ Source](https://github.com/gergo-tar/laravel-plugin-skeleton)[ Packagist](https://packagist.org/packages/gergo-tar/laravel-package-skeleton)[ Docs](https://github.com/gergo-tar/laravel-package-skeleton)[ GitHub Sponsors](https://github.com/gergo-tar)[ RSS](/packages/gergo-tar-laravel-package-skeleton/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (6)Versions (9)Used By (0)

Laravel Package Skeleton
========================

[](#laravel-package-skeleton)

[![Latest Version on Packagist](https://camo.githubusercontent.com/3bebd9d54e2c52ae3e8b8641702ebbe31ac1a3dbb4b8ef9f4cdc2e4eb2645c7e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f676572676f2d7461722f6c61726176656c2d7061636b6167652d736b656c65746f6e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/gergo-tar/laravel-package-skeleton)

This package provides a modern, interactive skeleton for building Laravel packages with best practices and essential development tools.

🚀 How It Works
--------------

[](#-how-it-works)

1. **Clone the skeleton:**

    ```
    git clone https://github.com/gergo-tar/laravel-plugin-skeleton my-package
    cd my-package
    ```
2. **Run the configuration script:**

    ```
    php configure.php
    ```

    - The script will prompt for author, vendor, package, and feature options.
    - Based on your selections, it generates all necessary files, and cleans up unused templates.
3. **Start developing your package!**

    - All selected features (config, migrations, commands, etc.) are ready to use.
    - Testing infrastructure (Pest) and dev tools (PHPStan, Rector) are pre-configured.

✨ Conditional Features
----------------------

[](#-conditional-features)

- **Configuration file**: Only included if selected during setup. If enabled, you can publish it with: ```
    php artisan vendor:publish --tag="my-package-config"
    ```
- **Migrations**: Only included if selected. Publish with: ```
    php artisan vendor:publish --tag="my-package-migrations"
    ```
- **Commands**: Only included if selected. Usage instructions will be added for each command.
- **Facade, Views, Routes, Translations, Assets**: Documented and included only if selected.

🛠️ Development Tools
--------------------

[](#️-development-tools)

- **Pest**: Modern testing framework
- **PHPStan (Larastan)**: Static analysis
- **Commitlint**: Enforces conventional commit messages
- **Rector**: Automated refactoring
- **Pint**: Code style fixer

📦 Usage
-------

[](#-usage)

- After configuration, your package is ready for local development or publishing.
- See [`CONFIGURATION`](./CONFIGURATION.md) for a full guide to the configuration process and available features.

📄 License
---------

[](#-license)

MIT. See [LICENSE](LICENSE.md) for more information.

---

**Your package, your way, in seconds! 🚀**

###  Health Score

38

—

LowBetter than 85% of packages

Maintenance83

Actively maintained with recent releases

Popularity1

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity55

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

142d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/31fe1d8a71e7dd17a24e52430616f823a6937c57e279555993cc9eaf9a976c82?d=identicon)[tgalfa](/maintainers/tgalfa)

---

Top Contributors

[![gergo-tar](https://avatars.githubusercontent.com/u/13517318?v=4)](https://github.com/gergo-tar "gergo-tar (14 commits)")

---

Tags

phplaravelpackagescaffoldSkeleton

###  Code Quality

TestsPest

Static AnalysisPHPStan, Psalm, Rector

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/gergo-tar-laravel-package-skeleton/health.svg)

```
[![Health](https://phpackages.com/badges/gergo-tar-laravel-package-skeleton/health.svg)](https://phpackages.com/packages/gergo-tar-laravel-package-skeleton)
```

###  Alternatives

[algoyounes/laravel-package-skeleton

Laravel Package Skeleton for streamlined package development

271.3k](/packages/algoyounes-laravel-package-skeleton)[wujunze/money-wrapper

MoneyPHP Wrapper

113.8k](/packages/wujunze-money-wrapper)

PHPackages © 2026

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