PHPackages                             crafics/symfony-ddd-edition - 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. crafics/symfony-ddd-edition

ActiveProject[Framework](/categories/framework)

crafics/symfony-ddd-edition
===========================

The "Symfony DDD Edition" distribution

2191PHP

Since Jan 18Pushed 6y ago2 watchersCompare

[ Source](https://github.com/crafics/symfony-ddd-edition)[ Packagist](https://packagist.org/packages/crafics/symfony-ddd-edition)[ RSS](/packages/crafics-symfony-ddd-edition/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (2)Used By (0)

Symfony DDD Edition
===================

[](#symfony-ddd-edition)

Welcome to the Symfony DDD Edition - a fully-functional Symfony2 application that you can use as the skeleton for your new applications.

[![Build Status](https://camo.githubusercontent.com/b7a14441a86aa3dc4404555b58778b6b2a103ed9703febe2ecdb9ef8ea377afa/68747470733a2f2f7472617669732d63692e6f72672f637261666963732f73796d666f6e792d6464642d65646974696f6e2e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/crafics/symfony-ddd-edition)

This edition is a modified clone of the great gimler/symfony-rest-edition.

This document contains information on how to download, install, and start using Symfony. For a more detailed explanation, see the \[Installation\]\[1\] chapter of the Symfony Documentation.

1. Installing the DDD Edition

---

When it comes to installing the Symfony DDD Edition, you have the following options.

### Use Composer (*recommended*)

[](#use-composer-recommended)

As Symfony uses \[Composer\]\[2\] to manage its dependencies, the recommended way to create a new project is to use it.

If you don't have Composer yet, download it following the instructions on  or just run the following command:

```
curl -s http://getcomposer.org/installer | php

```

Then, use the `create-project` command to generate a new Symfony application:

```
php composer.phar create-project crafics/symfony-ddd-edition --stability=dev path/to/install

```

Composer will install Symfony and all its dependencies under the `path/to/install` directory. test

### Download an Archive File

[](#download-an-archive-file)

To quickly test Symfony, you can also download an \[archive\]\[3\] of the Standard Edition and unpack it somewhere under your web server root directory.

If you downloaded an archive "without vendors", you also need to install all the necessary dependencies. Download composer (see above) and run the following command:

```
php composer.phar install

```

2. Checking your System Configuration

---

Before starting coding, make sure that your local system is properly configured for Symfony.

Execute the `check.php` script from the command line:

```
php app/check.php

```

Access the `config.php` script from a browser:

```
http://localhost/path/to/symfony/app/web/config.php

```

If you get any warnings or recommendations, fix them before moving on.

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity37

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/f98597e437635bacd9ccad8c1b903f6e6811686705f141b8e9aeba4aff2914ab?d=identicon)[crafics](/maintainers/crafics)

---

Top Contributors

[![crafics](https://avatars.githubusercontent.com/u/171147?v=4)](https://github.com/crafics "crafics (22 commits)")

### Embed Badge

![Health badge](/badges/crafics-symfony-ddd-edition/health.svg)

```
[![Health](https://phpackages.com/badges/crafics-symfony-ddd-edition/health.svg)](https://phpackages.com/packages/crafics-symfony-ddd-edition)
```

###  Alternatives

[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k39.6M299](/packages/laravel-dusk)[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)[link-cloud/fast-hyperf

LinkCloud Fast Hyperf

241.2k1](/packages/link-cloud-fast-hyperf)

PHPackages © 2026

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