Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/altahrim/nextcloud-psalm-plugin

Nextcloud Psalm Plugins for apps
https://github.com/altahrim/nextcloud-psalm-plugin

nextcloud nextcloud-app open-source

Last synced: 15 days ago
JSON representation

Nextcloud Psalm Plugins for apps

Awesome Lists containing this project

README

        

# Nextcloud Psalm Plugin for applications

Export Nextcloud public API to your application

## Installation
In your application directory:
```bash
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:
```xml

28

```
Otherwise, version is detected from `appinfo/info.xml`