https://github.com/oneplc/plc_x_articlerequest_matching
Match Article with saved Requests by given criteria
https://github.com/oneplc/plc_x_articlerequest_matching
Last synced: about 1 month ago
JSON representation
Match Article with saved Requests by given criteria
- Host: GitHub
- URL: https://github.com/oneplc/plc_x_articlerequest_matching
- Owner: OnePlc
- License: bsd-3-clause
- Created: 2020-02-13T15:09:22.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-16T15:27:58.000Z (about 5 years ago)
- Last Synced: 2025-01-31T08:35:18.556Z (3 months ago)
- Language: PHP
- Size: 30.3 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-articlerequest-matching
Matching Plugin for onePlace Article Requests
## RequirementsRequires
* [oneplace-core](https://github.com/OnePlc/PLC_X_Core)
* [oneplace-article](https://github.com/OnePlc/PLC_X_Article)
* [oneplace-articlerequest](https://github.com/OnePlc/PLC_X_Articlerequest)## installation
The easiest way to install this plugin is by using composer
```bash
$ composer require oneplace/oneplace-articlerequest-matching
```