📜 ⬆️ ⬇️

Using the capabilities of the Windows platform in PHP

Microsoft has a special team that develops wrappers for Windows platform services for use from PHP applications . These wrappers are called Interoperability Bridges and are located on the same site dedicated to the interaction of various technologies with the Windows platform. In this short article I will talk about some wrappers that might be useful to a PHP developer working on a Windows platform.

Examples of creating accelerators and web fragments for IE8 in PHP


Samples for PHP with Webslices & Accelerators project, CodePlex project site: webslicesandaccelphp.codeplex.com There is an excellent tutorial for this project.

Examples of PHP code that can be used to create your own web parts and accelerators for IE8 on any PHP site.
')

Wizard to create PHP code for SQL Server


SQL CRUD Application Wizard for PHP project, CodePlex project website: sqlcrudphpwizard.codeplex.com . Examples of use are in the video created by the developer of this project .

A small .NET application that allows you to create PHP code blanks for basic operations with data stored in SQL Server. Also includes a project that supports the creation of code for working with data "in the cloud" hosted on Windows Azure. Works as a generator of sites-blanks.

Integration with ADO.NET Data Services


Project Toolkit for PHP with ADO.NET Data Services , CodePlex project site: phpdataservices.codeplex.com Video about the project on Channel 9 .

The library provides a wrapper over ADO.NET Data Services, which makes it easy to integrate with .NET applications that provide RESTful APIs through ADO.NET Data Services. Since the implementation of support for ADO.NET Data Services is not a difficult task, this way you can integrate existing .NET and PHP applications.

Windows Azure SDK


Windows Azure SDK project for PHP , CodePlex project website: phpazure.codeplex.com

Wrappers over Windows Azure infrastructure written in PHP. Using this SDK, you can not think about integrating PHP applications with Windows Azure services, but write code for the business logic of the application.

The article contains many links to English-language materials. Maybe someone will take the trouble - translate the materials into Russian and publish on Habré? I am sure many developers will be grateful.

Source: https://habr.com/ru/post/79231/


All Articles