mercier-corentin / nextcloud
Nextcloud api client for laravel
Installs: 3 842
Dependents: 0
Suggesters: 0
Security: 0
Stars: 6
Watchers: 2
Forks: 2
Open Issues: 0
Requires
- php: >=7.2.0
Requires (Dev)
- orchestra/testbench: ^7.0
- phpunit/phpunit: ^9.0
This package is auto-updated.
Last update: 2024-12-24 20:47:08 UTC
README
Nextcloud User provisionning API client
A laravel librairie to manage Nextcloud's Users, Apps and Groups.
Available with composer. https://packagist.org/packages/mercier-corentin/nextcloud
Forked from MasterZero/laravel-nextcloud-user-management
The rest is based on Nextcloud provisionning API doc and Nextcloud source code. When the documentation had some lacks, I submited PR:
Setup and usage:
Tests passed on Nextcloud 24
See Wiki
What's next?
- App config Api client
- App config Api client tests
- App config Api documentation
- Files managment trough webdav protocol