Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/merciercorentin/laravel-nextcloud-api-client

Laravel Nextcloud Provisionnig API client
https://github.com/merciercorentin/laravel-nextcloud-api-client

api-client laravel laravel-package

Last synced: about 1 month ago
JSON representation

Laravel Nextcloud Provisionnig API client

Awesome Lists containing this project

README

        

[![Build Status](https://travis-ci.org/MercierCorentin/laravel-nextcloud-api-client.svg?branch=develop)](https://travis-ci.org/MercierCorentin/laravel-nextcloud-api-client)
# 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](https://github.com/MasterZero/laravel-nextcloud-user-management)

The rest is based on [Nextcloud provisionning API](https://docs.nextcloud.com/server/16/admin_manual/configuration_user/user_provisioning_api.html) doc and Nextcloud source code.
When the documentation had some lacks, I submited PR:
- [User creation PR](https://github.com/nextcloud/documentation/pull/1373)

# Setup and usage:
Tests passed on Nextcloud 24

See [Wiki](https://github.com/MercierCorentin/laravel-nextcloud-api-client/wiki)

# What's next?
- App config Api client
- App config Api client tests
- App config Api documentation
- Files managment trough webdav protocol