How to Work with Peachpie in Visual Studio 2017

Posted on April 18, 2017, in category Information, Tutorial, tags: , , , , ,

You probably already know that you can work with Peachpie in Visual Studio Code with our official extension. But did you know that you can also use the full Visual Studio 2017 for your Peachpie projects? In this article, we will show how and what kinds of powerful features this will give you access to.

... continue reading

Recap and Video: Setting up WordPress on .NET

Posted on March 21, 2017, in category Information, News, Tutorial, tags: , , , , , ,

The article, in which we introduced the milestone achievement of being able to get WordPress running on .NET, received quite a bit of attention. Let’s recap what happened and follow up with video tutorial.

... continue reading

WordPress Running on .NET

Posted on February 28, 2017, in category Announcement, Information, News, Tutorial, tags: , , , , , , , , ,

After months of implementing the required PHP functionality in Peachpie, our platform is now finally ready to run a larger real-world application: WordPress.

... continue reading

How to Work with Peachpie Samples

Posted on February 14, 2017, in category Information, Samples, Tutorial, tags: , , ,

We regularly try to produce samples for everyone to try out how to work with Peachpie compiler. These samples are usually common usecases where we show how to get started with a Peachpie-powered application quickly. In this article, we would like to give a detailed tutorial on how to get the samples working and what you […]

... continue reading

A Practical Demonstration of C#/PHP Interoperability

Posted on January 31, 2017, in category Information, Samples, Tutorial, tags: , , , , ,

The Peachpie project is finally at a point where it can be used for real world purposes and applications. This article will show some more advanced interoperability options that are now available for you to try.

... continue reading

Three ways of using C# in PHP with Peachpie Compiler

Posted on December 20, 2016, in category News, Tutorial, tags: , , , , ,

We have talked a lot about calling PHP from within C# thanks to Peachpie, but the beauty of this compiler is that the interoperability feature works both ways. In this article, we will take a look at some of the ways you can use C# in PHP.

... continue reading

Continuous Testing of PHP Compiled to .NET Core on Linux – Technical Report

Posted on December 13, 2016, in category Information, Tutorial, tags: , , , , , , , , ,

In the previous blog we have explained all the benefits of the continuous testing on Travis CI. Now, we want to show the way it is implemented from a more technical standpoint.

... 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