Skip to content

symcloud/distributed-storage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Distributed-Storage

Scrutinizer Code Quality Code Coverage Build Status Dependency Status

Storage System of symcloud application

Development

This library is currently under heavy development and the interfaces can change without warning.

Documentation

See docs/README.md

Requirements

  • Symfony: >= 2.6.*
  • See also the require section of composer.json

Contribute

This project was initiated for a master thesis. Anyway pull-requests are welcome. (-:

Dependencies

Run tests

composer update
phpunit

Fix code style

php-cs-fixer fix src