namelesscoder/fluid 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

namelesscoder/fluid

最新稳定版本:1.1.0

Composer 安装命令:

composer require namelesscoder/fluid

包简介

The TYPO3 Fluid template rendering engine

README 文档

README

Build Status Coverage

TYPO3 community template engine - composer-enabled, Flow/CMS dependency-free PSR-4 edition.

Installation

  1. Include as composer dependency using composer require namelesscoder/fluid
  2. Run composer install to generate the vendor class autoloader
  3. The classes from TYPO3.Fluid can now be used in your composer project

Usage Examples

Small usage examples have been included in the examples/ folder. The examples are PHP scripts which render the templates and their atomic partials and layouts from the folders. In the PHP files you can find the most basic implementation example - and you can execute the examples by running them through your HTTPD or calling php examples/example_variables.php etc.

Tip: you can execute all examples in the same run by calling

find examples/ -depth 1 -name *.php -exec php {} \;

Usage Documentation

Developer Documentation

统计信息

  • 总下载量: 416
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 24
  • 点击次数: 0
  • 依赖项目数: 7
  • 推荐数: 0

GitHub 信息

  • Stars: 24
  • Watchers: 3
  • Forks: 5
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-04-04