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: about 1 month 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 (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-04-12T00:37:29.000Z (about 1 month ago)
- Last Synced: 2025-04-13T00:45:35.710Z (about 1 month ago)
- Topics: circle, hacktoberfest, nextcloud, sharing
- Language: PHP
- Homepage:
- Size: 17.1 MB
- Stars: 154
- Watchers: 19
- Forks: 51
- Open Issues: 210
-
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
[](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.