Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oneplc/plc_x_project
Project Management for onePlace. Manage your tasks and more in projects. Module for onePlace X
https://github.com/oneplc/plc_x_project
oneplace oneplace-module project-management project-planning task-management
Last synced: 3 days ago
JSON representation
Project Management for onePlace. Manage your tasks and more in projects. Module for onePlace X
- Host: GitHub
- URL: https://github.com/oneplc/plc_x_project
- Owner: OnePlc
- License: bsd-3-clause
- Created: 2020-01-24T21:54:03.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-06T23:16:28.000Z (almost 5 years ago)
- Last Synced: 2024-12-04T04:10:50.825Z (2 months ago)
- Topics: oneplace, oneplace-module, project-management, project-planning, task-management
- Language: PHP
- Size: 59.6 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# oneplace-project
[![Build Status](https://travis-ci.com/OnePlc/PLC_X_Project.svg?branch=master)](https://travis-ci.com/OnePlc/PLC_X_Project)
[![Coverage Status](https://coveralls.io/repos/github/OnePlc/PLC_X_Project/badge.svg?branch=master)](https://coveralls.io/github/OnePlc/PLC_X_Project?branch=master)
![Packagist Downloads](https://img.shields.io/packagist/dt/oneplace/oneplace-project)
![Stable Version](https://img.shields.io/packagist/v/oneplace/oneplace-project)
![GitHub Release Date](https://img.shields.io/github/release-date/oneplc/plc_x_project)
![Open Issues](https://img.shields.io/github/issues-raw/oneplc/plc_x_project)
![Discourse status](https://img.shields.io/discourse/status?server=https%3A%2F%2Fdiscourse.1plc.ch)## Introduction
This is the Project 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.## Project Module
This project 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 Project is via composer
```shell script
composer require oneplace/oneplace-project
```## Getting started
how to utilize user manager
how to create own modules
## Documentation
Documentation will be extended soon.