Skip to content

jakubmisek/php-dotnet-projects

Repository files navigation

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:

About

Projects continuously migrated from PHP to .NET Standard.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages