robinmin / swale
my tiny MVC framework for application
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
Requires
- php: >=5.4.0
- aura/session: dev-master
- aura/sql: dev-master
- guzzlehttp/guzzle: 4.1.*
- smarty/smarty: 3.1.*@dev
Requires (Dev)
- ssdb/phpssdb: dev-master
This package is not auto-updated.
Last update: 2025-03-29 18:21:10 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