Phalanger support
Phalanger is an advanced open source PHP implementation introducing the PHP language into the family of compiled .NET languages. It provides PHP applications an execution environment that is fast and extremely compatible with the vast array of existing PHP code. 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.
Phalanger allows you to take advantages from both platforms; PHP and .NET:
PHP advantages:
|
.NET advantages:
|
Sample scenarios of Phalanger usage:
- You have spent some time on PHP development and you want to reuse your PHP code but enhance it with enterprise functionality as .NET provides.
- You are proposing .NET solution to your client and want to offer to your client other freely available applications. PHP gives you a huge pool of open source applications you can choose from.
- You require compiled code with enhanced performance, or closed source, to allow you to distribute PHP application without a need of revealing source codes.
Phalanger pricing
| Price | |
| Phalanger Core (runtime, compiler, ASP.NET extension) |
free |
| Phalanger Class library Managed implementation of basic extensions (standard, session, ctype, tokenizer, date, pcre, ereg, json, hash, SPL, SimpleXML, xsl, dom, libxml) |
free |
| Phalanger Tools for Visual Studio 2010 (Basic version of the Phalanger Visual Studio integration) |
free |
| Community Support Discussion forum, bug tracking, monthly releases |
free |
| PHP4 native extensions (unsafe, 32bit, weaker performance) |
free |
| MySQL managed extension (Managed reimplementation of MySql for Phalanger for high traffic Web Sites) |
GPL |
| E-mail support per developer seat, includes prioritizing bug fixes and nightly builds (Up to 2 business days response time) |
$399 / month or $3995 / year |
| Priority e-mail support and Skype support per developer seat, includes prioritizing bug fixes and nightly builds (Up to 1 business day response time) |
$899 / month |
Nightly Builds
|
Included in the support plan |
| Managed Extensions Pack (selected functionality from PHP5 extensions: image, gd2, exif, cURL, xml, zlib, Memcached, Iconv, Soap) This allows your web/application to:
|
|
| Feature Request |
Contact us |
Profiling of compiled application
|
Contact us |
For more information or if you are interested in particular component, feel free to contact us at info@devsense.com.
Share this page
php-compiler.net
- WordPress on .NET with SQL Server is Possimpible using Phalanger 3.0 January 23, 2012In 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 → […]
- Phalanger riding Mono January 17, 2012Phalanger is a complete reimplementation of PHP, written in the C# language. It was always being developed with the Mono platform in mind. This means you can compile and run PHP application on Linux web servers using Mono. Since Phalanger 3.0, … Continue reading → […]