PHPackages                             iportillo/skeleton-php - 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. [PSR &amp; Standards](/categories/psr-standards)
4. /
5. iportillo/skeleton-php

ActiveProject[PSR &amp; Standards](/categories/psr-standards)

iportillo/skeleton-php
======================

Basic PHP skeleton with the PSR-4 specification for class autoloading

v3.0.0(1y ago)114MITPHP

Since Aug 8Pushed 1y ago1 watchersCompare

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

READMEChangelog (3)Dependencies (3)Versions (4)Used By (0)

skeleton-php
============

[](#skeleton-php)

Basic php skeleton with the PSR-4 specification, for class autoloading.

Integrated into the skeleton linter for static analysis and code styles and automatic code refactoring.

---

> **Requires [PHP 8.2+](https://php.net/releases/)**

### Create new project

[](#create-new-project)

For initial new project, execute this command:

```
composer create-project iportillo/skeleton-php project-name

```

Commands in skeleton
--------------------

[](#commands-in-skeleton)

Use codebase with **Pint**:

```
composer lint
```

Run refactors using **Rector**

```
composer refacto
```

Run static analysis using **PHPStan**:

```
composer test:types
```

Run unit tests using **PEST**

```
composer test:unit
```

Run the entire test suite:

```
composer test
```

### Running server

[](#running-server)

```
cd public
php -S localhost:8000
```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance42

Moderate activity, may be stable

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity49

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

Total

3

Last Release

481d ago

Major Versions

1.0 → 2.02023-06-09

2.0 → v3.0.02025-01-22

### Community

Maintainers

![](https://www.gravatar.com/avatar/ab55ffba5f7c5f79380ee538b61dea99c47b56c30cc56fb419bd286b0f2bb23a?d=identicon)[PortilloDev](/maintainers/PortilloDev)

---

Top Contributors

[![PortilloDev](https://avatars.githubusercontent.com/u/43127973?v=4)](https://github.com/PortilloDev "PortilloDev (16 commits)")

### Embed Badge

![Health badge](/badges/iportillo-skeleton-php/health.svg)

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

###  Alternatives

[laravel/framework

The Laravel Framework.

34.6k509.9M17.0k](/packages/laravel-framework)[orchestra/testbench

Laravel Testing Helper for Packages Development

2.2k39.1M32.1k](/packages/orchestra-testbench)[tightenco/jigsaw

Simple static sites with Laravel's Blade.

2.2k438.5k29](/packages/tightenco-jigsaw)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9682.1M97](/packages/roots-acorn)[timacdonald/log-fake

A drop in fake logger for testing with the Laravel framework.

4235.9M56](/packages/timacdonald-log-fake)[laravel/vapor-cli

The Laravel Vapor CLI

31310.7M8](/packages/laravel-vapor-cli)

PHPackages © 2026

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