robinmin/swale 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

robinmin/swale

Composer 安装命令:

composer create-project robinmin/swale

包简介

my tiny MVC framework for application

README 文档

README

Swale is a tiny MVC framework for application server based on swoole extension.

Installation

Create a new file composer.json in your project folder with the following content.

{
    "require": {
        "php"                  : ">=5.4.0",
        "aura/sql"             : "dev-master",
        "aura/session"         : "dev-master",
        "guzzlehttp/guzzle"    : "4.1.*",
        "smarty/smarty"        : "3.1.*@dev",
        "ssdb/phpssdb"         : "dev-master",
        "robinmin/swale"       : "dev-master"
    }
}

Then run the following command to prepare project folder structure:

composer install --dev
cp -p vendor/robinmin/swale/*.php .
cp -rp vendor/robinmin/swale/apps ./apps
mkdir test

Now, you can start the default web server by:

php ./server.php

Change Log

Date Content
2015-02-10 Add unit test support
2015-02-26 Add authentication with simple acl

Planned Feature

  • Asynchonized file log

统计信息

  • 总下载量: 0
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: Unknown
  • 更新时间: 2015-02-11