olif-fm/olif
最新稳定版本:v3.0.0
Composer 安装命令:
composer require olif-fm/olif
包简介
OLIF is a PHP framework to support developers to build fast websites
README 文档
README
Contents
OLIF Framework
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
统计信息
- 总下载量: 11
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Apache2
- 更新时间: 2015-01-22