PHP File Header

SkillFiles & storage

Adjust the PHPDOC header of all changed PHP files to contain the relevant information

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the PHP File Header skill

What this skill tells your AI

The instructions your AI receives, as published by tine-groupware/tine in .agents/skills/phpdocheader/SKILL.md and read by ahel’s review.

The Header of tine-PHP files should contain the following information:

title and URL

allways: tine Groupware - https://www.tine-groupware.de/

package

example: @package Tinebase

subpackage (optional)

example: @subpackage Group

license

default: @license https://www.gnu.org/licenses/agpl-3.0.html

copyright

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.

author

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.

Example

<?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>

Signals

GitHub stars
22
Forks
4
Last commit
Sep 2026
Advanced
Catalog kind
skill
Gateway key
phpdocheader
Source
github.com/tine-groupware/tine