2017 © Pedro Peláez
 

project swale

my tiny MVC framework for application

image

robinmin/swale

my tiny MVC framework for application

  • Tuesday, March 3, 2015
  • by robinmin
  • Repository
  • 1 Watchers
  • 1 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

swale

Swale is a tiny MVC framework for application server based on swoole extension., (*1)

Installation

Create a new file composer.json in your project folder with the following content., (*2)

{
    "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:, (*3)

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:, (*4)

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

The Versions

03/03 2015

dev-master

9999999-dev

my tiny MVC framework for application

  Sources   Download

The Requires

 

The Development Requires

by Robin Min