All Projects → backbee → Backbee Php

backbee / Backbee Php

Licence: gpl-3.0
the next generation CMS built on top of Symfony and Doctrine components. Give us a star to support our project :)

Projects that are alternatives of or similar to Backbee Php

Grav
Modern, Crazy Fast, Ridiculously Easy and Amazingly Powerful Flat-File CMS powered by PHP, Markdown, Twig, and Symfony
Stars: ✭ 13,067 (+6705.73%)
Mutual labels:  cms, website-builder, symfony
Beetbox
Pre-provisioned L*MP stack
Stars: ✭ 94 (-51.04%)
Mutual labels:  cms, symfony
Contao
Contao Open Source CMS
Stars: ✭ 181 (-5.73%)
Mutual labels:  cms, symfony
Core Bundle
[READ-ONLY] Contao Core Bundle
Stars: ✭ 113 (-41.15%)
Mutual labels:  cms, symfony
Forkcms
Fork is an easy to use open source CMS using Symfony Components.
Stars: ✭ 1,112 (+479.17%)
Mutual labels:  cms, symfony
Web Publisher
Superdesk Publisher - the next generation publishing platform for journalists and newsrooms.
Stars: ✭ 82 (-57.29%)
Mutual labels:  cms, symfony
Personal Management System
Your web application for managing personal data. <[email protected]>
Stars: ✭ 2,027 (+955.73%)
Mutual labels:  cms, symfony
Enduro
Minimalistic, lean & mean, node.js cms
Stars: ✭ 683 (+255.73%)
Mutual labels:  cms, website-builder
Cms
MaxSite CMS
Stars: ✭ 123 (-35.94%)
Mutual labels:  cms, website-builder
Sonatanotificationbundle
Symfony SonataNotificationBundle
Stars: ✭ 136 (-29.17%)
Mutual labels:  cms, symfony
Microweber
Drag and Drop Website Builder and CMS with E-commerce
Stars: ✭ 2,226 (+1059.38%)
Mutual labels:  cms, website-builder
Ezplatform Demo
Fork of "ezplatform" meta repository, contains code and dependencies for demo distribution of eZ Platform. Not recommended for a clean install for new projects, but great for observation and learning!
Stars: ✭ 42 (-78.12%)
Mutual labels:  cms, symfony
Base
Multilingual CMS built with Laravel.
Stars: ✭ 949 (+394.27%)
Mutual labels:  cms, website-builder
Backbee Cms
The "BackBee CMS Standard Edition" distribution. Give us a star to support our project :)
Stars: ✭ 89 (-53.65%)
Mutual labels:  cms, website-builder
Symedit
Symfony2 Content Management System
Stars: ✭ 6 (-96.87%)
Mutual labels:  cms, symfony
Seblod
Build high-end websites with SEBLOD®, a CCK for Joomla!
Stars: ✭ 109 (-43.23%)
Mutual labels:  cms, website-builder
Sulu
Core framework that implements the functionality of the Sulu content management system
Stars: ✭ 645 (+235.94%)
Mutual labels:  cms, symfony
Ph7 Social Dating Cms
😻 pH7Builder (formerly pH7CMS) 👫 is a Professional & Open Source Social Dating CMS written in OOP PHP with the MVC pattern. This Social Dating Script wants to be low resource-intensive, powerful and secure. pH7CMS is included with 40+ modules and based on pH7Framework. It is also the first Professional, Free & Open Source Social Dating Site Builder Software and the first choice for creating enterprise level Dating Apps/Service or Social Networking Sites
Stars: ✭ 664 (+245.83%)
Mutual labels:  cms, website-builder
Xoopscore
Core Framework for next version of XOOPS CMS: 2.6.0
Stars: ✭ 118 (-38.54%)
Mutual labels:  cms, website-builder
Syliuscmsplugin
Content management system for eCommerce apps created on Sylius platform. Built with Sylius code quality, flexibility, BDD.
Stars: ✭ 178 (-7.29%)
Mutual labels:  cms, symfony

BackBee CMS Core library

Stories in Ready Build Status

BackBee CMS core is the core part of an open source PHP CMS BackBee built on top of Symfony & Doctrine 2 components.

Overview

BackBee CMS is an open-source content management system. Because it incorporates HTML5 programming to an unprecedented extent, its usability and design flexibility surpasses all other content management systems that we know of.

All changes in content – adding, deleting or changing text, images or new page elements – can be made directly on the page. Just click and type, or drag and drop. No back office. No shuttling back and forth between the back end and a “preview” page that often fails to match the final page display.

BackBee CMS offers what we like to call WYSIWYRG, What You See Is What You Really Get. And because it automatically saves different page versions, there’s no fear of losing changes along the way. If only everything in life could be this easy and secure.

this is the Core library repository of BackBee CMS, if you are looking for the packaged CMS, take a look to BackBee CMS

💬 If you want to have more information about the project progression you can take a look at the actual Roadmap.

Features:

  • Powerful and easy to use content system
  • Multiple websites
  • Custom themes
  • Custom pages
  • Advanced block system
  • Users/Groups management

Documentation

📖 Documentation for api is available, and you can also follow BlogBee, a tutorial to help you make a complete website with BackBee CMS.

Ask for help

💬 If you need help about this project you can:

Contributing

Pull requests and stars on project repository are welcome.

Please take a look to our CONTRIBUTING.md file

First of all, thank you for contributing, you are awesome!

Here are a few rules to follow in order to ease code reviews, and discussions before maintainers accept and merge your work.

You MUST follow the PSR-1 and PSR-2. If you don't know about any of them, you should really read the recommendations. Can't wait? Use the PHP-CS-Fixer tool.

  • You MUST run the test suite.
  • You MUST write (or update) unit tests.
  • You SHOULD write documentation.

Please, write commit messages that make sense, and rebase your branch before submitting your Pull Request.

One may ask you to squash your commits too. This is used to "clean" your Pull Request before merging it (we don't want commits such as fix tests, fix 2, fix 3, etc.).

Also, while creating your Pull Request on GitHub, you MUST write a description which gives the context and/or explains why you are creating it.

Workflow

When you create a Pull Request ("PR"), if it's component related you can prefix it by the component name. You can also use plus or minus to describe if you globally add or remove something, and reference it to an issue.

For instance, this is a PR valid label: [Rest] #42 + Updated & completed PageController tests.

When you want to take an issue, create your PR prefixed by a [WIP]("Work in progress") and add a "in progress" label. This way, we know you are working on it and we can give you some advices if needed.

When you have finished your PR, you can update the PR label to replace [WIP] by [RFR]("Ready for review") prefix.

Consider your PR finished if:

  • You have written a test with a new feature;
  • All tests pass;
  • The build is all green;
  • You (may) have introduced a little documentation;
  • Your PR respects project formatting rules (see above);

Sync a fork

Github dev team has already described the right way to do.

$ git fetch upstream
$ git checkout master
$ git merge upstream/master

Formatting

We use php-formatter to manage your file headers and the way the use statements should be added to the classes.

Before submit your Pull Request, don't forget to apply this commands:

    ~$ php-formatter formatter:header:fix .
    ~$ php-formatter formatter:use:sort .

You need to install php-formatter before.

Deciders & mergers

BackBee CMS have a core team who have rights on repositories.

  • Only mergers can merge your work on master branch;
  • If one of the deciders gives a 👎 on your suggestion, the pull request won't be merged until he changes his mind;

Current mergers are @eric-chau and @crouillon, current deciders are @ndufreche, @fkroockmann, @hbaptiste and @mickaelandrieu.

All the core team is here to help you if you want to improve BackBee CMS, we love contribution :)

Thank you!

note: this CONTRIBUTING file is proudly inspired from Hateoas' one

Thanks to everyone who has contributed already.

Requirements

BackBee core is only supported on PHP 5.4 and up. BackBee also need mbstring, mcrypt, pdo PHP extensions.

Installation

The recommended way to install BackBee CMS is through Composer:

{
    "require": {
        "backbee/backbee-php": "@stable"
    }
}

Protip: you should browse the backbee/backbee-php page to choose a stable version to use, avoid the @stable meta constraint.


This project is supported by Lp digital

Lead Developer : @crouillon

Released under the GPL3 License

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].