Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oneplc/plc_x_article
Article Module for onePlace X. Manage your products with onePlace
https://github.com/oneplc/plc_x_article
article-management oneplace oneplace-article oneplace-module online-shop product-management
Last synced: 28 days ago
JSON representation
Article Module for onePlace X. Manage your products with onePlace
- Host: GitHub
- URL: https://github.com/oneplc/plc_x_article
- Owner: OnePlc
- License: bsd-3-clause
- Created: 2020-01-20T17:36:28.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-22T04:01:00.000Z (almost 5 years ago)
- Last Synced: 2024-07-30T20:01:42.942Z (5 months ago)
- Topics: article-management, oneplace, oneplace-article, oneplace-module, online-shop, product-management
- Language: PHP
- Homepage: https://docs.1plc.ch/oneplace-article
- Size: 106 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# oneplace-article
[![Build Status](https://travis-ci.com/OnePlc/PLC_X_Article.svg?branch=master)](https://travis-ci.com/OnePlc/PLC_X_Article)
[![Coverage Status](https://coveralls.io/repos/github/OnePlc/PLC_X_Article/badge.svg?branch=master)](https://coveralls.io/github/OnePlc/PLC_X_Article?branch=master)## Introduction
This is the Article 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.## Article Module
This article 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 Article is via composer
```shell script
composer require oneplace/oneplace-article
```## Getting started
how to utilize user manager
how to create own modules
## Documentation
Documentation will be extended soon.