0.0.1 • Published 6 years ago

jate-framework v0.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

JATE

Just Another Template Engine

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 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.