peryoudow/vendor/league/plates
Knah Tsaeb acea5c67f2 First release 2020-01-06 14:23:12 +01:00
..
docs First release 2020-01-06 14:23:12 +01:00
example First release 2020-01-06 14:23:12 +01:00
src First release 2020-01-06 14:23:12 +01:00
CONTRIBUTING.md First release 2020-01-06 14:23:12 +01:00
LICENSE First release 2020-01-06 14:23:12 +01:00
README.md First release 2020-01-06 14:23:12 +01:00
composer.json First release 2020-01-06 14:23:12 +01:00
phpunit.xml.dist First release 2020-01-06 14:23:12 +01:00

README.md

Plates

Author 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

phpunit

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email jonathan@reinink.ca instead of using the issue tracker.

Credits

License

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