News Feed
Jobs Feed
Sections

Recent Jobs

News Archive
feed this:

Jim Wynia's Blog:
WebDAV, PHP and You
December 14, 2007 @ 11:13:00

Jim Wynia has posted some thoughts about a recent announcement of the development of a WebDAV library for PHP to his blog today:

However, over the past few years, WebDAV has started gaining traction as the underlying protocol for Subversion repositories over the web and in several other places. That makes this story about a new PHP library for working with WebDAV interesting.

He notes that he's moved a lot of his file storage to Amazon's s3 service and having this new PHP library would make it even easier for him to get at his content directly from his applications.

0 comments voice your opinion now!
webdav library application amazon s3 storage file webdav library application amazon s3 storage file



AnyExample.com:
Downloading files from Amazon S3
October 19, 2007 @ 13:07:00

The AnyExample.com website has a new tutorial today showing how to download files from the Amazon S3 service through PHP:

This is an example of non-interactive PHP script which downloads file from Amazon S3 (Simple Storage Service). Additional libraries like HMAC-SHA1 are not required.

You'll need at least PHP 4.1.0 or higher to follow along but the entire code block is there and ready for use. It makes the GET request to the bucket for your object with the correct authentication and opens a socket to pull the file down.

0 comments voice your opinion now!
amazon file download s3 tutorial amazon file download s3 tutorial


Davey Shafik's Blog:
PHP Streams Rock my World!
September 12, 2007 @ 14:14:12

Davey Shafik has gotten more than a little excited by the streams functionality in his latest blog post:

PHP streams are absolutely amazing. As mentioned by Elizabeth Smith (a great read if you don't know how to use streams) PHP streams are super powerful. Streams is something that is (to my knowledge) unique to PHP. The closest thing I've seen to it, is Linux's FUSE "user space" (i.e. not kernel module) file systems.

He shows an example of a stream in action and suggests an interface he'd like to see - an automatic connection to the Amazon S3 storage.

0 comments voice your opinion now!
streams filesystem amazon s3 storage readfile streams filesystem amazon s3 storage readfile



Community Events







Don't see your event here?
Let us know!


conference zend releases book code security example release PHP5 zendframework job developer package mysql ajax cakephp application framework PEAR database

All content copyright, 2008 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework