gjerokrsteski / pimf-haanga

Simple "Hello world" application using PIMF micro framework and Haanga template engine that uses Django syntax

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to PIMF Haanga bundle

This is a run ready "Hello world" application using PIMF micro framework and Haanga (http://haanga.org/documentation) a fast and secure template engine for PHP that uses Django syntax.

Here you can learn how to work with \Pimf\View\Haanga template engine and \Pimf\Router.

Installation & Configuration

  1. git clone --recursive https://github.com/gjerokrsteski/pimf-haanga.git

  2. cd pimf-haanga/

  3. update submodules

  git submodule --quiet sync
  git submodule --quiet update --force --init --recursive
  1. php pimf core:init

  2. Navigate to your application in a web browser. If all is well, you should see a pretty PIMF splash page. Get ready - there is lot more to learn!

Alternatively you can run the PHP's built-in web server that is provided since PHP 5.4.0

   php -S 127.0.0.1:1337

Please notice: this web server was designed to aid application development. It may also be useful for testing purposes or for application demonstrations that are run in controlled environments. It is not intended to be a full-featured web server. It should not be used on a public network.

Learning PIMF

One of the best ways to learn PIMF is to read through the entirety of its documentation. This guide details all aspects of the framework and how to apply them to your application. https://github.com/gjerokrsteski/pimf/wiki

Read the PIMF Starter book almost anywhere. Available as a PDF, EPUB and MOBI. You can now read it on all devices, as well as offline. https://leanpub.com/pimf-starter/

About

Simple "Hello world" application using PIMF micro framework and Haanga template engine that uses Django syntax


Languages

Language:PHP 83.4%Language:HTML 10.4%Language:ApacheConf 4.1%Language:Shell 2.0%