https://github.com/EcomDev/EcomDev_LayoutCompiler
Layout Compiler for Magento
https://github.com/EcomDev/EcomDev_LayoutCompiler
magento
Last synced: 5 months ago
JSON representation
Layout Compiler for Magento
- Host: GitHub
- URL: https://github.com/EcomDev/EcomDev_LayoutCompiler
- Owner: EcomDev
- License: osl-3.0
- Archived: true
- Created: 2015-03-06T19:52:42.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-18T10:49:31.000Z (about 9 years ago)
- Last Synced: 2025-03-22T22:39:40.850Z (7 months ago)
- Topics: magento
- Language: PHP
- Size: 196 KB
- Stars: 83
- Watchers: 15
- 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
[](https://travis-ci.org/EcomDev/EcomDev_LayoutCompiler?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)