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+HTML 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

RSS php-compiler.net

  • Writing compiled PHP extensions in PHP February 7, 2012
    PHP offers a lot of various extensions which add additional library functions, classes, constants and other constructs. Common extensions include for example php_mysql and php_iconv. Since extensions are implemented in C language, the performance is great. It also allows programmers to use other native libraries that … Continue reading → […]
  • WordPress on .NET with SQL Server is Possimpible using Phalanger 3.0 January 23, 2012
    In a recent scenario I wanted to run WordPress as a subdirectory of a .NET application. I also wanted to avoid installing PHP and MySql on the Windows server. Impossible? Apparently not! (I’ll get to the word Possimpible a bit … Continue reading → […]