PHPackages                             sebsept/php-starter - 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. [Testing &amp; Quality](/categories/testing)
4. /
5. sebsept/php-starter

ActiveProject[Testing &amp; Quality](/categories/testing)

sebsept/php-starter
===================

SoigneMoi webcli

001PHP

Since Dec 21Pushed 1y ago1 watchersCompare

[ Source](https://github.com/SebSept/php-starter)[ Packagist](https://packagist.org/packages/sebsept/php-starter)[ RSS](/packages/sebsept-php-starter/feed)WikiDiscussions dev Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

! This repository is at an early stage of development. I use it to fast start my own projects/tests.

---

PHP / Docker / Composer Project Bedrock
=======================================

[](#php--docker--composer-project-bedrock)

Ready to use repository for any symfony project. This provides a Docker image and files to bootstrap a Symfony project.

Motivation
----------

[](#motivation)

Avoid doing always the same things when starting a composer project. Learn Docker, php server admin.

Features
--------

[](#features)

- docker php image based on php-fpm (alpine linux)
    - xdebug, intl, pdo\_pgsql
    - composer
    - fish shell
    - symfony cli
    - psysh
- just file for just task runner

### Justfile

[](#justfile)

Shortcuts to run commands in the container using [just task runner](https://github.com/casey/just)in `.justfile` to help with common tasks.

- up # docker-compose up -d
- update # update source files + docker compose down+up + tests
- fish # open a fish shell on the container
- new-controller
- new-api # new api controller + migrations
- db-create # drop and recreates the db (for dev)
- db-migrate # doctrine:migrations:migrate --no-interaction
- db-create-test # create test db
- db-fixtures-make # create fixtures in dev db
- make:fixtures
- db-fixtures-load
- console # run a symfony console
- req package # composer req
- req-dev package
- tests # run phpunit tests
- test # run a single test
- make-test
- sql # run sql command using {{console}} dbal:run-sql
- psysh

Requirements
------------

[](#requirements)

- *docker compose*
- [just task runner](https://github.com/casey/just)
- *xdg-open* for `init` command (type `xdg-open` in your terminal to test)

Getting started
---------------

[](#getting-started)

Check requirements above.

- Click the *Use this template* green button on top of this page (github).
- Clone your new repository
- Adjust the `.env` file if needed
- Adjust `composer.json` file
- In your terminal : `just init` (or `just init-alt` if *xdg-open* not available)

Done ! Ready to dev.

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance31

Infrequent updates — may be unmaintained

Popularity1

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity18

Early-stage or recently created project

 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.

### Community

Maintainers

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

---

Top Contributors

[![SebSept](https://avatars.githubusercontent.com/u/2592502?v=4)](https://github.com/SebSept "SebSept (97 commits)")

---

Tags

composerdockergitphpphp-cs-fixerphpstanphpunitpre-commit-hook

### Embed Badge

![Health badge](/badges/sebsept-php-starter/health.svg)

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

###  Alternatives

[phpspec/prophecy

Highly opinionated mocking framework for PHP 5.3+

8.5k551.7M682](/packages/phpspec-prophecy)[vimeo/psalm

A static analysis tool for finding errors in PHP applications

5.8k77.5M6.7k](/packages/vimeo-psalm)[brianium/paratest

Parallel testing for PHP

2.5k118.8M754](/packages/brianium-paratest)[beberlei/assert

Thin assertion library for input validation in business models.

2.4k96.9M570](/packages/beberlei-assert)[mikey179/vfsstream

Virtual file system to mock the real file system in unit tests.

1.4k108.0M2.7k](/packages/mikey179-vfsstream)[orchestra/testbench

Laravel Testing Helper for Packages Development

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

PHPackages © 2026

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