https://github.com/oneplc/plc_x_skeletonrequest
Make Requests on any PLC X Skeleton and match them by any criteria
https://github.com/oneplc/plc_x_skeletonrequest
Last synced: about 1 month ago
JSON representation
Make Requests on any PLC X Skeleton and match them by any criteria
- Host: GitHub
- URL: https://github.com/oneplc/plc_x_skeletonrequest
- Owner: OnePlc
- License: bsd-3-clause
- Created: 2020-01-27T19:11:36.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-05T02:31:30.000Z (about 5 years ago)
- Last Synced: 2025-01-31T08:35:19.952Z (3 months ago)
- Language: PHP
- Homepage: https://docs.1plc.ch/oneplace-skeletonrequest
- Size: 36.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# oneplace-skeletonrequest
[](https://travis-ci.com/OnePlc/PLC_X_Skeletonrequest)
[](https://coveralls.io/github/OnePlc/PLC_X_Skeletonrequest?branch=master)## Introduction
This is the Skeletonrequest 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.## Skeletonrequest Module
This skeletonrequest 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 Skeletonrequest is via composer
```shell script
composer require oneplace/oneplace-skeletonrequest
```## Getting started
how to utilize user manager
how to create own modules
## Documentation
Documentation will be extended soon.