2017 © Pedro Peláez
 

library makeup

Data rendering by template

image

carlosv2/makeup

Data rendering by template

  • Tuesday, July 25, 2017
  • by carlosV2
  • Repository
  • 2 Watchers
  • 0 Stars
  • 8 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

MakeUp

The templates for data formats., (*1)

License Build Status SensioLabsInsight, (*2)

Why

It is easy to find amazing projects like Twig to render data easily in HTML or text format but when you need to build an API that returns the data in JSON or XML format you don't have many options: - You can compose the objects in the controller at the cost of loosing reusability. - You can build a layer of DTOs and factories at the cost of loosing maintainability., (*3)

This projects aims to fix both problems by providing a templating engine for pure data., (*4)

Install

Open a command console, enter your project directory and execute the following command to download the latest stable version of this project:, (*5)

$ composer require carlosv2/makeup

This command requires you to have Composer installed globally, as explained in the installation chapter of the Composer documentation., (*6)

Documentation

You can find the documentation here., (*7)

The Versions

25/07 2017

dev-master

9999999-dev

Data rendering by template

  Sources   Download

MIT

The Requires

 

The Development Requires

by Carlos Ortega

twig template data rendering

25/07 2017

1.0.0

1.0.0.0

Data rendering by template

  Sources   Download

MIT

The Requires

 

The Development Requires

by Carlos Ortega

twig template data rendering