tokushima / rhaco3
This package is abandoned and no longer maintained.
The author suggests using the tokushima/rhaco3 package instead.
php library
20130911
2013-09-11 12:50 UTC
Requires
- php: >=5.3.0
This package is not auto-updated.
Last update: 2022-02-01 12:37:14 UTC
README
##rhaco3 2010-11-11
Web framework (PHP 5 >= 5.3.0)
Install
composer.json
{
"require": {
"tokushima/rhaco3":"0.9.7"
}
}
get cmdman
curl -LO http://git.io/cmdman.phar
setup
php cmdman.phar org.rhaco.Dt::setup
Application entry
index.php
<?php
include_once(__DIR__.'/vendor/autoload.php');
\org\rhaco\Flow::out([
'patterns'=>[
''=>['action'=>'org.rhaco.Dt']
]
]);