PHPackages                             jmpatricio/sheldon - 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. jmpatricio/sheldon

ActiveProject

jmpatricio/sheldon
==================

1.0.0(5y ago)04[20 PRs](https://github.com/jmpatricio/sheldon/pulls)proprietaryPHPPHP ^7.2.5

Since May 30Pushed 3y ago1 watchersCompare

[ Source](https://github.com/jmpatricio/sheldon)[ Packagist](https://packagist.org/packages/jmpatricio/sheldon)[ RSS](/packages/jmpatricio-sheldon/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependencies (30)Versions (22)Used By (0)

sheldon
=======

[](#sheldon)

The boilerplate for new projects

Getting Started
---------------

[](#getting-started)

### Create the new project

[](#create-the-new-project)

`composer create-project jmpatricio/sheldon blog`

Initiate the project
--------------------

[](#initiate-the-project)

`cd ./blog`

`yarn install`

For local environment, use the sqlite db

`touch ./var/database.sqlite`

Add the following content to `./.env.local`

```
###> doctrine/doctrine-bundle ###
# Format described at https://www.doctrine-project.org/projects/doctrine-dbal/en/latest/reference/configuration.html#connecting-using-a-url
# For an SQLite database, use: "sqlite:///%kernel.project_dir%/var/data.db"
# For a PostgreSQL database, use: "postgresql://db_user:db_password@127.0.0.1:5432/db_name?serverVersion=11&charset=utf8"
# IMPORTANT: You MUST configure your server version, either here or in config/packages/doctrine.yaml
DATABASE_URL=sqlite:///%kernel.project_dir%/var/data.sqlite
###< doctrine/doctrine-bundle ###
```

### Bootstrap the database

[](#bootstrap-the-database)

`./bin/console doctrine:migrations:migrate`

### Load the default users

[](#load-the-default-users)

`./bin/console doctrine:fixtures:load`

This will create 2 users.

- admin@localhost (password: admin)
- user@localhost (password: user)

### Start the local server

[](#start-the-local-server)

`synfony serve`

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity60

Established project with proven stability

 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

Unknown

Total

1

Last Release

2178d ago

### Community

Maintainers

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

---

Top Contributors

[![jmpatricio](https://avatars.githubusercontent.com/u/532073?v=4)](https://github.com/jmpatricio "jmpatricio (11 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (1 commits)")

### Embed Badge

![Health badge](/badges/jmpatricio-sheldon/health.svg)

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

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M651](/packages/sylius-sylius)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)[easycorp/easyadmin-demo

EasyAdmin Demo Application

145.7k](/packages/easycorp-easyadmin-demo)[kimai/kimai

Kimai - Time Tracking

4.6k7.4k1](/packages/kimai-kimai)[chameleon-system/chameleon-base

The Chameleon System core.

1026.5k3](/packages/chameleon-system-chameleon-base)[forumify/forumify-platform

121.8k11](/packages/forumify-forumify-platform)

PHPackages © 2026

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