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

https://github.com/ecomdev/compiler

Compiler of parseable data structures from (XML, JSON, etc) into PHP code that can be included into application
https://github.com/ecomdev/compiler

Last synced: 12 months ago
JSON representation

Compiler of parseable data structures from (XML, JSON, etc) into PHP code that can be included into application

Awesome Lists containing this project

README

          

# Code Compiler [![Build Status](https://travis-ci.org/EcomDev/compiler.svg)](https://travis-ci.org/EcomDev/compiler) [![Dependency Status](https://www.versioneye.com/user/projects/56cc952f18b27104252dedbf/badge.svg?style=flat)](https://www.versioneye.com/user/projects/56cc952f18b27104252dedbf) [![Coverage Status](https://coveralls.io/repos/github/EcomDev/compiler/badge.svg?branch=develop)](https://coveralls.io/github/EcomDev/compiler?branch=develop)

Compiles XML, JSON, PHP structures into PHP code.

Very useful for optimizing complex algorithms.

See `develop` branch for work in progress.

## Installation
TBD

## Examples
TBD

## Contribution
TBD