Skip to content

ethna/ethna

Folders and files

NameName
Last commit message
Last commit date

Latest commit

39096a1 · Jan 31, 2018
May 19, 2014
Feb 8, 2014
Feb 9, 2014
Mar 4, 2014
Aug 3, 2006
Jul 7, 2009
Feb 6, 2014
Aug 28, 2014
Feb 6, 2014
Feb 9, 2014
Feb 19, 2014
May 16, 2006
Feb 19, 2014
Jan 31, 2018
May 30, 2012
Feb 6, 2014

Repository files navigation

Ethna

Build Status

Ethna(えすな)は、PHPを利用したウェブアプリケーションフレームワークで、絶妙に妥協をモットーとしています。

Current Status

2.7.x-dev

Getting Started

composerのcreate-projectを使うことで簡単に新規プロジェクトの作成が行えます。

composer create-project ethna/ethna-project -s dev {ProjectName}

初期インストールが終わるとプロジェクトのセットアップ用にいくつか入力すると よしなにやってくれるはずです。

php -S localhost:8080 -t www

あとは大抵built in serverで開発できると思います。 ethnaコマンドはvendor/bin/ethnaになってるので間違えないよう。

How to update

create-projectした後にappディレクトリとかの中身をコピペするのが多分すこしは楽です。 が、どちらにしろ大変だと思うのでがんばって!

Requirements

  • PHP 5.3.3 higher

License

The BSD License

Copyright (c) 2004-2005, Masaki Fujimoto All rights reserved.