Jump to content

SabreDAV

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Kiwi128 (talk | contribs) at 09:52, 14 July 2020 (update stable version => 4.1.1). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

sabre/dav
Developer(s)fruux (Project lead: Evert Pot)
Stable release
4.1.1 / July 13, 2020; 3 years ago (2020-07-13)[1]
Repository
Written inPHP
PlatformLinux, Mac, Windows
TypeWebDAV file server, group calendar server
LicenseNew BSD
Websitesabre.io Edit this on Wikidata

sabre/dav is an open source WebDAV server, developed by fruux and built in PHP. It is an implementation of the WebDAV protocol (with extensions for CalDAV[2] and CardDAV), providing a native PHP server implementation which operates on Apache 2 and Nginx web servers.

Features

  • Provides a complete framework for providing virtual or filesystem-based WebDAV server implementations.
  • Passes the complete WebDAV Litmus test suite.
  • Includes plugins for CalDAV and CardDAV support.

RFC Support

  • RFC 2518 Obsolete WebDAV specification
  • RFC 2617 Basic and digest HTTP auth
  • RFC 3744 Access Control
  • RFC 4331 Quota and Size Properties
  • RFC 4709 Mounting WebDAV Servers
  • RFC 4791 CalDAV
  • RFC 4918 Current WebDAV specification
  • RFC 5397 Current Principal Extension
  • RFC 5689 Extended MKCOL
  • RFC 5789 HTTP PATCH
  • RFC 6350 vCard Format Specification (v4.0[3])
  • RFC 6352 CardDAV
  • RFC 6578 WebDAV-Sync
  • RFC 6638 Scheduling Extensions to CalDAV
  • RFC 6868 Parameter encoding for vcard/icalendar
  • RFC 7095 jCard: The JSON Format for vCard
  • RFC 7265 jCal

Compatibility

sabre/dav requires PHP version 7.1.[4]

Supported clients

See also

References

  1. ^ "Releases - sabre-io/dav". Retrieved 14 July 2020 – via GitHub.
  2. ^ "SabreDAV PHP framework becomes calendar server". The H Open Source. Retrieved 2011-03-16.
  3. ^ "sabre/dav 2.1 released". Blog of Evert Pot. Retrieved 2015-01-29.
  4. ^ "SabreDAV Readme". SabreDAV GitHub. Retrieved 2020-04-02.

External links