This is a sort of web app framework for building web application sfor ApisCP.
cd /usr/local/apnscp
mkdir -p config/custom/webapps
git clone https://github.com/LithiumHosting/apiscp-webapp-starter config/custom/webapps/starter
./composer dump-autoload -o
Edit config/custom/boot.php, create if not exists:
<?php
\a23r::registerModule('starter', \LithiumHosting\WebApps\Starter\Starter_Module::class);
\Module\Support\Webapps::registerApplication('starter', \LithiumHosting\WebApps\Starter\Handler::class);
Then refresh the web apps
cpcmd webapp:refresh-apps
Voila!
All third-party documentation is available via docs.apiscp.com.