Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nextcloud/circles
👪 Create groups with other users on a Nextcloud instance and share with them
https://github.com/nextcloud/circles
circle hacktoberfest nextcloud sharing
Last synced: 1 day ago
JSON representation
👪 Create groups with other users on a Nextcloud instance and share with them
- Host: GitHub
- URL: https://github.com/nextcloud/circles
- Owner: nextcloud
- License: agpl-3.0
- Created: 2016-12-21T05:23:18.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-10-27T00:35:42.000Z (about 2 months ago)
- Last Synced: 2024-10-29T15:51:06.488Z (about 1 month ago)
- Topics: circle, hacktoberfest, nextcloud, sharing
- Language: PHP
- Homepage:
- Size: 16.3 MB
- Stars: 146
- Watchers: 21
- Forks: 48
- Open Issues: 199
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
- Authors: AUTHORS.md
Awesome Lists containing this project
- awesome-nextcloud - circles - Create groups in NC (Apps / Official)
README
# Nextcloud Teams
[![REUSE status](https://api.reuse.software/badge/github.com/nextcloud/circles)](https://api.reuse.software/info/github.com/nextcloud/circles)### Bring cloud-users closer together
Nextcloud Teams allow people to create their own groups of people/colleagues/friends.
Those groups of people can then be used by any other app for sharing purpose.The app was formerly named circles which is still used as internal identifier a lot.
# Installation
The *Teams* app is installed and enabled by default.# Documentation
You can use the `\Psr\Container\ContainerInterface`, see [dependency injection](https://docs.nextcloud.com/server/stable/developer_manual/basics/dependency_injection.html), to get the `\OCA\Circles\CireclesManager` class, see our [API documentation](https://nextcloud.github.io/circles/) for its interface.