Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ethna/ethna
Ethna is a web application framework for PHP.
https://github.com/ethna/ethna
Last synced: 13 days ago
JSON representation
Ethna is a web application framework for PHP.
- Host: GitHub
- URL: https://github.com/ethna/ethna
- Owner: ethna
- License: other
- Created: 2011-09-13T07:29:51.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2023-10-16T14:39:56.000Z (about 1 year ago)
- Last Synced: 2024-08-01T16:35:29.596Z (3 months ago)
- Language: PHP
- Homepage: http://ethna.jp/
- Size: 5.43 MB
- Stars: 85
- Watchers: 9
- Forks: 52
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE
Awesome Lists containing this project
README
# Ethna
[![Build Status](https://travis-ci.org/ethna/ethna.png?branch=master)](https://travis-ci.org/ethna/ethna)
Ethna(えすな)は、PHPを利用したウェブアプリケーションフレームワークで、絶妙に妥協をモットーとしています。
* Web: http://ethna.jp/
* Issues: [Github Issues](https://github.com/ethna/ethna/issues)
* IRC: #Ethna on irc.freenode.net.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.