symcloud/distributed-storage

There is no license information available for the latest version (0.1.0) of this package.

0.1.0 2015-07-04 14:22 UTC

This package is auto-updated.

Last update: 2024-03-25 06:22:37 UTC


README

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