Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/victoire/victoire

Fullstack Symfony CMS: The perfect mix between a framework and a CMS
https://github.com/victoire/victoire

bundle cms dynamic symfony symfony-bundle symfony-cms

Last synced: 5 days ago
JSON representation

Fullstack Symfony CMS: The perfect mix between a framework and a CMS

Awesome Lists containing this project

README

        

![Victoire](https://cloud.githubusercontent.com/assets/618536/20215349/db459e60-a813-11e6-894d-ba4ec0f2c088.jpg)

[![Gitter chat](https://badges.gitter.im/Victoire/Victoire.png)](https://gitter.im/Victoire/victoire)
[![License](https://img.shields.io/packagist/l/Victoire/Victoire.svg)](https://packagist.org/packages/Victoire/Victoire)
[![Version](https://img.shields.io/packagist/v/Victoire/Victoire.svg)](https://packagist.org/packages/Victoire/Victoire)
[![CircleCI](https://circleci.com/gh/Victoire/victoire.svg?style=shield)](https://circleci.com/gh/Victoire/victoire)
[![Scrutinizer Quality Score](https://img.shields.io/scrutinizer/g/Victoire/Victoire.svg)](https://scrutinizer-ci.com/g/Victoire/victoire/)
[![SensioLabsInsight](https://insight.sensiolabs.com/projects/92a98a39-8fa0-4e3c-b90d-e56d4c8f89b3/mini.png)](https://insight.sensiolabs.com/projects/92a98a39-8fa0-4e3c-b90d-e56d4c8f89b3)

## Warning

Victoire is not supported anymore.

## Overview

Victoire is a **Symfony** overlay integrating a Dynamic-CMS that use the core business datas in a dynamic and automated way.
It can be setup in any Symfony project in just some few minutes.

The main goal is to give to the final customer the ability to **create**/**edit**/**delete** each content on its website, as much for a static content than a business entity based content and **without any development skill**, with the minimum of training.

Victoire is the first CMS ever that allows content's personalization! Indeed you can define which content is shown regarding the criterias you define.

Many criterias can be used such as website locale, log in status, and so much more that can be created for each particular project.

A french documentation has been started and is being completed _slowly_ [here](http://github.com/victoire/documentation-fr/).

## Roadmap

We define a raw roadmap [here](https://docs.google.com/spreadsheets/d/1MTdt5ZsGNPOZp5e_to2LvS39j59M59c29HddpvaVb70/edit?usp=sharing)

## Contribution

Victoire is an open-source, community driven project.
We are keen on getting your participation for the development of this product and every help is more than welcome, regardless of your mastering level.

To do so, please have a look at our [organisation](https://github.com/Victoire) where all the Victoire's ecosystem (Core & Widgets) is managed.

You can follow the relative questions on [StackOverflow](http://stackoverflow.com/questions/tagged/victoire).

You can see the list of our lovely [contributors](https://github.com/Victoire/Victoire/contributors).

Victoire and its Widgets are tested with Behat through CircleCI. For further information please take a look at [victoire-test-suite](https://github.com/Victoire/test-suite).

### Frontend contribution

If you want to contribute to Victoire frontend, please read this [contribution guideline](doc/frontend-contribution.md).

### Backend contribution

If you want to contribute to Victoire, please read this [contribution guideline](doc/backend-contribution.md).

## Install Victoire

To do so, follow the [setup guide](doc/setup.md).

## What's inside?

Component | Description
------------ | -------------
[**AnalyticsBundle**][5] | This bundle record the user's navigation history
[**BlogBundle**][2] | Allow to create and manage one or several blog
[**BusinessEntityBundle**][3] | Manage BusinessEntity
[**BusinessPageBundle**][4] | Define and manage [BusinessPage][18] and [BusinessTemplate][19]
[**CoreBundle**][1] | Victoire's core
[**CriteriaBundle**][26] | Manage Criterias for content's personalization
[**FilterBundle**][23] | Allows to filter any list's results
[**FormBundle**][6] | Based on MopaBootstrapBundle, it brings some cool form themes
[**I18nBundle**][17] | This bundle manage the internationalization system
[**MediaBundle**][7] | Based on [KunstmaanMediaBundle][21], it offers a file management interface and a bridge to the widgets
[**PageBundle**][8] | One of the most important bundles, it contains all the base page logic
[**QueryBundle**][9] | Give the possibility to non technical user to build a query
[**SeoBundle**][10] | Using SEO Best practices to reach the best SERP position
[**SitemapBundle**][20] | Sitemap related logic
[**TemplateBundle**][11] | Contains the pages templates logic (nearly close to [PageBundle][22])
[**TwigBundle**][13] | Brings ErrorPage (404, 500, 503 etc) and responsive support
[**UIBundle**][27] | Brings Victoire design components with a complete styleguide
[**UserBundle**][14] | Extends [FosUserBundle][12], this bundle brings a ready to use system you can override
[**ViewReferenceBundle**][25] | Contains the view Reference logic
[**WidgetBundle**][15] | Contains all the base widget logic to be able to use Widgets
[**WidgetMapBundle**][16] | Each view has a widget map, this bundle contains all the widget maps logic

## Widgets

All the widgets that you can use with a Victoire's website are available on
- *[Victoire](https://github.com/Victoire)*
- *[Friends Of Victoire](https://github.com/FriendsOfVictoire)*

## Troubleshooting

Victoire uses GitHub issues, feel free to [create your own](https://github.com/victoire/victoire/issues/new) or develop [an existing one](https://github.com/victoire/victoire/issues).

## MIT License

License can be found [here](license.md).

[1]: Bundle/CoreBundle/README.md
[2]: Bundle/BlogBundle/README.md
[3]: Bundle/BusinessEntityBundle/README.md
[4]: Bundle/BusinessPageBundle/README.md
[5]: Bundle/AnalyticsBundle/README.md
[6]: Bundle/FormBundle/README.md
[7]: Bundle/MediaBundle/README.md
[8]: Bundle/PageBundle/README.md
[9]: Bundle/QueryBundle/README.md
[10]: Bundle/SeoBundle/README.md
[11]: Bundle/TemplateBundle/README.md
[12]: http://github.com/FriendsOfSymfony/FOSUserBundle
[13]: Bundle/TwigBundle/README.md
[14]: Bundle/UserBundle/README.md
[15]: Bundle/WidgetBundle/README.md
[16]: Bundle/WidgetMapBundle/README.md
[17]: Bundle/I18nBundle/README.md
[18]: Bundle/BusinessPageBundle/Resources/doc/BusinessPage.md
[19]: Bundle/BusinessPageBundle/Resources/doc/BusinessTemplate.md
[20]: Bundle/SitemapBundle/README.md
[21]: http://github.com/Kunstmaan/KunstmaanMediaBundle
[22]: Bundle/PageBundle
[23]: Bundle/FilterBundle/README.md
[25]: Bundle/ViewReferenceBundle/README.md
[26]: Bundle/CriteriaBundle
[27]: Bundle/UIBundle