Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month ago
JSON representation
PHP Framework named JATE (Just Another Template Engine)
- Host: GitHub
- URL: https://github.com/jatephp/jate
- Owner: JATEPHP
- License: mit
- Created: 2015-11-26T10:55:00.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-10-24T18:33:25.000Z (about 5 years ago)
- Last Synced: 2024-10-12T13:04:03.956Z (about 1 month ago)
- Topics: framework, html, jate, php, php-framework, php7, template-engine
- Language: PHP
- Homepage:
- Size: 645 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
JATE
Just Another Template Engine for PHP.
- Explore JATE DOCS -
## 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.