khelle / surume
Surume webapplication framework.
dev-master / 0.2.x-dev
2016-04-06 21:26 UTC
Requires
- php: >=5.5.9
- cboden/ratchet: 0.3.*
- guzzlehttp/guzzle: 6.1.*
- league/container: 1.3.*
- league/flysystem: 1.0.*
- monolog/monolog: 1.13.*
- symfony/console: 2.6.*
- symfony/http-foundation: 3.0.*
Requires (Dev)
- phpunit/phpunit: 4.8.*|5.2.*
Suggests
- ext-event: ~1.0
- ext-libev: *
- ext-libevent: >=0.1.0
This package is not auto-updated.
Last update: 2024-11-23 19:33:28 UTC
README
Description
Surume is a framework created for writing distributed webapplication.
Installation
To install the framework, first clone the repository using command
git clone git@github.com:khelle/surume.git .
Then download all dependencies using composer
composer install --no-interaction
After successful installation, copy data directory and shell scripts
cp ./vendor/khelle/surume/surume-data ./surume-data
cp ./vendor/khelle/surume/surume ./surume
cp ./vendor/khelle/surume/surume.server ./surume.server
You are ready to go
Test
To run tests, simply run
vendor/bin/phpunit --coverage-text
License
Surume framework is open-sourced software licensed under the MIT license.