{"id":14818793,"url":"https://github.com/EGroupware/egroupware","last_synced_at":"2025-09-17T02:31:20.903Z","repository":{"id":37103772,"uuid":"58637252","full_name":"EGroupware/egroupware","owner":"EGroupware","description":"Web based groupware server written in PHP, forum at https://help.egroupware.org/","archived":false,"fork":false,"pushed_at":"2025-09-11T12:56:58.000Z","size":166571,"stargazers_count":276,"open_issues_count":21,"forks_count":105,"subscribers_count":36,"default_branch":"master","last_synced_at":"2025-09-11T13:22:42.610Z","etag":null,"topics":["address-book","caldav-server","calendar","carddav-server","collaboration","egroupware","javascript","php","project-management","webmail"],"latest_commit_sha":null,"homepage":"https://www.egroupware.org/","language":"PHP","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/EGroupware.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2016-05-12T11:53:59.000Z","updated_at":"2025-09-11T12:55:51.000Z","dependencies_parsed_at":"2023-10-23T07:23:47.874Z","dependency_job_id":"a05a902f-6d29-460b-ab67-22f902ee1f87","html_url":"https://github.com/EGroupware/egroupware","commit_stats":{"total_commits":40683,"total_committers":119,"mean_commits":"341.87394957983196","dds":0.7230538554187252,"last_synced_commit":"64e77f6f50033bae7b851dc4ec5763d86fd7c496"},"previous_names":[],"tags_count":363,"template":false,"template_full_name":null,"purl":"pkg:github/EGroupware/egroupware","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EGroupware%2Fegroupware","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EGroupware%2Fegroupware/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EGroupware%2Fegroupware/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EGroupware%2Fegroupware/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EGroupware","download_url":"https://codeload.github.com/EGroupware/egroupware/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EGroupware%2Fegroupware/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275027402,"owners_count":25392926,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-13T02:00:10.085Z","response_time":70,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["address-book","caldav-server","calendar","carddav-server","collaboration","egroupware","javascript","php","project-management","webmail"],"created_at":"2024-09-18T17:00:52.920Z","updated_at":"2025-09-17T02:31:20.893Z","avatar_url":"https://github.com/EGroupware.png","language":"PHP","funding_links":[],"categories":["Email Solution"],"sub_categories":["Groupware / Webmail"],"readme":"# EGroupware\n\n| Tools | Usage |\n| ----- | ----- |\n| \u003cimg src=\"https://travis-ci.com/images/logos/TravisCI-Full-Color.png\" width=\"108\" alt=\"Travis CI\"/\u003e | runs unit-tests after each commit |\n| [![Scrutinizer CI](https://scrutinizer-ci.com/images/logo.png) scrutinizer](https://scrutinizer-ci.com/g/EGroupware/egroupware/) | runs static analysis on our codebase |\n| \u003cimg src=\"https://encrypted-tbn0.gstatic.com/images?q=tbn%3AANd9GcQ2scF5HUwLnJVnk2UhYwWpUXHmLQYNXM5yBw\u0026usqp=CAU\" width=\"110\" alt=\"BrowserStack\" /\u003e | manual testing with unusual browser versions or platforms |\n\n### Default and preferred installation method for EGroupware is via your Linux package manager:\n\n* [Installation \u0026 Update instructions](https://github.com/EGroupware/egroupware/wiki/Installation-using-egroupware-docker-RPM-DEB-package)\n* [Distribution specific instructions](https://github.com/EGroupware/egroupware/wiki/Distribution-specific-instructions)\n\n\u003e 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!\n\n### Installing EGroupware 23.1 via Docker for non-Linux environments or not supported Linux distros:\nEGroupware 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.\n\n### Installing EGroupware development version via Docker:\n* this is the preferred developer installation, as it contains eg. a push-server container\n* https://github.com/EGroupware/egroupware/tree/master/doc/docker/development\n\n### Deprecated EGroupware development installation:\n* install composer.phar from https://getcomposer.org/download/\n* for JavaScript dependencies and build install nodejs and npm\n* optional: for minified CSS install grunt\n```\napt/yum/zypper install nodejs\nnpm install -g grunt-cli\n```\n* install EGroupware and dependencies\n```\ncd /path/to/your/docroot\ngit clone https://github.com/EGroupware/egroupware.git # or git@github.com:EGroupware/egroupware.git for ssh\ncd egroupware\n./install-cli.php\n```\n* install non-default EGroupware apps by cloning them into your egroupware directory eg.\n```\ncd /path/to/your/egroupware\ngit clone https://github.com/EGroupware/wiki.git\n```\n* continue installation at http://localhost/egroupware/setup/\n\n### Keeping EGroupware up to date or switch to release branch:\n```\ncd /path/to/your/egroupware\n./install-cli.php [\u003cchange-channel\u003e]\nsetup/setup-cli.php # will tell you if a schema-update is necessary\n```\ninstall-cli.php supports the following \"channels\":\n- release: tagged maintenance releases only eg. 19.1.20200701\n- bugfix:  release-branch incl. latest bugfixes eg. 20.1, if you are currently on 20.1.20200710\n- \\\u003cbranch\\\u003e: switch to given branch \n- master:  latest development for next release\n\nTo change the channel, call ```install-cli.php \u003cchannel-to-update-to\u003e```.\n\nFor further installation instructions see our wiki.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FEGroupware%2Fegroupware","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FEGroupware%2Fegroupware","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FEGroupware%2Fegroupware/lists"}