PHP on Azure just got easier with SDK v3

While Microsoft have been busy making noise on their Cloud offerings to businesses, they have been helping developers get involved too. Last week at the PHP Tek conference, the Interoperability team announced the release of the Azure SDK for PHP v3.

The SDK is open-source and hosted on CodePlex, and allows developers of PHP applications to easily tie in to Azure’s storage, computation and management interfaces. To help developers even further, there is also a Sample Kit for PHP on Azure to give some extra help.

The primary new features in version 3 of the SDK are management related. This means that PHP developers can now more easily tie into the parts of Azure that organise deployments of applications. Monitoring activity of instances and scaling up and down based on thresholds is now possible, making it even easier for PHP applications to use Azure as a scaling component. The sample application, clearly based on something like Groupon, shows this example by allowing the website itself to automatically scale up and down the number of instances it runs on based on the usage during the day – this means it can easily cope with spikes in demand as deals are released while scaling back at quiet times in a cost-effective manner.

Check out the SDK on CodePlex.

You might also like...

Comments

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“Hofstadter's Law: It always takes longer than you expect, even when you take into account Hofstadter's Law.”