olif-fm/olif

This package is abandoned and no longer maintained. No replacement package was suggested.

OLIF is a PHP framework to support developers to build fast websites

v3.0.0 2014-12-06 16:05 UTC

This package is not auto-updated.

Last update: 2022-02-01 12:43:52 UTC


README

Contents

OLIF Framework

https://poser.pugx.org/olif-fm/olif/v/stable https://poser.pugx.org/olif-fm/olif/downloads https://poser.pugx.org/olif-fm/olif/v/unstable https://poser.pugx.org/olif-fm/olif/license https://insight.sensiolabs.com/projects/6c8d26f4-8096-460b-be1a-40ca2979f166/mini.png

Information

OLIF is a PHP framework to support developers to build fast websites

Documentation

See docs Folder

First install

From new project

Download Core:

git clone https://github.com/olif-fm/olif.git

Or a Example Project:

git clone https://github.com/olif-fm/olif-example.git

From submodule

git submodule add https://github.com/olif-fm/olif olif

Install dependencies

cd olif/

Install composer:

curl -sS https://getcomposer.org/installer | php
mv composer.phar /usr/local/bin/composer

Install composer dependencies:

composer install

Install git submodules:

./git-submodule.sh

Update git submodules:

git submodule update --init --recursive

See [LINK TO DOCS] to configure PHP settings