Githubをぶらぶらしていたら、PackfireというPHP Web Application Frameworkを偶然見つけた。
Official Siteがかっこいい。また、使っている要素技術が、PHP5.3 + Namespace + PHPUnit + Composer + Travis とあり、今風の組み合わせなので、動かしてみた。
デモ:https://matsu.teraren.com/app-structure/
Composerが入っている前提で。
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
app-structure/index.phpをブラウザ経由で開くと以下の画面が表示される。
Comments