Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oneplc/plc_x_tag
Tag entities in onePlace, with any tag you want like categories,state and more
https://github.com/oneplc/plc_x_tag
custom-tags entity-tagging laminas oneplace oneplace-module php7-framework tagging
Last synced: 28 days ago
JSON representation
Tag entities in onePlace, with any tag you want like categories,state and more
- Host: GitHub
- URL: https://github.com/oneplc/plc_x_tag
- Owner: OnePlc
- License: bsd-3-clause
- Created: 2020-01-20T15:41:07.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-16T20:47:04.000Z (almost 4 years ago)
- Last Synced: 2024-05-06T06:02:26.460Z (8 months ago)
- Topics: custom-tags, entity-tagging, laminas, oneplace, oneplace-module, php7-framework, tagging
- Language: PHP
- Homepage: https://docs.1plc.ch/oneplace-tag
- Size: 119 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-tag
[![Build Status](https://travis-ci.com/OnePlc/PLC_X_Tag.svg?branch=master)](https://travis-ci.com/OnePlc/PLC_X_Tag)
[![Coverage Status](https://coveralls.io/repos/github/OnePlc/PLC_X_Tag/badge.svg?branch=master)](https://coveralls.io/github/OnePlc/PLC_X_Tag?branch=master)
![Packagist Downloads](https://img.shields.io/packagist/dt/oneplace/oneplace-tag)
![Stable Version](https://img.shields.io/packagist/v/oneplace/oneplace-tag)
![GitHub Release Date](https://img.shields.io/github/release-date/oneplc/plc_x_tag)
![Open Issues](https://img.shields.io/github/issues-raw/oneplc/plc_x_tag)
![Discourse status](https://img.shields.io/discourse/status?server=https%3A%2F%2Fdiscourse.1plc.ch)## Introduction
This is the Tag Module for onePlace Software Framework based on Laminas Project (former Zend Framework)
With this Module you can create tags of any kind for all oneplace Modules without any coding!
Default tags are "Categories" and "State" - but you can enhance it with any tags you like
for example "Type", "Manufacturer" - whatever you can imagine as a select or multiselect connection.## Installation
Using composer
```bash
$ composer require oneplace/oneplace-tag
```## Documentation
Checkout [oneplace-docs](https://docs.1plc.ch/oneplace-tag/)