Download the PHP package jeyroik/df-templates without Composer
On this page you can find all versions of the php package jeyroik/df-templates. 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 df-templates
df-templates
Templates for DF
Provide interfaces and helper classes for templating anything for applications and it's parameters.
usage
Templating consists of two stages:
- Preparing data for template.
- Making template.
The library provides several tools to help you with these tasks:
IWithTemplate
entity.- Supports application name for filtering templates.
- Supports params names for filtering.
with_templates
storage.ITemplateService
for getting templates.IContext
helps clarify the current context and desired results.- Stages for making templates based on the context.
So to get started with templating using df-templates
, you will need:
IWithTemplate
entity.- A dispatcher for preparing data for the template.
- A plugin for making the template.
For more detailed usage instructions, please see the tests provided with the library.
All versions of df-templates with dependencies
PHP Build Version
Package Version
Requires
jeyroik/df-applications Version
4.*
The package jeyroik/df-templates contains the following files
Loading the files please wait ....