PHPackages                             jeffpascal/framework - 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. jeffpascal/framework

ActiveProject[Framework](/categories/framework)

jeffpascal/framework
====================

v6.4.0(3y ago)02proprietaryPHPPHP ^8.1

Since Sep 6Pushed 3y agoCompare

[ Source](https://github.com/IBM-G5/application-skeleton)[ Packagist](https://packagist.org/packages/jeffpascal/framework)[ RSS](/packages/jeffpascal-framework/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (1)Versions (71)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 you project by running:

```
symfony serve
npm run 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/deployer.phar deploy staging

```

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

### Continuous deployment to staging

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

Each time something is merged into the staging branch it can be deployed automatically. To do so, follow the steps below:

1. Open the project in Gitlab.
2. Open Settings → Repository → Deploy Keys.
3. Click the tab "Privately accessible deploy keys" and enable the key called "Sumo deploy user".
4. Open Settings → CI / CD → Variables.
5. Add a variable called `SSH_PRIVATE_KEY`, the value can be found in 1Password under "Sumo Deploy User private key". You can check the "Protect variable" flag.
6. Add a variable called `SSH_KNOWN_HOSTS`, the value should be the output of `ssh-keyscan -H dev02.sumocoders.eu`.
7. Open `.gitlab-ci.yaml`, scroll to `Deploy - to staging`.
8. Alter the url under `environment → url`.

Usage
-----

[](#usage)

### Using Encore

[](#using-encore)

Building assets:

```
# compile assets once
npm run dev

# or, recomile assets automatically when files change
npm run watch

# on deploy, create a production build
npm run build

```

For more information about Encore, see the [official documentation](https://symfony.com/doc/current/frontend.html#webpack-encore).

Tests
-----

[](#tests)

We use [panther](https://github.com/symfony/panther) to add functional tests to our project. By default, a page response 200 should be tested on al pages. To do this you can add your urls to the `providePublicUrls` and/or `provideLoggedInUrls`.

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 commited 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

33

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity86

Battle-tested with a long release history

 Bus Factor1

Top contributor holds 91.7% 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 ~46 days

Recently: every ~69 days

Total

34

Last Release

1333d ago

Major Versions

v1.3.0 → v2.0.02020-09-22

v2.0.0 → v3.0.02020-12-07

v3.3.0 → v4.0.02021-04-07

v4.1.3 → v5.0.02021-05-31

v5.1.1 → v6.0.02021-08-09

PHP version history (6 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

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/15276887?v=4)[Pascal Jean-Francois](/maintainers/jeffpascal)[@jeffpascal](https://github.com/jeffpascal)

---

Top Contributors

[![tijsverkoyen](https://avatars.githubusercontent.com/u/250042?v=4)](https://github.com/tijsverkoyen "tijsverkoyen (177 commits)")[![StijnVrolijk](https://avatars.githubusercontent.com/u/442529?v=4)](https://github.com/StijnVrolijk "StijnVrolijk (8 commits)")[![absumo](https://avatars.githubusercontent.com/u/116194801?v=4)](https://github.com/absumo "absumo (3 commits)")[![jeffpascal](https://avatars.githubusercontent.com/u/15276887?v=4)](https://github.com/jeffpascal "jeffpascal (1 commits)")[![jonasdekeukelaere](https://avatars.githubusercontent.com/u/4092903?v=4)](https://github.com/jonasdekeukelaere "jonasdekeukelaere (1 commits)")[![Katrienvh](https://avatars.githubusercontent.com/u/12270833?v=4)](https://github.com/Katrienvh "Katrienvh (1 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (1 commits)")[![bjorvack](https://avatars.githubusercontent.com/u/3007416?v=4)](https://github.com/bjorvack "bjorvack (1 commits)")

### Embed Badge

![Health badge](/badges/jeffpascal-framework/health.svg)

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

###  Alternatives

[symfony/symfony-demo

Symfony Demo Application

2.6k254.2k](/packages/symfony-symfony-demo)[oro/platform

Business Application Platform (BAP)

645143.5k115](/packages/oro-platform)[shopware/production

177209.0k](/packages/shopware-production)[symfony/skeleton

A minimal Symfony project recommended to create bare bones applications

6214.6M2](/packages/symfony-skeleton)[kimai/kimai

Kimai - Time Tracking

4.8k9.0k1](/packages/kimai-kimai)[sylius/sylius-standard

Starting point for projects powered by Sylius eCommerce.

279297.2k](/packages/sylius-sylius-standard)

PHPackages © 2026

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