Remi's RPM repository - Packages

Blog | Forum | Repository | Wizard

php-sabre-dav - WebDAV Framework for PHP

Website:
https://github.com/sabre-io/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.3-5.remi.src [471 KiB] Changelog by Remi Collet (2019-07-01):
- add patch for PHP 7.4 backported from v4
php-sabre-dav-3.2.3-3.remi.src [470 KiB] Changelog by Remi Collet (2019-07-01):
- change autoloader order to ensure same versions are used
php-sabre-dav-3.2.3-1.remi.src [471 KiB] Changelog by Remi Collet (2019-01-09):
- update to 3.2.3
php-sabre-dav-3.2.2-7.remi.src [471 KiB] Changelog by Remi Collet (2018-10-15):
- add upstream patch for PHP 7.3
php-sabre-dav-3.2.2-5.remi.src [470 KiB] Changelog by Remi Collet (2018-06-05):
- use range dependencies on F27+
- ignore 1 test failing with sabre/http 4.2.4
- fix project URL
php-sabre-dav-3.2.2-3.remi.src [469 KiB] Changelog by Remi Collet (2017-10-06):
- add patch for PHP 7.2 from https://github.com/fruux/sabre-dav/pull/1006