Skip to content
This repository has been archived by the owner on Mar 30, 2022. It is now read-only.

Latest commit

 

History

History
38 lines (26 loc) · 898 Bytes

README.md

File metadata and controls

38 lines (26 loc) · 898 Bytes

sabre/davclient

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.