altahrim/nextcloud-psalm-plugin

There is no license information available for the latest version (dev-main) of this package.

Stubs for Nextcloud applications

dev-main 2023-08-15 14:49 UTC

This package is auto-updated.

Last update: 2024-04-15 16:13:05 UTC


README

Export Nextcloud public API to your application

Installation

In your application directory:

composer require --dev altahrim/nextcloud-psalm-plugin
vendor/bin/psalm --init
vendor/bin/psalm-plugin enable altahrim/nextcloud-psalm-plugin

Configuration

Force specific Nextcloud version:

<pluginClass class="Psalm\NextcloudPsalmPlugin\PluginEntry">
    <nextcloudVersion>28</nextcloudVersion>
</pluginClass>

Otherwise, version is detected from appinfo/info.xml