Giter Club home page Giter Club logo

ezpublish5's Introduction

eZ Publish 5

What is eZ Publish?

eZ Publish 5 is a professional PHP CMS (content management system).

It is database, platform and browser independent. Because it is browser based it can be used and updated from anywhere as long as you have access to the Internet.

Architecture

Public API

eZ Publish 5 relies on a flexible, layered, service oriented API. It exposes clear, content oriented domain objects.

HMVC

eZ Publish 5 is built on top of Symfony2 full stack framework, taking advantage of every components provided, giving all its Hierarchical Model View Controller (aka HMVC) power.

Chained routing

A chain router is introduced, allowing to take advantage of declared routes in your routing.yml config file as well as URL aliases to match content (aka dynamic routing), or routing fallback to the old eZ Publish 4 modules.

Template engine

The default template engine used by the system is Twig. Twig is a modern, powerful and easy to extend template engine.

As Symfony2 allows usage of multiple template engines, it is also possible to do so in eZ Publish 5, but all the content oriented functionnalities are only available with Twig.

Requirements

eZ Publish 5 meets the same requirements as Symfony2, plus the regular eZ Publish 4 ones.

Minimum PHP version is 5.3.3, but 5.4.x is highly recommended.

Backwards compatibility

eZ Publish 5 is 100% data compatible with version 4 (the same database can be used).

Legacy template inclusion

It is possible to include templates from the legacy kernel (*.tpl) in new twig templates:

{% ez_legacy_include "design:my/old_template.tpl" with {"someVar": "someValue"} %}

Fallback routing

A fallback mechanism is provided so that your modules built on top of eZ Publish 4 (aka Legacy kernel) can still be used in the new architecture.

LICENCE

eZ Systems AS & GPL v2.0

INSTALL AND GET STARTED

For installation instructions, see INSTALL.md.

To get started, see GETTING_STARTED.md.

ezpublish5's People

Contributors

lolautruche avatar patrickallaert avatar andrerom avatar dpobel avatar dspe avatar

Stargazers

Jack Air avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.