Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 834 Bytes

File metadata and controls

28 lines (18 loc) · 834 Bytes

Projects continuously migrated from PHP to .NET Standard.


This repository contains .NET projects compatible with .NET Standard being compiled from unmodified PHP source codes using PeachPie compiler.

Building projects:

dotnet build

Release build:

dotnet build -c Release -p:VersionSuffix=preview

Providing package readme

Some packages are compiled right from the original repository. To alter or add a readme text, put readme.md in a corresponding folder: {package name}/readme.md (lowercased).

Other projects: