Introducing PeachPie 1.0.0

Posted on March 14, 2021, in category Announcement, Information, News, tags: , , , ,

PeachPie has been in development for a few years already. It is an ambitious project, so we set a few milestones before we felt comfortable releasing the official version 1.0.0.

... continue reading

PHP unit testing on .NET, naturally

Posted on November 19, 2020, in category Information, Tutorial, tags: , , , ,

Testing is an essential part of software development. On .NET, we are used to the certain comfort and simplicity of managing our tests, running them, debugging them, collecting reports, profiling, and keeping track of the code coverage, within a single click. Does this work with PHP on .NET as well?

... continue reading

PeachPie 0.9.920

Posted on March 14, 2020, in category Announcement, News, tags: , , , , ,

With over 400 changes, it was time for the next major release of the PeachPie platform. During the past months, we have focused on improving the compatibility with several standard PHP applications and frameworks, and on the integration with toolings such as Visual Studio.

... continue reading

Debugging PHP eval() in Visual Studio

Posted on March 4, 2020, in category Information, Tutorial, tags: , , , , , ,

Evil eval() is back for a third edition – this time we’ll take a look at it from a more user-friendly perspective: debugging in Visual Studio.

... continue reading

Build Configuration in Visual Studio

Posted on February 23, 2020, in category Information, Tutorial, tags: , , , , ,

All projects targeting the .NET platform have build properties, build events, and many other options we commonly define. This post depicts the well known project property pages in Visual Studio, which are also implicitly available to PeachPie projects.

... continue reading

PeachPie extension for Visual Studio

Posted on November 19, 2018, in category Announcement, Information, News, tags: , , , , , , , , , , ,

We’ve had an extension for the lightweight VS Code IDE for quite some time, but now was as good a time as ever to create one for the full Visual Studio.

... continue reading

PHPDoc, XMLDoc, and IntelliSense

Posted on August 22, 2018, in category Information, tags: , , , , , , , , ,

Well-documented code should be a given nowadays. In the world of PHP, the standard for documenting is the so-called PHPDoc, whereas .NET uses XMLDoc. In this article, we’ll take a look at how all this is connected with PeachPie.

... continue reading