2017 © Pedro Peláez
 

library files

Model to store files

image

personal-galaxy/files

Model to store files

  • Monday, April 2, 2018
  • by Baptouuuu
  • Repository
  • 0 Watchers
  • 0 Stars
  • 10 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

Files

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

Model to store files., (*1)

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., (*2)

You also need to implement the repository interfaces in order to persist the files and folders metadata., (*3)

The Versions