sabre / davclient
The sabre/davclient library provides an easy to use library for consuming Web-, Cal- and CardDAV services
Installs: 3 468
Dependents: 0
Suggesters: 0
Security: 0
Stars: 27
Watchers: 14
Forks: 9
Open Issues: 3
Requires
- php: >=5.4.1
- sabre/dav: ~1.9.0alpha2
Requires (Dev)
- phpunit/phpunit: 3.7.*
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.