원클릭으로
phpdocheader
Adjust the PHPDOC header of all changed PHP files to contain the relevant information
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Adjust the PHPDOC header of all changed PHP files to contain the relevant information
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Create and maintain database update scripts for tine applications. Use when creating, modifying, or understanding Setup/Update PHP files that migrate database schema and application data between versions.
Create and maintain human readable documentation. Auto-invoke when user mentions docs, documentation or manual. Do NOT load for api docs or api reference or docs blocks in code.
| name | phpdocheader |
| description | Adjust the PHPDOC header of all changed PHP files to contain the relevant information |
| license | AGPL-3.0 |
| metadata | {"author":"Philipp Schüle <p.schuele@metaways.de>","version":"1.0"} |
The Header of tine-PHP files should contain the following information:
allways: tine Groupware - https://www.tine-groupware.de/
example: @package Tinebase
example: @subpackage Group
default: @license https://www.gnu.org/licenses/agpl.html
example: @copyright Copyright (c) 2008-2026 Metaways Infosystems GmbH (https://www.metaways.de)
the second year should always be set to the current year (2026 in this example). we keep the first year as the creation year of the file.
example: Philipp Schüle p.schuele@metaways.de
name and email address of the (human) creator of the file. we do not change the author when updating the file.
<?php
/**
* tine Groupware - https://www.tine-groupware.de/
*
* @package Tinebase
* @subpackage Group
* @license https://www.gnu.org/licenses/agpl.html
* @copyright Copyright (c) 2008-2026 Metaways Infosystems GmbH (https://www.metaways.de)
* @author Philipp Schüle <p.schuele@metaways.de>