Main > Programming > Libraries >

PHP WebDAV extension 1.1

PHP WebDAV extension 1.1

Sponsored Links

PHP WebDAV extension 1.1 Ranking & Summary

RankingClick at the star to rank
Ranking Level
User Review: 0 (0 times)
File size: 0.23 MB
Platform: Any Platform
License: BSD License
Price:
Downloads: 980
Date added: 2007-04-08
Publisher: Frank DENIS

PHP WebDAV extension 1.1 description

PHP WebDAV extension project allows easy access to remote resources with PHP through the DAV protocol.
Installation
This extension requires the Neon library and the related header files.
Neon can be downloaded from: http://www.webdav.org/neon/
Pre-built packages and ports are already available for most operating systems and distributions.
In order to compile and install the PHP WebDAV extension, just follow the standard PECL procedure :
$ phpize
$ ./configure --enable-dav
# make install
On OpenBSD systems, use
$ env AUTOCONF_VERSION=2.61 phpize
(replace 2.61 with any of the currently installed versions of autoconf on your system)
Basic example
webdav_connect(http://webdav.example.com/dav, davuser, davpassword);
$a = webdav_get(/my/nice/object.txt);
webdav_put(/your/nice/thing.txt, $data);
webdav_unlink(/unwanted_resource.txt);
webdav_rename(/dir/old_name, /dir/new_name);
webdav_copy(/dir/orig_dir, /dir/new_dir, TRUE);
webdav_close();
Named resource example
$res = webdav_connect(http://webdav.example.com/dav, davuser, davpassword);
$a = webdav_get(/my/nice/object.txt, $res);
webdav_put(/your/nice/thing.txt, $data, $res);
webdav_unlink(/unwanted_resource.txt, $res);
webdav_rename(/dir/old_name, /dir/new_name, $res);
webdav_copy(/dir/orig_dir, /dir/new_dir, TRUE, $res);
webdav_close($res);
Enhancements:
- This release fixes a bug in webdav_put() and introduces a wrapper to access DAV resources through PHP streams.

PHP WebDAV extension 1.1 Screenshot

Advertisements

PHP WebDAV extension 1.1 Keywords

Bookmark PHP WebDAV extension 1.1

Hyperlink code:
Link for forum:

PHP WebDAV extension 1.1 Copyright

WareSeeker periodically updates pricing and software information of PHP WebDAV extension 1.1 full version from the publisher, so some information may be slightly out-of-date. You should confirm all information before relying on it. Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future development of PHP WebDAV extension 1.1 Edition. Download links are directly from our publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed

Allok Video Splitter 2.2.0 Review:

Name (Required)
Email(Required)
Captcha
Featured Software

Want to place your software product here?
Please contact us for consideration.

Contact WareSeeker.com
Related Software
ffmpeg-php is an extension for PHP that adds an easy to use object-oriented API for retrieving information from movies and audio Free Download
Enchant extension for PHP is a binder for libenchant. Free Download
Zip extension for PHP is a zip management extension. Free Download
Input Filter extension for PHP project is an extension for safely dealing with input parameters. Free Download
PHP AJAX DataGrid - is a powerful script, that allows you to display data in grid layout. It is very simple to set up and works with AJAX module. Free Download
SynapseLife Toolbar Extension provides easy access to SynapseLife. Free Download
HTTP::Webdav is a Perl interface to Neon HTTP and WebDAV client library. Free Download
php Sudoku is a Web-based sudoku game that includes 200,000 sudoku puzzles. Free Download