Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/EcomDev/EcomDev_LayoutCompiler

Layout Compiler for Magento
https://github.com/EcomDev/EcomDev_LayoutCompiler

magento

Last synced: 3 months ago
JSON representation

Layout Compiler for Magento

Awesome Lists containing this project

README

        

# EcomDev_LayoutCompiler
[![Dev Build Status](https://travis-ci.org/EcomDev/EcomDev_LayoutCompiler.svg?branch=develop)](https://travis-ci.org/EcomDev/EcomDev_LayoutCompiler?branch=develop) [![Develop Coverage Status](https://coveralls.io/repos/EcomDev/EcomDev_LayoutCompiler/badge.svg?branch=develop)](https://coveralls.io/r/EcomDev/EcomDev_LayoutCompiler?branch=develop)

Layout Compiler for Magento

Transforms recursive layout xml files into simple simple one level php code, that can be cached by opcode cache

## Requirements
* Magento 1.x (1.7.0.0 or later)
* PHP 5.4 or later
* (Optional) PHP OpCache (for better performance)

## Installation

[See Installation Document](docs/INSTALLATION.md)