https://github.com/oneplc/plc_x_room
Room Module for onePlace X. Manage your rooms with onePlace
https://github.com/oneplc/plc_x_room
Last synced: about 1 month ago
JSON representation
Room Module for onePlace X. Manage your rooms with onePlace
- Host: GitHub
- URL: https://github.com/oneplc/plc_x_room
- Owner: OnePlc
- License: bsd-3-clause
- Created: 2020-02-01T19:07:12.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-03T12:08:51.000Z (about 5 years ago)
- Last Synced: 2025-01-31T08:35:24.538Z (3 months ago)
- Language: PHP
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# oneplace-room
[](https://travis-ci.com/OnePlc/PLC_X_Room)
[](https://coveralls.io/github/OnePlc/PLC_X_Room?branch=master)## Introduction
This is the Room 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.## Room Module
This room 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 Room is via composer
```shell script
composer require oneplace/oneplace-room
```## Getting started
how to utilize user manager
how to create own modules
## Documentation
Documentation will be extended soon.