Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/oneplc/plc_x_file

Upload Files to onePlace to use them externally
https://github.com/oneplc/plc_x_file

file-api file-upload-service oneplace oneplace-module

Last synced: 19 days ago
JSON representation

Upload Files to onePlace to use them externally

Awesome Lists containing this project

README

        

# oneplace-file

[![Build Status](https://travis-ci.com/OnePlc/PLC_X_File.svg?branch=master)](https://travis-ci.com/OnePlc/PLC_X_File)
[![Coverage Status](https://coveralls.io/repos/github/OnePlc/PLC_X_File/badge.svg?branch=master)](https://coveralls.io/github/OnePlc/PLC_X_File?branch=master)
![Packagist Downloads](https://img.shields.io/packagist/dt/oneplace/oneplace-file)
![Stable Version](https://img.shields.io/packagist/v/oneplace/oneplace-file)
![GitHub Release Date](https://img.shields.io/github/release-date/oneplc/plc_x_file)
![Open Issues](https://img.shields.io/github/issues-raw/oneplc/plc_x_file)
![Discourse status](https://img.shields.io/discourse/status?server=https%3A%2F%2Fdiscourse.1plc.ch)

## Introduction

This is the File Module for onePlace Software Framework based on Laminas Project (former Zend Framework)

Create your web based apps on the fly! onePlace brings you extended Entity and Table Models,
View Helpers and much more - so you can build your Webapp to manage database based data,
in almost any layout you can image.

onePlace is built for maximum freedom of choice for your app, and so only small
parts of laminas mvc are utilized. a lot is done from scratch to give you more freedom / customization.

## File Module

This file module is a starting point for your own onePlace modules.
It expands on [oneplace-core](https://github.com/OnePlc/PLC_X_Core) and uses the onePlace / Laminas MVC layer and module systems.

## Installation

The easiest way to install onePlace File is via composer
```shell script
composer require oneplace/oneplace-file
```

## Getting started

how to utilize user manager

how to create own modules

## Documentation

Documentation will be extended soon.