Skip to content

olif-fm/olif

Repository files navigation

OLIF Framework

image

image

image

image

image

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

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages