Continuous Testing of PHP Compiled to .NET Core on Linux Virtual Hosting

Posted on November 1, 2016, in category Announcement, Information, News, tags: , , , , , , , , ,

We are back to working on Peachpie compiler and achieved a major milestone this week: continuous testing of our build using Travis CI.

... continue reading

What Difference Does the ‘Core’ Make?

Posted on September 14, 2016, in category Benchmark, tags: , , , , , , , , ,

Last week we made a second appearance on Microsoft’s Channel 9 show “On .NET” to give an update on the progress we have been making with Peachpie compiler. As discussed in the livecast, we were quite interested in examining the performance differences of ASP.NET versus ASP.NET Core.

... continue reading

Peachpie Compiling PHP to .NET Core with Visual Studio Code

Posted on September 6, 2016, in category Announcement, Information, Tutorial, tags: , , , , , ,

This tutorial will show you how to set up Peachpie compiler in Visual Studio Code and compile PHP to .NET Core as simply as ever.

... continue reading

Using Peachpie with Docker to Run PHP on .NET Core

Posted on August 30, 2016, in category Announcement, Information, News, Tutorial, tags: , , , , , ,

It has been a while since our last article, as we have been working on integrating the ASP.NET Core pipeline into Peachpie compiler. This opens up a whole host of new possibilities, which we would like to demonstrate in this blog post.

... continue reading

Tutorial: Advanced Interoperability Between PHP and C# with Peachpie

Posted on July 25, 2016, in category Information, Tutorial, tags: , , , , , , , ,

Peachpie is a compiler of the PHP language to .NET. The project is still in progress, but there is a plethora of interesting usecases for the compiler. This article is a tutorial for some of the more advanced interoperability options between PHP and C# using Peachpie.

... continue reading

Benefits of Compiling PHP to .NET with Peachpie

Posted on July 18, 2016, in category Profiling, tags: , , , , , , , ,

As we continue making progress with the development of Peachpie, we have implemented several constructs that demonstrate the benefits of using a PHP compiler to .NET. This week, we would like to show some official PHP benchmarks and explain why this is significant.

... continue reading

Running PHP on Microsoft Azure with Peachpie

As announced in the last blog post, there has been some major progress in the development of the Peachpie platform over the last couple of weeks. Peachpie is now capable of running compiled PHP applications on IIS and on the Microsoft Azure cloud.

... continue reading

Peachpie.io gets a new look

Posted on June 29, 2016, in category News, tags: , , , , , , , , , , ,

No benchmarks this week, but we do have a few announcements. Not only about the technology itself, but also about the infrastructure that surrounds it.

... continue reading

What Happens when PHP Static Fields are Compiled to .NET

Posted on June 22, 2016, in category Benchmark, tags: , , , , , , , , ,

Read about what happens to PHP static fields when compiled to .NET.

... continue reading

Foreach and Other Planned Work from PHP to .NET

Posted on June 7, 2016, in category News, tags: , , , , , , ,

Last week we introduced the recently implemented include functionality and benchmarked how Peachpie fares with it compared to standard PHP. This week we would like to present another newly included feature and to show what else we will be working on in the coming weeks.

... continue reading