Remi's RPM repository - Packages

Blog | Forum | Repository

php-sabre-dav - WebDAV Framework for PHP

Website:
https://github.com/fruux/sabre-dav
Licence:
BSD
Vendor:
Remi Collet
Description:
What is SabreDAV

SabreDAV allows you to easily add WebDAV support to a PHP application.
SabreDAV is meant to cover the entire standard, and attempts to allow
integration using an easy to understand API.

Feature list:
* Fully WebDAV compliant
* Supports Windows XP, Windows Vista, Mac OS/X, DavFSv2, Cadaver, Netdrive,
  Open Office, and probably more.
* Passing all Litmus tests.
* Supporting class 1, 2 and 3 Webdav servers.
* Locking support.
* Custom property support.
* CalDAV (tested with Evolution, iCal, iPhone and Lightning).
* CardDAV (tested with OS/X addressbook, the iOS addressbook and Evolution).
* Over 97% unittest code coverage.

Autoloader: /usr/share/php/Sabre/DAV/autoload.php

Packages

php-sabre-dav-3.2.1-1.el5.remi.noarch [349 KiB] Changelog by Remi Collet (2017-01-29):
- update to 3.2.1
php-sabre-dav-3.2.0-1.el5.remi.noarch [349 KiB] Changelog by Remi Collet (2017-01-17):
- update to 3.2.0
- raise dependency on PHP version 5.5
- raise dependency on sabre/vobject version 4.1
- raise dependency on sabre/xml version 1.4
- raise dependency on sabre/http version 4.2.1
- raise dependency on sabre/uri version 1.0.1
- add dependency on psr/log