sabre/davclient

This package is abandoned and no longer maintained. No replacement package was suggested.

The sabre/davclient library provides an easy to use library for consuming Web-, Cal- and CardDAV services

dev-master 2022-03-30 15:48 UTC

This package is auto-updated.

Last update: 2022-04-30 15:58:00 UTC


README

A WebDAV, CalDAV and CardDAV client for PHP.

Note that this library is completely non-functional at the moment ;)

Installation

Make sure you have Composer installed. In your project directory, create, or edit a composer.json file, and make sure it contains something like this:

{
    "require" : {
        "sabre/davclient" : "dev-master"
    }
}

After that, just hit composer install and you should be rolling.

Questions?

Head over to the sabre/dav mailinglist, or you can also just open a ticket on GitHub.

Made at fruux

This library is being developed by fruux. Drop us a line for commercial services or enterprise support.