News

Microsoft Courts PHP Developers with Reporting Services SDK

Microsoft, continuing its strategy of opening up its products to developers who use non-Microsoft technologies, yesterday announced a software development kit to help PHP developers use SQL Server Reporting Services in Web apps.

PHP has been getting a lot of attention from Microsoft lately. Within just the last two months, the company has announced a command-line tool for PHP to deploy applications on Windows Azure, OData interoperability with PHP and guidance for using PHP with the Windows Azure Tools for Eclipse plug-in.

The new SQL Server Reporting Services SDK for PHP provides a simple API to let developers list available reports and manage the rendering of reports in PHP applications, and also provide custom parameters from a PHP Web form, according to a Interoperability@Microsoft blog post.

The open-source project hosted on CodePlex works with the free SQL Server 2008 Express with Advanced Services edition. The Business Intelligence Development Studio bundled with that free edition is used to design reports. Persistent Systems Ltd. worked on the project with Microsoft, according to the CodePlex page.

"This edition includes the SQL Server 2008 Express database engine as well as graphical administration tools and the Reporting Services server components for creating, managing, and deploying tabular, matrix, graphical, and free-form reports," according to the blog post.

Speaking to this site about Microsoft’s increased emphasis on openness, Jean Paoli, general manager of Interoperability Strategy, said, “Mixed IT environments are a reality for many customers. We take a multi-faceted approach to interoperability that includes collaboration with competitors, partners and the open source community.

"We have released interoperability technical bridges for popular products including Windows Azure, SQL Server and Silverlight to connect them with various platforms, languages and tools like PHP, Java, Ruby and Eclipse,” Paoli continued. “We expect to continue adding others in line with customer demand."

About the Author

David Ramel is an editor and writer at Converge 360.

comments powered by Disqus

Featured

  • Compare New GitHub Copilot Free Plan for Visual Studio/VS Code to Paid Plans

    The free plan restricts the number of completions, chat requests and access to AI models, being suitable for occasional users and small projects.

  • Diving Deep into .NET MAUI

    Ever since someone figured out that fiddling bits results in source code, developers have sought one codebase for all types of apps on all platforms, with Microsoft's latest attempt to further that effort being .NET MAUI.

  • Copilot AI Boosts Abound in New VS Code v1.96

    Microsoft improved on its new "Copilot Edit" functionality in the latest release of Visual Studio Code, v1.96, its open-source based code editor that has become the most popular in the world according to many surveys.

  • AdaBoost Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the AdaBoost.R2 algorithm for regression problems (where the goal is to predict a single numeric value). The implementation follows the original source research paper closely, so you can use it as a guide for customization for specific scenarios.

  • Versioning and Documenting ASP.NET Core Services

    Building an API with ASP.NET Core is only half the job. If your API is going to live more than one release cycle, you're going to need to version it. If you have other people building clients for it, you're going to need to document it.

Subscribe on YouTube