dev-master
9999999-devmiro-service
Apache-2.0
The Requires
The Development Requires
by ott321
dev-annotation_support
dev-annotation_supportmiro-service
Apache-2.0
The Requires
The Development Requires
by ott321
Wallogit.com
2017 © Pedro Peláez
miro-service
使用 phalcon Micro 搭建 restful api, (*1)
composer require aprchen/easy-ms
入口文件示例, (*2)
define('BASE_PATH', dirname(__DIR__));
define('APP_PATH', BASE_PATH . '/app');
require_once BASE_PATH . '/vendor/autoload.php';
$app = new MicroApp();
$app->setConfigPath(BASE_PATH."/config.ini");
$app->setBoots(
new CollectionBootstrap(),
new ServiceBootstrap()
);
$app->handle();
miro-service
Apache-2.0
miro-service
Apache-2.0