Model to store files

1.0.1 2018-04-02 08:12 UTC

This package is auto-updated.

Last update: 2024-09-05 18:59:25 UTC


README

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.