xaberr/jate

Just Another Template Engine

0.5.4 2018-08-10 15:27 UTC

README

logo

JATE

Just Another Template Engine for PHP.
- Explore JATE DOCS -

Scrutinizer Code Quality Code Climate Build Status
Latest Unstable Version License This is a forkable respository


WHAT IS JATE?

JATE is a new light and hackable framework for PHP.
It's simple to learn and simple to customize.
JATE contains the minimum of libraries and functions to get you started.
Recommend the use of Bootstrap4, all examples use it.

FEAUTURES

  • Thought to write less code
  • Designed to focus only on the frontend
  • Standalone code
  • Object-oriented architecture
  • Reusable code between projects through the management modules
  • Write pages in PUG (ex JADE)
  • Write pages in MARKDOWN.
  • Write pages in TWIG.
  • Include files dynamically with jRequire("relativePath")

REQUIREMENTS

JATE requires PHP 5.4 or higher.