2017 © Pedro Peláez
 

library surume

Surume webapplication framework.

image

khelle/surume

Surume webapplication framework.

  • Wednesday, April 6, 2016
  • by khelle
  • Repository
  • 1 Watchers
  • 0 Stars
  • 10 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Surume Framework

Build Status Total Downloads Latest Stable Version Latest Unstable Version License, (*1)

Description

Surume is a framework created for writing distributed webapplication., (*2)

Installation

To install the framework, first clone the repository using command, (*3)

git clone git@github.com:khelle/surume.git .

Then download all dependencies using composer, (*4)

composer install --no-interaction

After successful installation, copy data directory and shell scripts, (*5)

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

Test

To run tests, simply run, (*7)

vendor/bin/phpunit --coverage-text

License

Surume framework is open-sourced software licensed under the [MIT license][1]., (*8)

The Versions