adachsoft/symfony-skeleton

Skeleton for Symfony web projects with framework-agnostic core architecture

Maintainers

Package info

gitlab.com/a.adach/symfony-skeleton

Issues

Type:project

pkg:composer/adachsoft/symfony-skeleton

Statistics

Installs: 1

Dependents: 0

Suggesters: 0

Stars: 0

v0.1.0 2026-04-01 08:39 UTC

This package is not auto-updated.

Last update: 2026-04-02 05:22:48 UTC


README

adachsoft/symfony-skeleton is a Composer create-project template for Symfony web applications with a framework-agnostic core.

Purpose

This repository is the source skeleton package. It is designed to generate new Symfony projects where business code stays isolated from framework code.

Installation

composer create-project adachsoft/symfony-skeleton my-app

Generated project documentation

This repository keeps its own README.md and CHANGELOG.md for the skeleton package itself. The generated application receives separate project-level documentation from the .skeleton/ directory during post-create-project-cmd.

Core architectural rule

  • src/ contains framework-agnostic business code.
  • framework/symfony/ contains Symfony adapters.
  • Dependency direction is framework -> src.

Available profile initialization

bin/console skeleton:init --type=api
bin/console skeleton:init --type=fullstack

Development

composer test
composer stan
composer deptrac
composer cs:check