pear channel-discover pear.sabredav.org
Listing available packages:
pear remote-list -c sabredav
Installing a package:
pear install sabredav/package_name
Installing a specific version/stability:
pear install sabredav/package_name-1.0.0
pear install sabredav/package_name-beta
Receiving updates via a feed:
http://pear.sabredav.org/feed.xml
Dropbox API library for PHP. Requires oauth and json
| Install command | pear install sabredav/Dropbox |
|---|---|
| License | MIT |
| Maintainers | Evert Pot (as lead) |
| Releases | 0.4.0 (alpha), 0.3.0 (alpha), 0.2.0 (alpha), 0.1.2 (alpha), 0.1.1 (alpha), 0.1.0 (alpha) |
PHPIncludes allows you to easily create 'includes' files containing an include statement for every PHP file in a package. It takes care of dependencies for you.
| Install command | pear install sabredav/PHPIncludes |
|---|---|
| License | MIT |
| Maintainers | Evert Pot (as lead) |
| Releases | 0.1.0 (alpha) |
The base package provides some functionality used by all packages. Currently this is only an autoloader
| Install command | pear install sabredav/Sabre |
|---|---|
| License | Modified BSD |
| Maintainers | Evert Pot (as lead) |
| Releases | 1.0.0 (stable), 1.0 (stable) |
Sabre_Cache is an abstraction library for caching engines. Currently there's support for Memcache, APC and the filesystem
| Install command | pear install sabredav/Sabre_Cache |
|---|---|
| License | BSD Style |
| Dependencies | pear.sabredav.org/Sabre |
| Maintainers | Evert Pot (as lead) |
| Releases | 0.1.1 (alpha) |
Sabre_CalDAV provides RFC4791 (CalDAV) support to Sabre_DAV. Feature list: * Multi-user Calendar Server * Support for Apple iCal, Evolution, Sunbird, Lightning
| Install command | pear install sabredav/Sabre_CalDAV |
|---|---|
| License | Modified BSD |
| Dependencies | pear.sabredav.org/Sabre, pear.sabredav.org/Sabre_HTTP, pear.sabredav.org/Sabre_DAV, pear.sabredav.org/Sabre_DAVACL, pear.sabredav.org/Sabre_VObject |
| Maintainers | Evert Pot (as lead) |
| Releases | 1.6.4 (stable), 1.6.3 (stable), 1.6.2 (stable), 1.6.1 (stable), 1.6.0 (stable), 1.5.9 (stable), 1.5.8 (stable), 1.5.7 (stable), 1.5.5 (stable), 1.5.3 (stable), 1.5.2 (stable), 1.5.0 (stable), 1.4.4 (stable), 1.4.3 (stable), 1.4.2 (beta), 1.4.1 (beta), 1.4.0 (beta), 1.3.0 (stable), 1.2.4 (stable), 1.2.2 (stable), 1.2.1 (stable), 1.2.0 (stable) |
Sabre_CardDAV provides CardDAV support to Sabre_DAV. Feature list: * Multi-user addressbook server * ACL support * Support for OS/X, iOS, Evolution and probably more * Hook-ins for creating a global \'directory\'.
| Install command | pear install sabredav/Sabre_CardDAV |
|---|---|
| License | Modified BSD |
| Dependencies | pear.sabredav.org/Sabre, pear.sabredav.org/Sabre_HTTP, pear.sabredav.org/Sabre_DAV, pear.sabredav.org/Sabre_DAVACL, pear.sabredav.org/Sabre_VObject |
| Maintainers | Evert Pot (as lead) |
| Releases | 1.6.5 (stable), 1.6.3 (stable), 1.6.1 (stable), 1.6.0 (stable), 1.5.7 (stable), 1.5.3 (stable), 1.5.2 (stable), 1.5.1 (stable), 1.5.0 (stable) |
SabreDAV allows you to easily integrate WebDAV access into your existing PHP application. Feature List: * Fully WebDAV (class 1, 2, 3) compliant * Supports Windows clients, OS/X, DavFS, Cadaver, and pretty much everything we've come accross * Custom property support * RFC4918-compliant * Authentication support * Plugin system
| Install command | pear install sabredav/Sabre_DAV |
|---|---|
| License | Modified BSD |
| Dependencies | pear.sabredav.org/Sabre, pear.sabredav.org/Sabre_HTTP |
| Maintainers | Evert Pot (as lead) |
| Releases | 1.6.5 (stable), 1.6.4 (stable), 1.6.3 (stable), 1.6.2 (stable), 1.6.1 (stable), 1.6.0 (stable), 1.5.9 (stable), 1.5.8 (stable), 1.5.7 (stable), 1.5.6 (stable), 1.5.5 (stable), 1.5.4 (stable), 1.5.3 (stable), 1.5.2 (stable), 1.5.1 (stable), 1.5.0 (stable), 1.4.4 (stable), 1.4.3 (stable), 1.4.2 (beta), 1.4.1 (beta), 1.4.0 (beta), 1.3.0 (stable), 1.2.5 (stable), 1.2.4 (stable), 1.2.3 (stable), 1.2.2 (stable), 1.2.1 (stable), 1.2.0 (stable), 1.0.15 (stable), 1.0.14 (stable), 1.0.13 (stable), 1.0.12 (stable), 1.0.11 (stable) |
Sabre_DAVACL is the RFC3744 implementation for SabreDAV. It provides principals (users and groups) and access control.
| Install command | pear install sabredav/Sabre_DAVACL |
|---|---|
| License | Modified BSD |
| Dependencies | pear.sabredav.org/Sabre, pear.sabredav.org/Sabre_DAV |
| Maintainers | Evert Pot (as lead) |
| Releases | 1.6.0 (stable), 1.5.7 (stable), 1.5.2 (stable), 1.5.0 (stable), 1.4.4 (stable), 1.4.3 (stable), 1.4.2 (beta), 1.4.0 (beta) |
Sabre_HTTP effectively wraps around $_SERVER, php://input, php://output and the headers method, allowing for a central interface to deal with this as well as easier unittesting. In addition Sabre_HTTP provides classes for Basic, Digest and Amazon AWS authentication.
| Install command | pear install sabredav/Sabre_HTTP |
|---|---|
| License | Modified BSD |
| Dependencies | pear.sabredav.org/Sabre |
| Maintainers | Evert Pot (as lead) |
| Releases | 1.6.4 (stable), 1.6.2 (stable), 1.6.0 (stable), 1.5.3 (stable), 1.4.1 (stable), 1.4.0 (stable), 1.3.0 (stable), 1.2.5 (stable), 1.2.0 (stable) |
Sabre_VObject is an intuitive reader for iCalendar and vCard objects. It provides a natural array/object accessor interface to the parsed tree, much like simplexml for XML files.
| Install command | pear install sabredav/Sabre_VObject |
|---|---|
| License | Modified BSD |
| Dependencies | pear.sabredav.org/Sabre |
| Maintainers | Evert Pot (as lead) |
| Releases | 1.3.5 (stable), 1.3.4 (stable), 1.3.3 (stable), 1.3.2 (stable), 1.3.1 (stable), 1.3.0 (stable), 1.2.6 (stable), 1.2.5 (stable), 1.2.4 (stable), 1.2.2 (stable), 1.2.1 (stable), 1.2.0 (stable), 1.1.1 (stable), 1.1.0 (stable), 1.0 (stable), 0.1 (alpha) |
The pear.sabredav.org PEAR Channel Server is proudly powered by Pirum 1.1.4