Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Amazon Web Services:
Introduction to AWS for PHP Developers
Apr 30, 2009 @ 17:58:47

On the Amazon Web Services site a new article from Clay Loveless has been posted - an Introduction to the Amazon Web Services for PHP developers.

All of these services are available via both REST and SOAP interfaces. (We'll touch on both in this article, but we'll concentrate on the REST and REST-like Query approaches. ) A growing number of language specific toolkits are available for these services, so you can feel comfortable basing an architecture on AWS given its language-agnostic foundation. If you start off building a business around AWS using Ruby and decide to switch to PHP, there will be nothing stopping you.

He includes code to ensure you can even connect (a compatibility script) and a link to the files you'll need to work through the tutorial. He shows how to create the connection to the AWS backend, launch the local server and building a simple video sharing site.

tagged: aws developer amazon webservice library tutorial example

Link:


Trending Topics: