PHPackages                             carteni/sonata-distribution - 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. carteni/sonata-distribution

ActiveProject[Framework](/categories/framework)

carteni/sonata-distribution
===========================

011PHP

Since Feb 6Pushed 8y agoCompare

[ Source](https://github.com/Carteni/sonata-distribution)[ Packagist](https://packagist.org/packages/carteni/sonata-distribution)[ RSS](/packages/carteni-sonata-distribution/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Sonata-Project Distribution (SF 3.3)
====================================

[](#sonata-project-distribution-sf-33)

The aim of this distribution is to supply a skeleton to start working with some bundles of Sonata already configured. At the moment supplies an integration with Sonata Admin, Sonata Classification and Sonata Media bundles.

**This project is experimental!**

Installation
============

[](#installation)

1. Clone repository and generate a secret in parameters.yml.
2. Update vendors.

```
$ composer update

```

3. Create database.

```
$ bin/console doctrine:database:create

```

4. Update schema.

```
$ bin/console doctrine:schema:update --force

```

5. Fix Sonata contexts.

This distribution defines 2 contexts: *default* e *media* under `sonata_media` config in `src\AppAdminBundle\Resources\config\config.yml`

```
$ bin/console sonata:classification:fix-context
$ bin/console sonata:media:fix-media-context

```

6. Clear cache and install assets

```
$ bin/console cache:clear
$ bin/console assets:install

```

7. Create and promote user to ROLE\_SUPER\_ADMIN.

```
$ bin/console fos:user:create
$ bin/console fos:user:promote

```

8. Add uploads/media folder under web folder

```
$ mkdir web/uploads
$ mkdir web/uploads/media
$ chmod -R 0777 web/uploads

```

9. Visit the admin page on `/admin/dashboard`.

Screenshots:

1. [Dashboard](http://www.multimediaexperiencestudio.it/github/sonata-distribution/screen_01.png)
2. [Media / List](http://www.multimediaexperiencestudio.it/github/sonata-distribution/screen_02.png)
3. [Category / Tree](http://www.multimediaexperiencestudio.it/github/sonata-distribution/screen_03.png)
4. [Category / Edit](http://www.multimediaexperiencestudio.it/github/sonata-distribution/screen_04.png)
5. [Post / Edit (SonataMediaBundle and CKEditor integration)](http://www.multimediaexperiencestudio.it/github/sonata-distribution/screen_05.png)

###### ♥ ☕ m|e|s

[](#--mes)

###  Health Score

19

—

LowBetter than 9% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 93.8% 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/4e0384d7b58db561e51d18fb26359b83a48f2905ef0c8371500d3f2030d4c9dc?d=identicon)[carteni](/maintainers/carteni)

---

Top Contributors

[![carteni](https://avatars.githubusercontent.com/u/20724691?v=4)](https://github.com/carteni "carteni (15 commits)")[![pborreli](https://avatars.githubusercontent.com/u/77759?v=4)](https://github.com/pborreli "pborreli (1 commits)")

---

Tags

phpskeletonsymfonysymfony-skeleton

### Embed Badge

![Health badge](/badges/carteni-sonata-distribution/health.svg)

```
[![Health](https://phpackages.com/badges/carteni-sonata-distribution/health.svg)](https://phpackages.com/packages/carteni-sonata-distribution)
```

###  Alternatives

[laravel/socialite

Laravel wrapper around OAuth 1 &amp; OAuth 2 libraries.

5.7k104.3M836](/packages/laravel-socialite)[laravel/dusk

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

1.9k38.6M289](/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)
