Questions tagged [phalanger]

Phalanger is a managed PHP implementation for the Microsoft .NET platform.

Phalanger is managed PHP implementation (compiler and runtime) introducing the PHP language into the family of compiled .NET languages. Phalanger gives web-application developers the ability to benefit from both the ease-of-use and effectiveness of the PHP language and the power and richness of the .NET platform taking profit from the best from both sides.

There are zero commits in the last 23 months. This is likely because of a new implemation on .net core which is named peachpie

51 questions
0
votes
2 answers

Using System.Reflection and resources in Phalanger

I need to embed some resource in a pure compiled dll written in php using phalanger. These are txt files tha I set in visual studio as "Embedded Resource". My problem is that I cannot use the Assembly class to get the resource using…
franksl79
  • 3
  • 1
-1
votes
1 answer

How to use nuget with Visual Studio for phpproj type project

I have installed VS.php and Phalanger for developing a PHP project in Visual Studio. I am able to debug the PHP project successfully, now I am looking for to add 'bootstrap' as a package through nuget. By using "Manage NuGet Packages for solution"…
Anil
  • 3,722
  • 2
  • 24
  • 49
-1
votes
1 answer

Why Phalanger PhpNetClassLibrary failed to load

I installed Phalanger not in standard program files but in another directory. When executing sample code installed automatically by phalanger, it failed with error message : Library assembly 'PhpNetClassLibrary, Version=3.0.0.0, Culture=neutral,…
user310291
  • 36,946
  • 82
  • 271
  • 487
-1
votes
1 answer

Phalanger code evaluation in winforms C#

I want to give the user the possibility to execute some little code from my winforms application, written in c#. I'd like to use php, so I have found Phalanger. I put two richTextEdit in my Form and I want to write php in richTextEdit1, press a…
Redax
  • 9,231
  • 6
  • 31
  • 39
-2
votes
1 answer

Phalanger in asp.net Core

I have an app in asp.net core 1 and I need to use the Responsive File Manager for my tinymce editor so the user may upload files and images. For this I need to have phalanger to my app. I have add all the nessecary dll files and I did the settings…
touinta
  • 971
  • 3
  • 10
  • 26
-3
votes
1 answer

Phalanger with cakephp

Has anybody been able to use CakePHP in Visual Studio using Phalanger
None
1 2 3
4