All Projects → thephpleague → Plates

thephpleague / Plates

Licence: mit
Native PHP template system

Labels

Projects that are alternatives of or similar to Plates

Builder Template Categories
Organize your Page Builder Templates in the WordPress Admin. Time saver, especially for bigger projects. Get a better and faster overview, don't get lost. Filter templates with your categories. With extended plugin & theme support.
Stars: ✭ 20 (-98.33%)
Mutual labels:  templates
Liquid.net
.Net Port of the Liquid template language
Stars: ✭ 47 (-96.07%)
Mutual labels:  templates
Gena
Generic pseudo-templated containers for C. Written entirely in C89 with design inspired by the C++ STL. /// DOCS ARE SLIGHTLY OUTDATED, PROJECT IS STABLE AND STILL IN ACTIVE DEVELOPMENT
Stars: ✭ 61 (-94.9%)
Mutual labels:  templates
Cms.js Themes
Themes and Templates for CMS.js
Stars: ✭ 29 (-97.57%)
Mutual labels:  templates
Awesome Docs With Static Site Generators
Pointers to all templates and implementations based on static site generators
Stars: ✭ 44 (-96.32%)
Mutual labels:  templates
Android Templates And Utilities
Collection of source codes, utilities, templates and snippets for Android development.
Stars: ✭ 1,099 (-8.03%)
Mutual labels:  templates
Swiftgen
The Swift code generator for your assets, storyboards, Localizable.strings, … — Get rid of all String-based APIs!
Stars: ✭ 7,580 (+534.31%)
Mutual labels:  templates
Tufte Latex
A Tufte-inspired LaTeX class for producing handouts, papers, and books
Stars: ✭ 1,161 (-2.85%)
Mutual labels:  templates
Tail Kit
Tail-kit is a free and open source components and templates kit fully coded with Tailwind css 2.0.
Stars: ✭ 997 (-16.57%)
Mutual labels:  templates
Kube Gen
Generate files from Kubernetes events
Stars: ✭ 59 (-95.06%)
Mutual labels:  templates
Freemo
A free resume,portfolio and CV HTML template
Stars: ✭ 30 (-97.49%)
Mutual labels:  templates
Jinja
A very fast and expressive template engine.
Stars: ✭ 8,170 (+583.68%)
Mutual labels:  templates
Generate Template Files
A simple generator to create custom template files for any application
Stars: ✭ 60 (-94.98%)
Mutual labels:  templates
Ng Typeview
Enables type-checking of angular1 views
Stars: ✭ 20 (-98.33%)
Mutual labels:  templates
Awesome Readme
A guide to writing an Awesome README. Read the full article in Towards Data Science.
Stars: ✭ 65 (-94.56%)
Mutual labels:  templates
Bojler
Bojler is an email framework
Stars: ✭ 885 (-25.94%)
Mutual labels:  templates
Wedding Website
Our Wedding Website 👫
Stars: ✭ 1,090 (-8.79%)
Mutual labels:  templates
Staradmin Free Bootstrap Admin Template
A Free Responsive Admin Dashboard Template Built With Bootstrap 4. Elegant UI Theme for Your Web App!
Stars: ✭ 1,191 (-0.33%)
Mutual labels:  templates
Quack
In-Cluster templating for Kubernetes manifests
Stars: ✭ 69 (-94.23%)
Mutual labels:  templates
Templates Using Bootstrap4
🌆 Here I've aggregated some of the most commonly used web-page templates made using Bootstrap4 🛒
Stars: ✭ 60 (-94.98%)
Mutual labels:  templates

Plates

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 Smarty.

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
  • 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
  • Easy to extend using functions and extensions
  • Framework-agnostic, will work with any project
  • Decoupled design makes templates easy to test
  • Composer ready and PSR-2 compliant

Installation

Plates is available via Composer:

composer require league/plates

Documentation

Full documentation can be found at platesphp.com.

Testing

composer test

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email [email protected] instead of using the issue tracker.

Credits

License

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].