Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/merciercorentin/laravel-nextcloud-api-client
- Owner: MercierCorentin
- Created: 2019-06-13T11:09:08.000Z (over 5 years ago)
- Default Branch: develop
- Last Pushed: 2022-09-24T08:50:51.000Z (about 2 years ago)
- Last Synced: 2024-06-30T12:49:28.994Z (5 months ago)
- Topics: api-client, laravel, laravel-package
- Language: PHP
- Homepage: https://packagist.org/packages/mercier-corentin/nextcloud
- Size: 79.1 KB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 clientA 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 24See [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