Download the PHP package tobento/service-view without Composer
On this page you can find all versions of the php package tobento/service-view. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package service-view
View Service
The View Service is for creating and rendering views in a simple, yet flexible way.
Table of Contents
- Getting started
- Requirements
- Highlights
- Simple Example
- Documentation
- Data
- Assets
- Renderer
- PHP Renderer
- Chain Renderer
- View
- Template
- Macros
- Tags Attributes Macro
- Credits
Getting started
Add the latest version of the view service project running this command.
Requirements
- PHP 8.0 or greater
Highlights
- Framework-agnostic, will work with any project
- Decoupled design
- Easy to extend
Simple Example
Here is a simple example of how to use the View. We will assume the following directory stucture:
Create and render a view
The view template
Documentation
Data
Assets
Renderer
PHP Renderer
The PHP renderer uses native PHP language for views, no need to learn new syntax.\ Furthermore, it uses the Dir Service which provides a simple way to organize your template files.
Chain Renderer
This renderer allows combining any number of other renderer. If the first renderer cannot handle rendering, the next renderer will try and so on.
View
Template
Macros
With macros you can easily extend the view class with any function you need.
Tags Attributes Macro
Tags Attributes might be useful to collect attributes for a specific tag.
Check out the Tag Service - Attributes Interface to learn more about it in general.
Credits
- Tobias Strub
- All Contributors
All versions of service-view with dependencies
tobento/service-macro Version ^1.0
tobento/service-filesystem Version ^1.0.4
tobento/service-dir Version ^1.0
tobento/service-tag Version ^1.0.1