Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/EcomDev/EcomDev_LayoutCompiler
- Owner: EcomDev
- License: osl-3.0
- Created: 2015-03-06T19:52:42.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-08-18T10:49:31.000Z (about 8 years ago)
- Last Synced: 2024-08-01T13:19:16.620Z (3 months ago)
- Topics: magento
- Language: PHP
- Size: 196 KB
- Stars: 83
- Watchers: 16
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- mageres - EcomDev Layout Compiler - Transforms recursive Magento 1 XML layout files into simple one level PHP code (Extensions / Free)
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)