Download the PHP package dlundgren/phrender without Composer
On this page you can find all versions of the php package dlundgren/phrender. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package phrender
Phrender
Phrender is a simplistic PHP renderer that provides a no frills rendering engine.
PSR-1 and PSR-4 compliant.
This uses the Output Interop specification.
Contexts
The following contexts are provided for use:
- Collection Any number of the following
- Any Matches any template
- Contains uses
stripos
to match the template - Match Uses a regex to match the template
- Only Will match only the specified template
Installation
Phrender can be installed using composer
composer require dlundgren/phrender
Basic Usage
Different extension
You may use an alternate extension for the templates with the Template Factory constructor second argument.
All versions of phrender with dependencies
PHP Build Version
Package Version
Requires
output-interop/output-interop Version
0.1.0
The package dlundgren/phrender contains the following files
Loading the files please wait ....