Phalanger Tools
Phalanger Tools for Visual Studio 2010 introduces set of features into Microsoft Visual Studio 2010 development environment. It helps you to develop Phalanger web or application easily, allowing to create, run, debug and verify your code.
Phalanger Tools for Visual Studio 2010 can be installed into free Microsoft Visual Studio Shell Integrated or any other edition except Express ones. It extends functionality of Visual Studio by adding project templates, language integration and compilation tasks.
Templates
By installing Phalanger Tools, your Visual Studio gets a set of new project templates. This allows you to easily create Phalanger web or application.

Phalanger Web Project Templates

Phalanger Project Templates
Code Editing
Phalanger Tools integrates support for PHP/Phalanger languages. You can write your PHP code and take advantage of code collapsing, syntax highlighting, brace matching, wrong code underlining, solution explorer and navigation bar to quickly navigate through objects and functions in your code.

Code Editing sample
Debugging
Phalanger compiles the code into .NET assemblies. This automatically enables debugging features like breakpoints, conditional breakpoints, stack trace, call stack view, Step Into, Step Over, local/global variables view and profiling.
Compilation
You can compile and run your application right from the development environment. The compilation process reveals possible runtime issues and syntactic errors. Then just hit F5 and run.
Pricing
| Phalanger Tools Lite | |||
| Price | Free | ||
| License | Freeware | ||
| Visual Studio 2010 integration | |||
| Debugging | |||
| Code collapsing | |||
| In-code warnings | |||
| Web, WinForms and Console projects | |||
| PHP syntax highlighting | |||
| Brace matching | |||
| Product Warranty |
Download
Phalanger Tools for Visual Studio 2010 (freeware version) can be downloaded from Phalanger project codeplex pages as a part of Phalanger installation package.
Share this page
php-compiler.net
- “dynamic” keyword and PHP objects October 6, 2011We’ve already demonstrated, how to use PHP scripts from within a .NET application using Phalanger. For reference you can take a look at PHP as a scripting language for C# article or Standard mode interoperability tutorial. In this way we can take … Continue reading → […]
- Phalanger takes advantage of DLR August 1, 2011We are happy to announce that Phalanger 2.1 for .NET 4 (August 2011), our PHP language compiler, takes advantage of Dynamic Language Runtime (DLR) [1] which is present in .NET 4.0 Framework and Mono. We’ve decided to use DLR for a … Continue reading → […]

