khelle/surume

Surume webapplication framework.

Maintainers

Details

github.com/khelle/surume

Source

Issues

Installs: 17

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/khelle/surume

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

This package is not auto-updated.

Last update: 2025-10-12 00:15:16 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.