jate-framework
v0.0.1
Published
PHP Framework named JATE (Just Another Template Engine)
Downloads
2
Readme
JATE
Just Another Template Engine
WHAT IS JATE?
JATE is a new light and hackable framework for PHP. It's simple to lern and simple to customize. JATE contains the minimum of libraries and functions to get you started. Recommend the use of Bootstrap3, 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.
HOW TO INSTALL
Install or download JATE to the root folder of your project.
DOWNLOADS
GIT
git clone https://github.com/XaBerr/JATE.git
BOWER
bower install JATE
COMPOSER
composer require xaberr/jate:dev-master
MANUAL
Download and uncompress zip file from GitHub.
Other contents
GETTING STARTED
Where to start if you do not know anything about JATE.
EXAMPLES
A list of sample sites.
WIKI
We list the functions that are available in JATE.