PHPackages                             itafroma/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. itafroma/skeleton

ActiveLibrary

itafroma/skeleton
=================

Skeleton package for PHP projects.

v1.0.0(11y ago)023MITShell

Since Apr 6Pushed 10y ago1 watchersCompare

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

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

Skeleton project (PHP)
======================

[](#skeleton-project-php)

This is a placeholder/skeleton project to load the essential configuration and packages [I](https://marktrapp.com "My website") use for development of PHP projects.

Conventions
-----------

[](#conventions)

### Dependencies

[](#dependencies)

- [Composer](https://getcomposer.org "Composer website") for dependency management
- [PSR-4](http://www.php-fig.org/psr/psr-4/ "PSR-4 specification") for autoloading
- [PHPUnit](https://phpunit.de "PHPUnit website") for unit-testing
- [Scrutinizer](https://scrutinizer-ci.com "Scutinizer website") for code analysis and reporting, configured to match [PSR-1](http://www.php-fig.org/psr/psr-1/ "PSR-1 specification") and [PSR-2](http://www.php-fig.org/psr/psr-2/ "PSR-2 specification") (among other things: see [.scrutinizer.yml](./.scrutinizer.yml))
- [Travis CI](https://travis-ci.org "Travis CI website") for continuous integration

### Directory structure:

[](#directory-structure)

- [bin](./bin): Executable artifacts
- [build](./build): Automatically generated artifacts from your build/CI process. For example, PHPUnit test results will be placed here.
- [config](./config): Configuration files that are not required to be in the project root
- [src](./src): PSR-4-compliant code
- [tests](./tests): PSR-4-compliant PHPUnit tests
- [vendor](./vendor): Dependency artifacts from Composer

Usage
-----

[](#usage)

First, load this package as a project via Composer:

```
# Replace [PROJECT] with the desired name of your project directory
composer create-project itafroma/skeleton [PROJECT]
```

Remove the existing VCS history when asked: this information is specific to this repository, not your new project.

Next, modify the existing files to be specific to your new project:

- [composer.json](./composer.json)
- [LICENSE](./LICENSE)
- [README.markdown](./README.markdown)

Finally, update your project's `composer.lock`:

```
composer update
```

Now you're ready to start development and push your new project to your favorite VCS.

Copyright and license
---------------------

[](#copyright-and-license)

Where applicable, this project is released into the public domain. It is otherwise made available via the MIT license. A copy of the license can be found in the [LICENSE](./LICENSE) file.

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity64

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

Unknown

Total

1

Last Release

4061d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/277116?v=4)[Mark Trapp](/maintainers/itafroma)[@itafroma](https://github.com/itafroma)

---

Top Contributors

[![itafroma](https://avatars.githubusercontent.com/u/277116?v=4)](https://github.com/itafroma "itafroma (1 commits)")

---

Tags

Skeleton

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[jeroen-g/laravel-packager

A cli tool for creating Laravel packages.

1.4k707.3k18](/packages/jeroen-g-laravel-packager)[laminas/laminas-mvc-skeleton

Laminas MVC Skeleton Application

18088.0k](/packages/laminas-laminas-mvc-skeleton)[mezzio/mezzio-skeleton

Laminas mezzio skeleton. Begin developing PSR-15 middleware applications in seconds!

12726.2k](/packages/mezzio-mezzio-skeleton)[flightphp/skeleton

A Flight PHP framework skeleton app to get your new projects up and running ASAP

602.4k](/packages/flightphp-skeleton)[markocupic/contao-bundle-creator-bundle

This bundle provides a bundle maker for Contao 4.\*. The extension will create a fully working backend- or/and frontend module after you have defined a few parameters in the contao backend.

224.7k](/packages/markocupic-contao-bundle-creator-bundle)

PHPackages © 2026

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