As 2017 is drawing to a close, let’s take a look back at the progress we made this year and preview what you can expect in the next year.
... continue readingRecently, PHP 7.2 has been released, and we are happy to announce that Peachpie has followed suit and is now able to compile the regular PHP 7.2 language syntax to .NET.
... continue readingFor those of you who are hearing about Peachpie for the first time, the title of this article may seem even crazier than it does for the others. We are happy to announce that our project now allows you to compile PHP code directly for .NET Standard 2.0, which has a number of outrageous consequences.
... continue readingIn this article, we’d like to describe something you can benefit from implicitly when using Peachpie compiler. Peachpie compiles PHP sources to regular .NET binaries, which gives us several features that are simply not available to regular PHP. An example of this is caching some data you don’t want to create with every single request […]
... continue readingWordPress is now entirely ready to be compiled to and executed on .NET with Peachpie. With this out of the way, this article will examine one of the great usecases of this endeavor – how to write a plugin for WordPress in C#.
... continue readingWe will be holding a presentation on the real world applications of Peachpie at the Microsoft office in Prague on October 25 at 6pm.
... continue readingTraditionally, PHP websites are hosted on Windows using IIS or Azure, but this standard approach has a few well-known drawbacks. In this article, we will take a look at how Peachpie allows you to run PHP websites on the ASP.NET Integrated Pipeline and why this is desirable.
... continue readingMany new features have been implemented into Peachpie lately and a lot has happened around the project. It’s time to raise the version to 0.8.0 and discuss what’s new in it.
... continue readingSince Peachpie is now a member project of the .NET Foundation, it makes sense that we would participate in the .NET Summer Hackfest. As part of this great initiative, we will be holding a live event together with the guys from DotVVM at the Microsoft office in Prague.
... continue readingPackaging code libraries is a common way of providing and deploying a maintainable piece of code with an individual functionality. Packages are self-contained and their consumers usually don’t have to deal with their dependencies and requirements. In this article, we bridge two seemingly distant technologies and demonstrate how to pass a PHP library as a […]
... continue reading