A WebDAV, CalDAV and CardDAV client for PHP.
Note that this library is completely non-functional at the moment ;)
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.
Head over to the sabre/dav mailinglist, or you can also just open a ticket on GitHub.
This library is being developed by fruux. Drop us a line for commercial services or enterprise support.