robinmin/swale

There is no license information available for the latest version (dev-master) of this package.

my tiny MVC framework for application

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 0

Open Issues: 0

Type:project

dev-master 2015-03-03 10:29 UTC

This package is not auto-updated.

Last update: 2024-04-13 13:36:14 UTC


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