Page 1 of 1

Phalanger to integrate sofort banking API(PHP) with .net

PostPosted: September 7th, 2015, 8:41 am
by shumaila1
We are runing a website developed in asp.net.In this website we want to integrate sofort banking api which is developed in php.Does Phalanger support such script of php?
Please guide me on this issue.

Re: Phalanger to integrate sofort banking API(PHP) with .net

PostPosted: September 7th, 2015, 12:43 pm
by Jakub Misek
Hi,

I've take a look at the API, and yes, it is possible. You can compile all .php files into single DLL and reference it as a .NET assembly with classes and interfaces.

I can show you an example in Visual Studio, using Phalanger Tools for Visual Studio (https://visualstudiogallery.msdn.micros ... cf66037797)