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

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

sumocoders/application-skeleton
===============================

v18.1.0(3mo ago)2756↓100%5proprietaryPHPPHP ^8.5CI passing

Since Sep 6Pushed 2mo ago5 watchersCompare

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

READMEChangelog (10)Dependencies (1)Versions (104)Used By (0)

SumoCoders Application Skeleton
===============================

[](#sumocoders-application-skeleton)

Use the following commands to create a new project:

```
composer create-project sumocoders/application-skeleton my_project
git init
git add .
git commit -n -m "Initial commit"

```

Start your project by running:

```
symfony serve
symfony console sass:build --watch

```

Configuration
-------------

[](#configuration)

### Deployment

[](#deployment)

Open `deploy.php` and check the configuration, replace the example values (prefixed with `$`) with correct values.

Try to deploy to staging by running:

```
symfony php vendor/bin/dep deploy stage=staging

```

Log in through `ssh` on the dev-server and alter the `.env.local`-file to use the correct credentials.

### Continuous deployment to staging and production

[](#continuous-deployment-to-staging-and-production)

Each time something is merged into the staging or the master branch it will be deployed automatically.

1. Open `.gitlab-ci.yml`
2. Scroll to `Deploy - to staging`.
3. Alter the url under `environment → url`.
4. Scroll to `Deploy - to production`.
5. Alter the url under `environment → url`.

Working on the Skeleton
-----------------------

[](#working-on-the-skeleton)

### Testing `create-project` locally

[](#testing-create-project-locally)

There is a test-script `scripts/test.sh` which you can use:

```
COMPOSER_MEMORY_LIMIT=-1 ./scripts/test.sh BRANCH-TO_TEST TARGETDIR

```

This will create a new project that uses the committed code in the selected branch. The new project will be located in the TARGETDIR

Kudos to [beporter](https://gist.github.com/beporter/31e7d1f5beeffda0da94).

###  Health Score

59

—

FairBetter than 99% of packages

Maintenance83

Actively maintained with recent releases

Popularity22

Limited adoption so far

Community20

Small or concentrated contributor base

Maturity96

Battle-tested with a long release history

 Bus Factor1

Top contributor holds 82.6% 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 ~35 days

Recently: every ~24 days

Total

78

Last Release

95d ago

Major Versions

v13.1.0 → v14.0.02025-07-15

v14.0.0 → v15.0.02025-08-13

v15.2.1 → 16.0.02025-10-27

v16.1.0 → v17.0.02025-12-15

v17.1.0 → v18.0.02026-01-19

PHP version history (10 changes)v1.0.0PHP ^7.1.3

v1.1.0PHP ^7.2

v3.0.0PHP ^7.4

v6.1.0PHP ^7.4 || ^8.0

v6.1.4PHP ^8.0

v6.3.0PHP ^8.1

v6.5.0PHP ^8.2

v9.0.0PHP ^8.3

v13.0.0PHP ^8.4

v18.0.0PHP ^8.5

### Community

Maintainers

![](https://www.gravatar.com/avatar/0afcdc0a47a32db64cc2e4c3b4cf59a5e283040d6e9f34284933394c24841f68?d=identicon)[tijsverkoyen](/maintainers/tijsverkoyen)

---

Top Contributors

[![tijsverkoyen](https://avatars.githubusercontent.com/u/250042?v=4)](https://github.com/tijsverkoyen "tijsverkoyen (300 commits)")[![absumo](https://avatars.githubusercontent.com/u/116194801?v=4)](https://github.com/absumo "absumo (29 commits)")[![jonasdekeukelaere](https://avatars.githubusercontent.com/u/4092903?v=4)](https://github.com/jonasdekeukelaere "jonasdekeukelaere (16 commits)")[![StijnVrolijk](https://avatars.githubusercontent.com/u/442529?v=4)](https://github.com/StijnVrolijk "StijnVrolijk (8 commits)")[![daphneslootmans](https://avatars.githubusercontent.com/u/25173939?v=4)](https://github.com/daphneslootmans "daphneslootmans (4 commits)")[![ilaria-orlando](https://avatars.githubusercontent.com/u/72805530?v=4)](https://github.com/ilaria-orlando "ilaria-orlando (2 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (1 commits)")[![Katrienvh](https://avatars.githubusercontent.com/u/12270833?v=4)](https://github.com/Katrienvh "Katrienvh (1 commits)")[![davysumo](https://avatars.githubusercontent.com/u/73877717?v=4)](https://github.com/davysumo "davysumo (1 commits)")[![bjorvack](https://avatars.githubusercontent.com/u/3007416?v=4)](https://github.com/bjorvack "bjorvack (1 commits)")

### Embed Badge

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

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

###  Alternatives

[bruli/php-git-hooks

Git hooks for PHP projects.

675370.8k5](/packages/bruli-php-git-hooks)[mapbender/mapbender

Mapbender library

10117.4k5](/packages/mapbender-mapbender)[bolt/project

Bolt standard project skeleton

4429.4k](/packages/bolt-project)

PHPackages © 2026

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