All Projects → symedit → Symedit

symedit / Symedit

Symfony2 Content Management System

Projects that are alternatives of or similar to Symedit

Backbee Php
the next generation CMS built on top of Symfony and Doctrine components. Give us a star to support our project :)
Stars: ✭ 192 (+3100%)
Mutual labels:  cms, symfony
Core
🧿 Bolt 4 core
Stars: ✭ 243 (+3950%)
Mutual labels:  cms, symfony
Core
Zikula Core Framework
Stars: ✭ 213 (+3450%)
Mutual labels:  cms, symfony
Sonatapagebundle
This bundle provides a Site and Page management through container and block services
Stars: ✭ 181 (+2916.67%)
Mutual labels:  cms, symfony
Bolt
Bolt is a simple CMS written in PHP. It is based on Silex and Symfony components, uses Twig and either SQLite, MySQL or PostgreSQL.
Stars: ✭ 4,136 (+68833.33%)
Mutual labels:  cms, symfony
Contao
Contao Open Source CMS
Stars: ✭ 181 (+2916.67%)
Mutual labels:  cms, symfony
Unite Cms
Really flexible headless CMS, built on top of Symfony and GraphQL.
Stars: ✭ 242 (+3933.33%)
Mutual labels:  cms, symfony
Personal Management System
Your web application for managing personal data. <[email protected]>
Stars: ✭ 2,027 (+33683.33%)
Mutual labels:  cms, symfony
Kunstmaanbundlescms
An advanced yet user-friendly content management system, based on the full stack Symfony framework combined with a whole host of community bundles. It provides a full featured, multi-language CMS system with an innovative page and form assembling process, versioning, workflow, translation and media managers and much more.
Stars: ✭ 346 (+5666.67%)
Mutual labels:  cms, symfony
Jarves
Jarves CMS/Application Framework based on Symfony - Alpha material
Stars: ✭ 325 (+5316.67%)
Mutual labels:  cms, symfony
Syliuscmsplugin
Content management system for eCommerce apps created on Sylius platform. Built with Sylius code quality, flexibility, BDD.
Stars: ✭ 178 (+2866.67%)
Mutual labels:  cms, symfony
Sulu Standard
This repository is not longer the recommended way to start a sulu project. Use:
Stars: ✭ 636 (+10500%)
Mutual labels:  cms, symfony
Sonatanotificationbundle
Symfony SonataNotificationBundle
Stars: ✭ 136 (+2166.67%)
Mutual labels:  cms, symfony
Grav
Modern, Crazy Fast, Ridiculously Easy and Amazingly Powerful Flat-File CMS powered by PHP, Markdown, Twig, and Symfony
Stars: ✭ 13,067 (+217683.33%)
Mutual labels:  cms, symfony
Core Bundle
[READ-ONLY] Contao Core Bundle
Stars: ✭ 113 (+1783.33%)
Mutual labels:  cms, symfony
Victoire
Fullstack Symfony CMS: The perfect mix between a framework and a CMS
Stars: ✭ 227 (+3683.33%)
Mutual labels:  cms, symfony
Web Publisher
Superdesk Publisher - the next generation publishing platform for journalists and newsrooms.
Stars: ✭ 82 (+1266.67%)
Mutual labels:  cms, symfony
Beetbox
Pre-provisioned L*MP stack
Stars: ✭ 94 (+1466.67%)
Mutual labels:  cms, symfony
Ezplatform
Meta repository that pulls in all dependencies for clean distribution of Ibexa Platform.
Stars: ✭ 322 (+5266.67%)
Mutual labels:  cms, symfony
Pagekit
Pagekit CMS
Stars: ✭ 5,455 (+90816.67%)
Mutual labels:  cms, symfony

SymEdit

SymEdit is a Symfony based Content Management System. It was designed to be simple for users and easily extendable for developers. It tries to stay close to Symfony best practices and methodology so if you know how to use Symfony you can easily add new controllers, routing, forms, etc. and override the default ones as well.

Admin Screenshot

Installation

Note that this is for installing and testing SymEdit itself, to install a project for yourself symedit/symedit-standard will be created eventually.

composer create-project -s symedit/symedit

After you have the project created, you need to install the sample data (this sets up the basic page tree, we will probably add a way to only install the basics eventually)

php app/console symedit:install

This will create the database, load the schema, and install fixtures needed for functional tests.

Administration

You can administer the site by going to /sym-admin, the default username and password are admin and test respectively.

Documentation

http://docs.symedit.com

Testing

Could definitely use some help in this aspect. There are some unit tests and functional tests that are run from phpunit so you can just run phpunit to use the existing tests.

There are also Behat tests which can be run by using bin/behat once you've run composer install.

We have a .travis.yml configuration for travis.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].