Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.247.644 Times

PHP WebDAV extension 1.1

  Date Added: July 22, 2010  |  Visits: 1.993

PHP WebDAV extension

Report Broken Link
Printer Friendly Version


Product Homepage
Download (145 downloads)



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); Whats New in This Release: - This release fixes a bug in webdav_put() and introduces a wrapper to access DAV resources through PHP streams..

Requirements: No special requirements
Platforms: Linux
Keyword: Access Easy Access Extension Libraries Php Php Webdav Programming Project Remote Remote Resources Res Resources Webdav
Users rating: 0/10

License: Freeware Size: 235.52 KB
USER REVIEWS
More Reviews or Write Review


PHP WEBDAV EXTENSION RELATED
Libraries  -  Input Filter extension for PHP 0.11.0
Input Filter extension for PHP project is an extension for safely dealing with input parameters. It is meant to address this issue by implementing a set of filters and mechanisms that users can use to safely access their input data..
24.58 KB  
Libraries  -  Zip extension for PHP 1.8.9
Zip extension for PHP is a zip management extension. It can read, write, and create zip archives. It also supports stream access to any archive entry. It is 100% compatible with the old versions of the extension (which were read-only)..
38.91 KB  
Libraries  -  Enchant extension for PHP 1.0.1
Enchant extension for PHP is a binder for libenchant. Libenchant provides a common API for many spell libraries: - aspell/pspell (intended to replace ispell) - hspell (hebrew) - ispell - myspell/hunspell (OpenOffice project, mozilla) -...
8.19 KB  
Network & Internet  -  mnoGoSearch extension for PHP 1.0.0
nmGoSearch extension for PHP is a complete PHP binding for the mnoGoSearch API. If used with mysql you should not use bundled mysql library in the php distribution. You should use native mysql library. To do this you should compile php with...
15.36 KB  
Web Authoring  -  HTTP extension for PHP 1.6.6
HTTP extension for PHP allows building absolute URIs, RFC-compliant HTTP redirects, RFC-compliant HTTP date handling, parsing of HTTP headers and messages, caching by "Last-Modified" and/or ETag (with an 'on the fly' option for ETag generation...
55.23 MB  
Organizers  -  PHP Easy Life 1.2
PHP Easy Life is a PHP web-based project that includes modules for address book, birthday, reminder, bank-account, billing, articles... with includes multi language support and users-permissions/themes/configuration.
 
Utilities  -  Yet Another PHP LDAP Admin Project 0.6.1
yaplap, or Yet Another PHP LDAP Administration Project, is a web based, simple-to-install-and-configure LDAP Administration application.
29.01 KB  
Network & Internet  -  ffmpeg-php extension 0.5.0
ffmpeg-php is an extension for PHP that adds an easy to use object-oriented API for retrieving information from movies and audio files. It has methods for returning frames from movie files as images that can be manipulated using PHPs image...
1.5 MB  
Database Tools  -  Easy table creation with php and mysql for Scripts 1.0
This script allows you to create a table with an image, a link and up to 20 fields and fill it with data.This is done via the admin.php, the data is stored in a Mysql-Database (database parameters in dbconnect.php).The output.php script returns a...
10 KB  
Multimedia  -  ffmpeg-php 0.5.1
ffmpeg-php is an extension for PHP that adds an easy to use, object-oriented API for accessing and retrieving information from video and audio files.It has methods for returning frames from movie files as images that can be manipulated using PHP's...
 
NEW DOWNLOADS IN PROGRAMMING, LIBRARIES
Programming  -  Cedalion for Linux 0.2.6
Cedalion is a programming language that allows its users to add new abstractions and define (and use) internal DSLs. Its innovation is in the fact that it uses projectional editing to allow the new abstractions to have no syntactic limitations.
471.04 KB  
Programming  -  Math::GMPf 0.29
Math::GMPf - perl interface to the GMP library's floating point (mpf) functions.
30.72 KB  
Programming  -  Net::Wire10 1.08
Net::Wire10 is a Pure Perl connector that talks to Sphinx, MySQL and Drizzle servers. Net::Wire10 implements the low-level network protocol, alias the MySQL wire protocol version 10, necessary for talking to one of the aforementioned...
30.72 KB  
Programming  -  logilab-common 0.56.2
a bunch of modules providing low level functionnalities shared among some python projects devel Please note that some of the modules have some extra dependencies. For instance, logilab.common.db will require a db-api 2.0 compliant...
174.08 KB  
Programming  -  OpenSSL for linux 1.0.0a
The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a...
3.83 MB  
Libraries  -  wolfSSL 4.0.0
The wolfSSL embedded SSL/TLS library is a lightweight SSL library written in ANSI standard C and targeted for embedded and RTOS environments - primarily because of its small size, speed, and feature set. It is commonly used in standard operating...
3.88 MB  
Libraries  -  EuGTK 4.8.9
Makes it easy to develop good- looking, fast, cross-platform programs that run on Linux, OS X, and Windows. Euphoria is a very fast interpreted/compiled language with straight-forward syntax. EuGTK allows programming in a clean, object-oriented...
10.68 MB  
Libraries  -  Linux User Group Library Manager 1.0
The LUG Library Manager is a project to help Linux User Groups start their own library. A LUG library is helpful to the community at large because it increases access to information, and gives everyone the opportunity to become more knowledgeable.
5.35 KB  
Libraries  -  Module::MakefilePL::Parse 0.12
Module::MakefilePL::Parse is a Perl module to parse required modules from Makefile.PL. SYNOPSIS use Module::MakefilePL::Parse; open $fh, Makefile.PL; $parser = Module::MakefilePL::Parse->new( join("", ) ); $info = $parser->required;...
8.19 KB  
Libraries  -  sqlpp 0.06
sqlpp Perl package is a SQL preprocessor. sqlpp is a conventional cpp-alike preprocessor taught to understand SQL ( PgSQL, in particular) syntax specificities. In addition to the standard #define/#ifdef/#else/#endif cohort, provides also...
10.24 KB