PHPackages                             egroupware/egroupware - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Admin Panels](/categories/admin)
4. /
5. egroupware/egroupware

ActiveProject[Admin Panels](/categories/admin)

egroupware/egroupware
=====================

EGroupware extends a classic groupware with an integrated CRM-system, a secure file-server and Collabora Online Office.

26.3.20260316(2mo ago)2891.6k106[19 PRs](https://github.com/EGroupware/egroupware/pulls)GPL-2.0-or-laterPHPPHP &gt;=7.4,&lt;=8.5CI failing

Since Jan 22Pushed 2mo ago32 watchersCompare

[ Source](https://github.com/EGroupware/egroupware)[ Packagist](https://packagist.org/packages/egroupware/egroupware)[ Docs](https://www.egroupware.org/)[ RSS](/packages/egroupware-egroupware/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (140)Versions (224)Used By (0)Security (4)

EGroupware
==========

[](#egroupware)

ToolsUsage[![Travis CI](https://camo.githubusercontent.com/0f27a16b4ca640b47ea471304a22f1ffe87c68a546a3398fe352a793947ca29c/68747470733a2f2f7472617669732d63692e636f6d2f696d616765732f6c6f676f732f54726176697343492d46756c6c2d436f6c6f722e706e67)](https://camo.githubusercontent.com/0f27a16b4ca640b47ea471304a22f1ffe87c68a546a3398fe352a793947ca29c/68747470733a2f2f7472617669732d63692e636f6d2f696d616765732f6c6f676f732f54726176697343492d46756c6c2d436f6c6f722e706e67)runs unit-tests after each commit[![Scrutinizer CI](https://camo.githubusercontent.com/071de84faf2695af3ab0078486bae66f23edf54a546a305bdc7ad0b206e75d7d/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f696d616765732f6c6f676f2e706e67) scrutinizer](https://scrutinizer-ci.com/g/EGroupware/egroupware/)runs static analysis on our codebase[![BrowserStack](https://camo.githubusercontent.com/b7e94f06b36608591199e7fae7d80308ec5acbd4fc6a716b83def6444d8d4ea4/68747470733a2f2f656e637279707465642d74626e302e677374617469632e636f6d2f696d616765733f713d74626e253341414e643947635132736346354855774c6e4a566e6b325568597757705558486d4c51594e584d3579427726757371703d434155)](https://camo.githubusercontent.com/b7e94f06b36608591199e7fae7d80308ec5acbd4fc6a716b83def6444d8d4ea4/68747470733a2f2f656e637279707465642d74626e302e677374617469632e636f6d2f696d616765733f713d74626e253341414e643947635132736346354855774c6e4a566e6b325568597757705558486d4c51594e584d3579427726757371703d434155)manual testing with unusual browser versions or platforms### Default and preferred installation method for EGroupware is via your Linux package manager:

[](#default-and-preferred-installation-method-for-egroupware-is-via-your-linux-package-manager)

- [Installation &amp; Update instructions](https://github.com/EGroupware/egroupware/wiki/Installation-using-egroupware-docker-RPM-DEB-package)
- [Distribution specific instructions](https://github.com/EGroupware/egroupware/wiki/Distribution-specific-instructions)

> Every other method (including a developer installation by cloning the repo) is way more complicated AND does not include all features, as part's of EGroupware are running in different containers, eg. the push-server!

### Installing EGroupware 23.1 via Docker for non-Linux environments or not supported Linux distros:

[](#installing-egroupware-231-via-docker-for-non-linux-environments-or-not-supported-linux-distros)

EGroupware 23.1 can be installed via Docker, in fact the DEB/RPM packages also does that. Instructions on how to run EGroupware in Docker are in our [Wiki](https://github.com/EGroupware/egroupware/wiki/Docker-compose-installation) and in [doc/docker](https://github.com/EGroupware/egroupware/tree/23.1/doc/docker) subdirectory.

### Installing EGroupware development version via Docker:

[](#installing-egroupware-development-version-via-docker)

- this is the preferred developer installation, as it contains eg. a push-server container
-

### Deprecated EGroupware development installation:

[](#deprecated-egroupware-development-installation)

- install composer.phar from
- for JavaScript dependencies and build install nodejs and npm
- optional: for minified CSS install grunt

```
apt/yum/zypper install nodejs
npm install -g grunt-cli

```

- install EGroupware and dependencies

```
cd /path/to/your/docroot
git clone https://github.com/EGroupware/egroupware.git # or git@github.com:EGroupware/egroupware.git for ssh
cd egroupware
./install-cli.php

```

- install non-default EGroupware apps by cloning them into your egroupware directory eg.

```
cd /path/to/your/egroupware
git clone https://github.com/EGroupware/wiki.git

```

- continue installation at

### Keeping EGroupware up to date or switch to release branch:

[](#keeping-egroupware-up-to-date-or-switch-to-release-branch)

```
cd /path/to/your/egroupware
./install-cli.php []
setup/setup-cli.php # will tell you if a schema-update is necessary

```

install-cli.php supports the following "channels":

- release: tagged maintenance releases only eg. 19.1.20200701
- bugfix: release-branch incl. latest bugfixes eg. 20.1, if you are currently on 20.1.20200710
- &lt;branch&gt;: switch to given branch
- master: latest development for next release

To change the channel, call `install-cli.php `.

For further installation instructions see our wiki.

###  Health Score

68

—

FairBetter than 100% of packages

Maintenance85

Actively maintained with recent releases

Popularity40

Moderate usage in the ecosystem

Community34

Small or concentrated contributor base

Maturity100

Battle-tested with a long release history

 Bus Factor2

2 contributors hold 50%+ of commits

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~20 days

Recently: every ~8 days

Total

205

Last Release

52d ago

Major Versions

23.1.20251222 → 26.0.202601082026-01-08

23.1.20260113 → 26.0.202601132026-01-13

23.1.20260131 → 26.2.202602032026-02-03

23.1.20260224 → 26.2.202602242026-02-24

23.1.x-dev → 26.3.202603162026-03-16

PHP version history (12 changes)14.2.20150121PHP &gt;=5.3.2,&lt;=6.0.0alpha1

14.3.20160304PHP &gt;=5.3.2,&lt;=8.0.0alpha1

16.1.20160603PHP &gt;=5.4,&lt;=8.0.0alpha1

17.1.20190214PHP &gt;=5.6,&lt;=8.0.0alpha1

19.1.20190716PHP &gt;=7.0,&lt;=8.0.0alpha1

20.1.20200525PHP &gt;=7.2,&lt;=8.0.0alpha1

21.1.20210318PHP &gt;=7.3,&lt;=8.0.0alpha1

21.1.20210420PHP &gt;=7.3,&lt;=8.0

21.1.20220406PHP &gt;=7.3,&lt;=8.1

22.1.20220920PHP &gt;=7.4,&lt;=8.1

23.1.20231122PHP &gt;=7.4,&lt;=8.2

26.0.20260108PHP &gt;=7.4,&lt;=8.5

### Community

Maintainers

![](https://www.gravatar.com/avatar/85a8407098a44193698887e739a263c1623a169548b3867103015d2b3c9eb78d?d=identicon)[ralfbecker](/maintainers/ralfbecker)

![](https://www.gravatar.com/avatar/ca13e5aed222b2a83d9e964f7fe41f3f1c32db06ab778591f159d23a25db614c?d=identicon)[hnategh](/maintainers/hnategh)

---

Top Contributors

[![ralfbecker](https://avatars.githubusercontent.com/u/972180?v=4)](https://github.com/ralfbecker "ralfbecker (16082 commits)")[![nathangray](https://avatars.githubusercontent.com/u/10407710?v=4)](https://github.com/nathangray "nathangray (10554 commits)")[![hnategh](https://avatars.githubusercontent.com/u/9461589?v=4)](https://github.com/hnategh "hnategh (2584 commits)")[![leithoff](https://avatars.githubusercontent.com/u/1982846?v=4)](https://github.com/leithoff "leithoff (1933 commits)")[![astoeckel](https://avatars.githubusercontent.com/u/1783545?v=4)](https://github.com/astoeckel "astoeckel (364 commits)")[![lehrkej](https://avatars.githubusercontent.com/u/199962558?v=4)](https://github.com/lehrkej "lehrkej (327 commits)")[![Stefan-U](https://avatars.githubusercontent.com/u/30843139?v=4)](https://github.com/Stefan-U "Stefan-U (209 commits)")[![stefan-reinhardt-pixelegg](https://avatars.githubusercontent.com/u/152960043?v=4)](https://github.com/stefan-reinhardt-pixelegg "stefan-reinhardt-pixelegg (110 commits)")[![asig2016](https://avatars.githubusercontent.com/u/21988046?v=4)](https://github.com/asig2016 "asig2016 (50 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (35 commits)")[![hjtappe](https://avatars.githubusercontent.com/u/11509366?v=4)](https://github.com/hjtappe "hjtappe (22 commits)")[![milan1201](https://avatars.githubusercontent.com/u/97598592?v=4)](https://github.com/milan1201 "milan1201 (15 commits)")[![tompsonx](https://avatars.githubusercontent.com/u/8808253?v=4)](https://github.com/tompsonx "tompsonx (10 commits)")[![stefanwerfling](https://avatars.githubusercontent.com/u/12471903?v=4)](https://github.com/stefanwerfling "stefanwerfling (8 commits)")[![dependabot-preview[bot]](https://avatars.githubusercontent.com/in/2141?v=4)](https://github.com/dependabot-preview[bot] "dependabot-preview[bot] (5 commits)")[![guybedford](https://avatars.githubusercontent.com/u/598730?v=4)](https://github.com/guybedford "guybedford (4 commits)")[![f2boot](https://avatars.githubusercontent.com/u/7765434?v=4)](https://github.com/f2boot "f2boot (4 commits)")[![nicorac](https://avatars.githubusercontent.com/u/2361673?v=4)](https://github.com/nicorac "nicorac (3 commits)")[![neomorina](https://avatars.githubusercontent.com/u/22189625?v=4)](https://github.com/neomorina "neomorina (3 commits)")[![birgit-egroupware](https://avatars.githubusercontent.com/u/19346103?v=4)](https://github.com/birgit-egroupware "birgit-egroupware (2 commits)")

---

Tags

address-bookcaldav-servercalendarcarddav-servercollaborationegroupwarejavascriptphpproject-managementwebmailphpjavascriptcalendarproject managementcollaborationwebmailaddress bookgroupwarecaldav-servercarddav-server

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/egroupware-egroupware/health.svg)

```
[![Health](https://phpackages.com/badges/egroupware-egroupware/health.svg)](https://phpackages.com/packages/egroupware-egroupware)
```

###  Alternatives

[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[civicrm/civicrm-core

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

728272.9k20](/packages/civicrm-civicrm-core)[aporat/store-receipt-validator

PHP receipt validator for Apple App Store and Amazon Appstore

6503.9M9](/packages/aporat-store-receipt-validator)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.2M386](/packages/shopware-core)[theodo-group/llphant

LLPhant is a library to help you build Generative AI applications.

1.5k311.5k5](/packages/theodo-group-llphant)[leantime/leantime

Open source project management system for non-project managers. Simple like Trello, powerful like Jira. Built with neurodiversity in mind.

9.4k2.8k](/packages/leantime-leantime)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
