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
Requires
- doctrine/cache: 1.4.*
- ocramius/proxy-manager: 1.0.*
- php-riak/riak-client: 1.0.*@dev
- php-riak/riak-client-pb: @dev
- symfony/event-dispatcher: ~2.6
- symfony/filesystem: ~2.6
- symfony/finder: ~2.6
- symfony/property-access: ~2.6
- symfony/security-core: ~2.6
- zendframework/zend-stdlib: @dev
- zendframework/zendsearch: @dev
Requires (Dev)
- phpspec/prophecy-phpunit: ~1.1
- phpunit/phpunit: ~4.6
This package is auto-updated.
Last update: 2024-10-25 07:34:14 UTC
README
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