2017 © Pedro Peláez
 

library easy-ms

miro-service

image

aprchen/easy-ms

miro-service

  • Tuesday, July 10, 2018
  • by April2
  • Repository
  • 2 Watchers
  • 1 Stars
  • 4 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

说明

使用 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();

The Versions

29/05 2018

dev-annotation_support

dev-annotation_support

miro-service

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

by ott321