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

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

algoyounes/laravel-package-skeleton
===================================

Laravel Package Skeleton for streamlined package development

v1.2.12(1y ago)271.3k4MITPHPPHP ^8.2CI passing

Since May 8Pushed 4mo ago3 watchersCompare

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

READMEChangelog (10)Dependencies (6)Versions (20)Used By (0)

[![Laravel Package Skeleton Logo](assets/logo.png)](assets/logo.png)
**Laravel Package Skeleton**

[![Build Status](https://github.com/algoyounes/laravel-package-skeleton/actions/workflows/unit-tests.yml/badge.svg)](https://github.com/algoyounes/laravel-package-skeleton/actions)[![Total Downloads](https://camo.githubusercontent.com/3daa4df9be2a945078c14abcbe2bc71dfe53da764f76e94d52c2f07b5aecb205/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f616c676f796f756e65732f6c61726176656c2d7061636b6167652d736b656c65746f6e)](https://packagist.org/packages/algoyounes/laravel-package-skeleton)[![Latest Stable Version](https://camo.githubusercontent.com/a26cc54bab4c13a095a2bbaf2b65770bba81491a774f39dc2bc4f67b89873d75/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f616c676f796f756e65732f6c61726176656c2d7061636b6167652d736b656c65746f6e)](https://packagist.org/packages/algoyounes/laravel-package-skeleton)[![License](https://camo.githubusercontent.com/b6c5900fabc8a5f1733585dceb975dc0ab2a1069c6d1ec222c9ae21991a47a71/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f616c676f796f756e65732f6c61726176656c2d7061636b6167652d736b656c65746f6e)](https://packagist.org/packages/algoyounes/laravel-package-skeleton)

Creating Laravel packages made it easy! You can start building your own modular, organized package effortlessly.

Note

This package requires PHP 8.2+ and Laravel 11+

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

[](#installation)

You can install the package globally via composer:

```
composer global require algoyounes/laravel-package-skeleton

```

Usage
-----

[](#usage)

Once installed, you can use the following commands to streamline your package development process:

**⚡️ Create your package using composer :**

```
composer create-project algoyounes/laravel-package-skeleton --prefer-source YourPackageName

```

**🚀 Run the entire test suite :**

```
composer test

```

Running `composer test` will execute the following tasks :

- 🔄 Refactoring Tests: `composer rector`
- 🧹 Linting Tests: `composer test:lint`
- 🔍 Static Analysis Tests: `composer test:types`
- 🛠️ Unit Tests: `composer test:unit`

**🔧 Install Git Hooks:**

```
composer hook:install

```

Running `composer hook` will execute the following tasks :

- 🔄 Pre-commit Hook: `composer hook:pre-commit`
- 🧹 Pre-push Hook: `composer hook:pre-push`

**🛠️ Fix code issues:**

```
composer fix

```

Running `composer fix` will execute the following tasks:

- ✨ Laravel linting Fixes: `composer fix:lint`
- 🔄 Refactoring Fixes: `composer fix:refactor`

###  Health Score

45

—

FairBetter than 92% of packages

Maintenance62

Regular maintenance activity

Popularity30

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 86% 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 ~18 days

Recently: every ~13 days

Total

19

Last Release

400d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/bfd15013ece7b7782813460af6ec7162ca0d9973cc0d9cf5ef3307f5afba0b5a?d=identicon)[Algo Younes](/maintainers/Algo%20Younes)

---

Top Contributors

[![algoyounes](https://avatars.githubusercontent.com/u/45436028?v=4)](https://github.com/algoyounes "algoyounes (43 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (7 commits)")

---

Tags

laravellaravel-developer-toolslaravel-package-templateskeletonskeleton-packageskeleton-phplaravelpackagelaravel-packageSkeletonpackage-developmentpackage-skeletonLaravel Package Skeletonskeleton-package

###  Code Quality

TestsPest

Static AnalysisPHPStan, Rector

Code StyleLaravel Pint

Type Coverage Yes

### Embed Badge

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

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

###  Alternatives

[imanghafoori/laravel-nullable

A package to help you write expressive defensive code in a functional manner

151423.7k6](/packages/imanghafoori-laravel-nullable)[paxha/laravel-reportable

This Laravel Eloquent extension provides record according to dates using models.

111.2k](/packages/paxha-laravel-reportable)

PHPackages © 2026

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