Home / Blog / PHP as a WebDAV server

PHP as a WebDAV server


I haven't seem many PHP libraries to let PHP act as a server. I know that Drupal let's you do some direct file manipulation with webDAV, and I've seen a few classes to let PHP act as a _client_ to webDAV. But you just don't see as many server libraries and you'd expect. You'd figure that some of the new fancy schmancy framework would have a controller or object pattern to interpret DAV requests the same was as regular HTTP requests.

So, I have created a "remotewebdav" module to test out the new Cgn_Webdav_Service class. The remote webdav module shows you a virtual filesystem to allow an admin to change some configuration options, change the template HTML or even install local modules.

Checkout the module's page: Remote WebDAV Module



Comments on "PHP as a WebDAV server"

 

Add a comment