134 文字
1 分
Packfire Framework

Githubをぶらぶらしていたら、PackfireというPHP Web Application Frameworkを偶然見つけた。

Official Siteがかっこいい。また、使っている要素技術が、PHP5.3 + Namespace + PHPUnit + Composer + Travis とあり、今風の組み合わせなので、動かしてみた。

デモ:https://matsu.teraren.com/app-structure/

Composerが入っている前提で。

Terminal window
git clone git://github.com/packfire/packfire-framework.git
cd packfire-framework
composer install
cd ..
git clone git://github.com/packfire/app-structure.git
cd app-structure/src
composer install
chmod 777 pack/storage/
vi pack/config/app.yml
cp pack/constants.php.dist pack/constants.php
vi pack/constants.php

Screen Shot 2012-12-26 at 10.30.31

app-structure/index.phpをブラウザ経由で開くと以下の画面が表示される。

Packfire Framework
https://blog.teraren.com/posts/packfire-framework/
作者
Yuki Matsukura
公開日
2012-12-26
ライセンス
CC BY-NC-SA 4.0

コメント