crevillo/ezplatform-legacy

eZ Platform distribution with Legacy

Installs: 104

Dependents: 0

Suggesters: 0

Security: 0

Stars: 6

Watchers: 3

Forks: 2

Open Issues: 2

Language:Shell

Type:project


README

What is eZ Platform with Legacy?

Are you one of those developers that still don't want to get ride of Legacy admin interface? Since this commit eZ Platform is not shipped with legacy-bridge anymore. So, if you still want to add legacy admin interface and use all those old eZ Publish extensions, you need to adapt your installation following the instructions given in the legacy brige INSTALL.md file

eZ Platform with Legacy will just do this for you, allowing the installation of eZ Platform and old legacy code without the need to manually modify anything.

eZ Publish Community vs. this repo

The eZ Publish community is still available, but it does not contain last changes made to eZ Platform repo and so you won't get all the last updates eZ Platform has. Oh the other side, eZ Platform with Legacy can be used with the last versions of eZ Platform.

Abstract:

  • Very extensible You can extend the application and the content model in many ways
  • Future & backwards compatible Strong BC policy on data as well as code
  • Multi channel by design Strong focus on separation between semantic content & design
  • Scalable Easily scale across multiple servers out of the box
  • Future proof Architecture designed to allow even more content scalability and performance in the future
  • Stable Built on experience building CMS since early 2000, and in production since 2012
  • Integration friendly Numerous events and signals to hook into for advanced workflow needs

Main packages:

  • ezpublish-kernel (building on top of Symfony Framework):
  • Content Repository with a highly flexible content model exposed via a Public API.
    Out of the box powered by SQL Storage Engine using Doctrine DBAL, data cache implementation using Stash and binary file system handled by Flysystem. Improved Storage Engine planned, custom implementation for increased data scalability already possible.
  • Powerful (& extensible) Content Query engine, currently powered by SQL, soon Solr/ElasticSearch
  • Very high performance thanks to content & user aware HTTP "view" cache (now using)
  • Introduces concept of "web sites" allowing you to manage several within one installation
  • Allows to rapidly set up Contextual override of content display twig templates as well as controller based on Content type, section, and much more.
  • Helpers, services, events and signals allowing you to efficiently create everything from simple web sites to complex applications
  • PlatformUIBundle: A modern, extensible "Backend" UI for managing content & administering the site

Further information:

eZ Platform is 100% open source and is released as companion to a commercial eZ Studio software which adds advanced features for editorial teams and media companies, 100% built on top of eZ Platform APIs.

Install

For installation instructions, see INSTALL.md.

Requirements

Full requirements can be found on the Requirements page.

TL;DR: supported PHP versions are 5.5, 5.6 and 7.0 (for dev use), using mod_php or php-fpm, and either MySQL 5.5/5.6 or MariaDB 5.5/10.0.

Issue tracker

Submitting bugs, improvements and stories is possible on the issue tracker or this repo.

LICENSE

http://www.gnu.org/licenses/gpl-2.0.txt GNU General Public License v2