plates

Native PHP template system

Github stars Tracking Chart

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.

Main metrics

Overview
Name With Ownerthephpleague/plates
Primary LanguagePHP
Program languagePHP (Language Count: 2)
Platform
License:MIT License
所有者活动
Created At2013-07-12 03:15:17
Pushed At2024-11-04 13:44:22
Last Commit At
Release Count20
Last Release Namev3.6.0 (Posted on )
First Release Name1.0.8 (Posted on )
用户参与
Stargazers Count1.5k
Watchers Count63
Fork Count181
Commits Count273
Has Issues Enabled
Issues Count179
Issue Open Count18
Pull Requests Count86
Pull Requests Open Count11
Pull Requests Close Count43
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private