Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Convert PHP code to C#

Tags:

c#

php

Is there a web site or tool that will convert a piece PHP code to C#?

something similar to

http://converter.telerik.com/

or

http://www.developerfusion.com/tools/convert/csharp-to-vb/

like image 669
Rob Avatar asked Mar 11 '26 03:03

Rob


1 Answers

If you love .net, then you may try converting to ASP.net. syntaxes are mostly similar(Argument, guys!! :).

Otherwise you may use Phalanger(http://www.php-compiler.net/doku.php )

Installing this on your ASP.NET web server allows you to deploy PHP code, even full applications like wordpress.

like image 176
rwik Avatar answered Mar 12 '26 15:03

rwik