Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jatephp/jate

PHP Framework named JATE (Just Another Template Engine)
https://github.com/jatephp/jate

framework html jate php php-framework php7 template-engine

Last synced: 3 days ago
JSON representation

PHP Framework named JATE (Just Another Template Engine)

Awesome Lists containing this project

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](http://www.jade-lang.com) (ex JADE)
- Write pages in [MARKDOWN](http://parsedown.org/).
- Write pages in [TWIG](http://twig.sensiolabs.org/).
- Include files dynamically with `jRequire("relativePath")`

## REQUIREMENTS
JATE requires PHP 5.4 or higher.