khelle/surume

Surume webapplication framework.

dev-master / 0.2.x-dev 2016-04-06 21:26 UTC

This package is not auto-updated.

Last update: 2024-03-16 15:39:07 UTC


README

Build Status Total Downloads Latest Stable Version Latest Unstable Version License

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.