PHPackages                             piotzkhider/laravel-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. [Framework](/categories/framework)
4. /
5. piotzkhider/laravel-skeleton

ActiveLibrary[Framework](/categories/framework)

piotzkhider/laravel-skeleton
============================

Generic Laravel project skeleton package

1.0.1(6y ago)081MITPHPPHP ^7.2CI failing

Since Sep 3Pushed 6y ago1 watchersCompare

[ Source](https://github.com/piotzkhider/Laravel.Skeleton)[ Packagist](https://packagist.org/packages/piotzkhider/laravel-skeleton)[ Docs](https://github.com/piotzkhider/Laravel.Skeleton)[ RSS](/packages/piotzkhider-laravel-skeleton/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (14)Versions (2)Used By (0)

This library is heavily inspired by the [bear/qa-tools](https://github.com/bearsunday/BEAR.QATools), [koriym/Koriym.PhpSkeleton](https://github.com/koriym/Koriym.PhpSkeleton)

Laravel skeleton
================

[](#laravel-skeleton)

Create Project
--------------

[](#create-project)

To create your project, enter the following command in your console.

```
composer create-project piotzkhider/laravel-skeleton

```

You will be asked a few questions to configure the project:

```
What is the vendor name ?

(MyVendor):Piotzkhider

What is the package name ?

(MyPackage):AwesomePackage

```

Composer Commands
-----------------

[](#composer-commands)

Once installed, the project will automatically be configured so you can run those commands in the root of your application:

### test

[](#test)

`composer test` run [`phpunit`](https://github.com/sebastianbergmann/phpunit).

### tests

[](#tests)

`composer tests` run [`phpcs`](https://github.com/squizlabs/PHP_CodeSniffer), [`php-cs-fixer`](https://github.com/FriendsOfPHP/PHP-CS-Fixer), [`phpstan`](https://github.com/phpstan/phpstan), [`psalm`](https://github.com/vimeo/psalm) and [`phpunit`](https://github.com/sebastianbergmann/phpunit).

### coverage

[](#coverage)

`composer coverage` builds test coverage report.

### cs-fix

[](#cs-fix)

`composer cs-fix` run [`php-cs-fixer`](https://github.com/FriendsOfPHP/PHP-CS-Fixer) and [`phpcbf`](https://github.com/squizlabs/PHP_CodeSniffer/wiki/Fixing-Errors-Automatically) to fix up the PHP code to follow the coding standards. (Check only command `composer cs` is also available.)

Setup continuous integration
----------------------------

[](#setup-continuous-integration)

- [CircleCI](https://circleci.com/docs/)

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity53

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

2443d ago

### Community

Maintainers

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

---

Top Contributors

[![piotzkhider](https://avatars.githubusercontent.com/u/7950487?v=4)](https://github.com/piotzkhider "piotzkhider (3 commits)")

---

Tags

laravelSkeleton

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan, Psalm

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

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

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

###  Alternatives

[codewithdennis/larament

Larament is a time-saving starter kit to quickly launch Laravel 13.x projects. It includes FilamentPHP 5.x pre-installed and configured, along with additional tools and features to streamline your development workflow.

3691.5k](/packages/codewithdennis-larament)

PHPackages © 2026

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