Download the PHP package locomotivemtl/charcoal-presenter without Composer
On this page you can find all versions of the php package locomotivemtl/charcoal-presenter. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download locomotivemtl/charcoal-presenter
More information about locomotivemtl/charcoal-presenter
Files in locomotivemtl/charcoal-presenter
Download locomotivemtl/charcoal-presenter
More information about locomotivemtl/charcoal-presenter
Files in locomotivemtl/charcoal-presenter
Vendor locomotivemtl
Package charcoal-presenter
Short Description The missing charcoal layer between models and views.
License MIT
Package charcoal-presenter
Short Description The missing charcoal layer between models and views.
License MIT
Please rate this library. Is it a good library?
Informations about the package charcoal-presenter
Charcoal Presenter
The missing layer between models and views. The Presenter takes any data model (objects or arrays) and serializes them into a presentation array according to a transformer.
Usage
Simplest usage, with a simple array transformer:
A callable is preferred if operations on objects are required:
The callable signature must array: callable(mixed $model)
.
Common transformers (or customizable transformers, shown below) should be self-contained inside their own Callable
classes:
All versions of charcoal-presenter with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.6.0 || >=7.0
The package locomotivemtl/charcoal-presenter contains the following files
Loading the files please wait ....