Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 1.49 KB

README.md

File metadata and controls

21 lines (14 loc) · 1.49 KB

Files

master develop
Scrutinizer Code Quality Scrutinizer Code Quality
Code Coverage Code Coverage
Build Status Build Status

Model to store files.

Installation

composer require personal-galaxy/files

Usage

The only entry point to use the model are the commands, you should use a command bus in order to bind the commands to their handler.

You also need to implement the repository interfaces in order to persist the files and folders metadata.