Download the PHP package kadokweb/plates without Composer
On this page you can find all versions of the php package kadokweb/plates. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download kadokweb/plates
More information about kadokweb/plates
Files in kadokweb/plates
Package plates
Short Description Plates, the native PHP template system that's fast, easy to use and easy to extend.
License MIT
Homepage http://kadok.com.br
Informations about the package plates
Plates
NOTE: V4 docs are currently a work in progress. Contributions are welcome.
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:
Documentation
Full documentation can be found at kadok.com.br.
Testing
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
- Doka Silva (Current Maintainer)
- kadok (Original Author)
- All Contributors
License
The MIT License (MIT). Please see License File for more information.