2017 © Pedro Peláez
 

library output-interop

Promoting the Interoperability of rendering engines (Twig, Smarty, PHP, FoilPHP)

image

output-interop/output-interop

Promoting the Interoperability of rendering engines (Twig, Smarty, PHP, FoilPHP)

  • Tuesday, February 21, 2017
  • by dlundgren
  • Repository
  • 2 Watchers
  • 0 Stars
  • 60 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 58 % Grown

The README.md

PHP Output Rendering Interoperability

output-interop tries to identify and standardize features in output renderers (Twig, Smarty, PHP, Blade, FoilPHP) to achieve interoperability., (*1)

Through discussions and trials, we try to create a standard, made of common interfaces but also recommendations., (*2)

If PHP projects that use one of these renderers and begin to adopt these common standards, then PHP applications and projects that use those renderers can depend on the common interfaces instead of specific implementations. This facilitates a high-level of interoperability and flexibility that allows users to consume any renderer implementation that can be adapted to these interfaces., (*3)

The work done in this project is not officially endorsed by the PHP-FIG, but it is being worked on by other good developers. We adhere to the spirit and ideals of the PHP-FIG, and hope this project will pave the way for one or more future PSRs., (*4)

Installation

You can install this package thorugh Composer:, (*5)

composer require output-interop/output-interop, (*6)

The packages adhers to the SemVer specification, and there will be full backward compatibility between minor versions., (*7)

The Versions

21/02 2017

dev-master

9999999-dev

Promoting the Interoperability of rendering engines (Twig, Smarty, PHP, FoilPHP)

  Sources   Download

MIT

21/02 2017

0.1.0

0.1.0.0

Promoting the Interoperability of rendering engines (Twig, Smarty, PHP, FoilPHP)

  Sources   Download

MIT