Skip to content
Shubhra Prakash Nandi edited this page May 30, 2026 · 58 revisions

Introduction

Welcome! to the ldap-carddav wiki. ldap-carddav is a CardDAV server with a LDAP server as contacts and authentication backend. Checkout the pages here for more information and resources on a particular topic.

ldap-carddav - A CardDAV server for LDAP


Download

Standard method (using composer)

  1. Install composer on your system using the system's package management or follow download instructions from this page - composer.
  2. Download latest stable release: composer create-project isubsoft/ldap-carddav --prefer-dist
  3. Download latest pre-release: composer create-project isubsoft/ldap-carddav --prefer-dist --stability="beta"
  4. Download latest from master branch: composer create-project isubsoft/ldap-carddav --prefer-dist --stability="dev"
  5. Download an older release: composer create-project isubsoft/ldap-carddav:<release_version> --prefer-dist

Other methods

  1. Go to the releases page and download the source code archive from a release and extract the archive.
  2. Alternatively clone the source code repository (git clone 'https://github.com/isubsoft/ldap-carddav.git') and switch to the version you need. Run 'composer update' to install the dependencies.

Installation

Check INSTALL file in the downloaded application folder.

Demo

Checkout a demonstration video here - Youtube.

Support

Basic support

Please use the discussions / issues forum here to log your queries / defects respectively.

Membership support

You can support our developers and maintainers via Patreon membership.

Commercial support

We provide paid support to customers through phone, chat and email on weekdays (Mon-Fri 10:00 am to 6:00 pm India Standard Time) and security fixes and other defect fixes on priority. If you need short term or long term paid support please click on the email link below to send us your query.

Email: admin@isubsoft.com

You may also message us for paid support on our LinkedIn page.

Clone this wiki locally