Skip to content
Shubhra Prakash Nandi edited this page Jun 28, 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

NOTE: It is recommended to install composer on your system using the system's package manager or by following download instructions on this page - composer. Composer can be used to download the application and/or manage it's dependencies.

Standard method (using composer)

  1. Download latest stable release: composer create-project isubsoft/ldap-carddav --prefer-dist
  2. Download latest pre-release: composer create-project isubsoft/ldap-carddav --prefer-dist --stability="beta"
  3. Download latest from master branch: composer create-project isubsoft/ldap-carddav --prefer-dist --stability="dev"
  4. Download a specific 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.
    Alternatively clone the source code repository (git clone 'https://github.com/isubsoft/ldap-carddav.git') and switch to the version you need.
  2. Run composer update to install dependencies.

Installation

Check the INSTALL file in the downloaded application folder/directory.

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