Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/oneplc/plc_x_file
- Owner: OnePlc
- License: bsd-3-clause
- Created: 2020-02-28T20:54:38.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-09T12:23:29.000Z (almost 5 years ago)
- Last Synced: 2024-04-24T19:25:21.485Z (8 months ago)
- Topics: file-api, file-upload-service, oneplace, oneplace-module
- Language: PHP
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.