PHPackages                             sfynx-project/core-bundle - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. sfynx-project/core-bundle

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

sfynx-project/core-bundle
=========================

This Bundle provides models of classes allowing to work and develop with Domain Driven Design, translation and tree doctrine abstraction, generation class system

v2.11.4(7y ago)51.0k45LGPL-3.0-or-laterPHPPHP ^7.2

Since Feb 14Pushed 7y ago7 watchersCompare

[ Source](https://github.com/pigroupe/SfynxCoreBundle)[ Packagist](https://packagist.org/packages/sfynx-project/core-bundle)[ Docs](http://pigroupe.github.io/cmf-sfynx/)[ RSS](/packages/sfynx-project-core-bundle/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (12)Versions (38)Used By (5)

Core SFYNX Bundle
=================

[](#core-sfynx-bundle)

[![Latest Stable Version](https://camo.githubusercontent.com/3c7a20dd4f840519bd2a34dd8d8392c067cc59ce180e42bf7e9df64b4bc239f7/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7366796e782d70726f6a6563742f636f72652d62756e646c652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/sfynx-project/core-bundle)[![Minimum PHP Version](https://camo.githubusercontent.com/4f9eddea3b5f90bdf4c2f6feafb71962a03512fd923888e4aef358cf6334daf7/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d253345253344253230372e322d3838393242462e7376673f7374796c653d666c61742d737175617265)](https://php.net/)[![License](https://camo.githubusercontent.com/1447513ac7f14a05eb8f94248194e5d655f0f8951e5d8905a29982c9c1e2aaee/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4c47504c2d7265642e7376673f7374796c653d666c61742d737175617265)](LICENSE)

The Symfony provides a flexible framework that allows you to compose with a DDD (Domain-driven design) applicative architecture. This is to simplify the work of developers with DDD pattern, and enable to follow the SOLID principles in the POO development.

So, if you need to work with an approach to software development for complex needs by connecting the implementation to an evolving mode, then you're in the right place.

Documentation
-------------

[](#documentation)

The source of the documentation is stored in the `Resources/doc/` folder in this bundle :

- [Read the Documentation for master](https://github.com/pigroupe/SfynxCoreBundle/blob/master/Resources/doc/index.md)
- [Read the Documentation](Resources/doc/index.md)

###### a) Prerequisites

[](#a-prerequisites)

This version of the bundle requires php 7.2+.

###### b) Configuration

[](#b-configuration)

Add dependencies in your `composer.json` file:

```
"require": {
    ...
    "sfynx-project/core-bundle": "dev-master"
},
```

Install these new dependencies of your application:

```
$ composer update --no-interaction --with-dependencies
```

Enable bundles in your application kernel:

```
