承接 gosukiwi/katar 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

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

gosukiwi/katar

Composer 安装命令:

composer require gosukiwi/katar

包简介

Beautiful and flexible template engine for PHP

README 文档

README

Katar is a tiny PHP templating engine based on Blade. It was designed to be simple and clean.

Katar is easy to include into any existing project, just require it with composer! It even has a Silex service provider if you are interested.

For more information see the documentation.

Syntax at a glance

@if $age > 22
    <p>The age is bigger than 22</p>
@else
    <p>The age is not bigger than 22</p>
@endif

@for $person in $people
    <p>Person #{{ $for_index + 1 }}: {{ $person->name }}</p>
@endfor

<p>My name is {{ $name | strtoupper }}</p>

@import 'myFile.katar.html'

{>
    @this is escaped code, everything inside the escape tags won't get
    processed by Katar.
<}

Documentation

Documentation can be found at docs/, or you can [read it online on GitHub] (https://github.com/gosukiwi/katar/tree/master/doc/index.md).

Contributing

If you like Katar and would like to contribute just pick an issue, send me a pull request and if everything seems right it will get merged :)

Versioning

Katar uses Semantic Versioning, quoting from their website:

Given a version number MAJOR.MINOR.PATCH, increment the:

MAJOR version when you make incompatible API changes, MINOR version when you add functionality in a backwards-compatible manner, and PATCH version when you make backwards-compatible bug fixes.

统计信息

  • 总下载量: 90
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 13
  • 点击次数: 0
  • 依赖项目数: 1
  • 推荐数: 0

GitHub 信息

  • Stars: 13
  • Watchers: 1
  • Forks: 2
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2014-02-15

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固