util/addons install wiki
<?php/** * * Name: Test Widget 1 * * Description: Display test. * * Version: 1.0 * * Author: Scott M. Stolz * * Maintainer: Scott M. Stolz * * Copyright: WisTex TechSero Ltd. Co. * * License: MIT License (Expat Verion) - https://license.neuhub.org */namespace Zotlabs\Widget;class Testwidget1 { function widget($args) { return "Hello, world!"; }}?>