https://github.com/ssx/php-carddav
A composer compatible CardDAV class based on Christian Putzke's work.
https://github.com/ssx/php-carddav
Last synced: 3 months ago
JSON representation
A composer compatible CardDAV class based on Christian Putzke's work.
- Host: GitHub
- URL: https://github.com/ssx/php-carddav
- Owner: ssx
- License: agpl-3.0
- Created: 2014-12-26T18:21:26.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-12-26T18:21:50.000Z (over 11 years ago)
- Last Synced: 2025-03-21T12:32:30.437Z (over 1 year ago)
- Language: PHP
- Size: 156 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: CHANGELOG
- License: LICENSE
Awesome Lists containing this project
README
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
* 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/