Skip to content

Files

Latest commit

6a27b1a · Apr 30, 2018

History

History
30 lines (21 loc) · 475 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 475 Bytes

Zammad Helper (PHP)

(c)2018 Wenger Florian
wenger@unifox.at
License: GNU AFFERO GENERAL PUBLIC LICENSE Version 3

Description

!!! very early version !!!
Extending zammad/zammad-api-client-php": "1.0.* (https://github.com/zammad/zammad-api-client-php)
to add caching support

  • fetching (and cache) user name

Requirements

composer

composer.json

{
    "require": {
	"zammad/zammad-api-client-php": "1.0.*"
    }
}```

run<br/>
composer update