plates

Native PHP template system

Github星跟踪图

Plates

NOTE: V4 docs are currently a work in progress. Contributions are welcome.

Maintainer
Source Code
Latest Version
Software License
Build Status
Coverage Status
Quality Score
Total Downloads

Plates is a native PHP template system that's fast, easy to use and easy to extend. It's inspired by the excellent Twig template engine and strives to bring modern template language functionality to native PHP templates. Plates is designed for developers who prefer to use native PHP templates over compiled template languages, such as Twig or Blade.

Highlights

  • Native PHP templates, no new syntax to learn
  • Plates is a template system, not a template language
  • Plates encourages the use of existing PHP functions and conventions
  • Increase code reuse with template layouts and inheritance
  • Template folders for grouping templates into namespaces
  • Data sharing across templates
  • Preassign data to specific templates
  • Built-in escaping helpers
  • Simple design crafted for extendability - most features are built as extensions
  • Everything is customizable, don't like the behavior of something, you can change it
  • Composable naming strategies allowing relative templates, folders, and dynamic base paths.
  • Framework-agnostic, will work with any project
  • Decoupled design makes templates easy to test
  • Supports non-php file rendering for img or svg files to include in your templates.
  • Composer ready and PSR-2 compliant

Installation

Plates is available via Composer:

composer require league/plates:v4.0.0-alpha

Documentation

Full documentation can be found at platesphp.com.

Testing

make test

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email rj@bighead.net instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.

主要指标

概览
名称与所有者thephpleague/plates
主编程语言PHP
编程语言PHP (语言数: 2)
平台
许可证MIT License
所有者活动
创建于2013-07-12 03:15:17
推送于2024-11-04 13:44:22
最后一次提交
发布数20
最新版本名称v3.6.0 (发布于 )
第一版名称1.0.8 (发布于 )
用户参与
星数1.5k
关注者数63
派生数181
提交数273
已启用问题?
问题数179
打开的问题数18
拉请求数86
打开的拉请求数11
关闭的拉请求数43
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?