徳島/rhaco3

此包已被弃用且不再维护。作者建议使用 徳島/rhaco3 包。

PHP 库

20130911 2013-09-11 12:50 UTC

This package is not auto-updated.

Last update: 2022-02-01 12:37:14 UTC


README

##rhaco3 2010-11-11

Web 框架 (PHP 5 >= 5.3.0)

安装

composer.json

{
	"require": {
		"tokushima/rhaco3":"0.9.7"
	}
}

获取 cmdman

curl -LO http://git.io/cmdman.phar

设置

php cmdman.phar org.rhaco.Dt::setup

应用入口

index.php

<?php
include_once(__DIR__.'/vendor/autoload.php');

\org\rhaco\Flow::out([
	'patterns'=>[
		''=>['action'=>'org.rhaco.Dt']
	]
]);