PHPackages                             jonasraoni/nines - 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. jonasraoni/nines

ActiveLibrary

jonasraoni/nines
================

Some useful bundles.

5.4.0(3y ago)1106GPL-3.0-or-laterPHPPHP &gt;=7.4.0

Since Jan 2Pushed 3y ago1 watchersCompare

[ Source](https://github.com/jonasraoni/nines)[ Packagist](https://packagist.org/packages/jonasraoni/nines)[ RSS](/packages/jonasraoni-nines/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (18)Versions (2)Used By (0)

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

[](#installation)

Make sure Composer is installed globally, as explained in the [installation chapter](https://getcomposer.org/doc/00-intro.md) of the Composer documentation.

Applications that use Symfony Flex
----------------------------------

[](#applications-that-use-symfony-flex)

Open a command console, enter your project directory and execute:

```
$ composer require ubermichael/nines:4.x-dev-up
```

Applications that don't use Symfony Flex
----------------------------------------

[](#applications-that-dont-use-symfony-flex)

### Step 1: Download the Bundles

[](#step-1-download-the-bundles)

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:

```
$ composer require ubermichael/nines:4.x-dev-up
```

### Step 2: Enable the Bundles You Want

[](#step-2-enable-the-bundles-you-want)

Then, enable the bundle by adding it to the list of registered bundles in the `config/bundles.php` file of your project:

```
// config/bundles.php

return [
    // ...
    Nines\BlogBundle\NinesBlogBundle::class => ['all' => true],
    Nines\DublinCoreBundle\NinesDublinCoreBundle::class => ['all' => true],
    Nines\EditorBundle\NinesEditorBundle::class => ['all' => true],
    Nines\FeedbackBundle\NinesFeedbackBundle::class => ['all' => true],
    Nines\MakerBundle\NinesMakerBundle::class => ['dev' => true],
    Nines\MediaBundle\NinesMediaBundle::class => ['all' => true],
    Nines\SolrBundle\NinesSolrBundle::class => ['all' => true],
    Nines\UserBundle\NinesUserBundle::class => ['all' => true],
    Nines\UtilBundle\NinesUtilBundle::class => ['all' => true],
];
```

NinesUtilBundle is required by all the others.

### Step 3: Add Routing Information

[](#step-3-add-routing-information)

Import the routing information as required:

```
# config/routes.yaml
nines_blog:
    resource: '@NinesBlogBundle/config/routes.yaml'
    prefix: blog

nines_dublin_core:
    resource: '@NinesDublinCoreBundle/config/routes.yaml'
    prefix: dc

nines_editor:
    resource: '@NinesEditorBundle/config/routes.yaml'
    prefix: editor

nines_feedback:
    resource: '@NinesFeedbackBundle/config/routes.yaml'
    prefix: feedback

nines_media:
    resource: '@NinesMediaBundle/config/routes.yaml'
    prefix: media

nines_user:
    resource: '@NinesUserBundle/config/routes.yaml'
```

### Step 4: Configure the Bundles

[](#step-4-configure-the-bundles)

Copy the configuration files from the bundles and edit them as required:

```
$ cp vendor/ubermichael/nines/*/config/nines_*.yaml config/packages/
```

### Step 5: Update Your Database Schema

[](#step-5-update-your-database-schema)

How you do this one depends on your project and your config. [Doctrine migrations](https://symfony.com/bundles/DoctrineMigrationsBundle/current/index.html) are the recommended approach.

### Post Installation

[](#post-installation)

This should be enough to get the bundles working. You may also wish to load the [Doctrine fixtures](https://symfony.com/bundles/DoctrineFixturesBundle/current/index.html).

Fixtures are available for development, testing, and production. They are labelled `dev`, `test`, and `prod`.

```
$ ./bin/console doctrine:fixtures:load --group=dev
```

Included Bundles
----------------

[](#included-bundles)

- [BlogBundle](BlogBundle/doc/index.md) - various blogging functionality
- [DublinCoreBundle](DublinCoreBundle/doc/index.md) - Attaches [Dublin Core Metadata](https://www.dublincore.org/specifications/dublin-core/dcmi-terms/) to entities
- [EditorBundle](EditorBundle/doc/index.md) - Wrapper around CKEditor
- [FeedbackBundle](FeedbackBundle/doc/index.md) - Attach comments to entities
- [MediaBundle](MediaBundle/doc/index.md) - Upload media files and attach them to entities
- [SolrBundle](SolrBundle/doc/index.md) - Solr server client
- [UserBundle](UserBundle/doc/index.md) - User logins and security related things
- [UtilBundle](UtilBundle/doc/index.md) - Various things that don't fit well elsewhere

Each bundle should include documentation.

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity45

Maturing project, gaining track record

 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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

1228d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/32c66dd29e4133c60890fd5dede747fd8975f0036c5e1f56f99eb7ebb25ee5df?d=identicon)[jonasraoni](/maintainers/jonasraoni)

---

Top Contributors

[![jonasraoni](https://avatars.githubusercontent.com/u/361921?v=4)](https://github.com/jonasraoni "jonasraoni (8 commits)")

### Embed Badge

![Health badge](/badges/jonasraoni-nines/health.svg)

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

###  Alternatives

[sylius/sylius

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

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

The Laravel Framework.

34.6k509.9M17.0k](/packages/laravel-framework)[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[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)[pimcore/pimcore

Content &amp; Product Management Framework (CMS/PIM/E-Commerce)

3.7k3.7M389](/packages/pimcore-pimcore)

PHPackages © 2026

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