Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/altahrim/nextcloud-psalm-plugin
- Owner: Altahrim
- License: agpl-3.0
- Created: 2023-08-14T12:20:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-15T14:50:44.000Z (over 1 year ago)
- Last Synced: 2024-10-16T22:38:56.089Z (29 days ago)
- Topics: nextcloud, nextcloud-app, open-source
- Language: PHP
- Homepage:
- Size: 196 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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:
```xml28
```
Otherwise, version is detected from `appinfo/info.xml`