forked from christian-putzke/CardDAV-PHP
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
33 lines (25 loc) · 951 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Description
-----------
This is a simple CardDAV client written in PHP called "CardDAV PHP".
Features
--------
* Query your CardDAV server with XML response (simplified or raw)
* Supports many authentication methods
* You can add / update / delete vCards from your CardDAV server
* Get single vCards (raw or extended XML) from your CardDAV server
* Check CardDAV server connection
* Tested CardDAV servers: DAViCal, Apple Addressbook Server, memotoo, SabreDAV, ownCloud, SOGo
Installation
------------
* Nothing to install - it's standalone
* Requires PHP 5.3 and CURL
* The documentation can be found in the class itself
Special thanks
--------------
* xbgmsharp for the great feedback!
Contact
-------
* Author: Christian Putzke <[email protected]>
* Report feature requests and bugs here: https://github.com/graviox/CardDAV-PHP/issues
* Visit my website: http://www.graviox.de/
* Follow me on Twitter: https://twitter.com/cputzke/