All Projects → peachpiecompiler → Peachpie

peachpiecompiler / Peachpie

Licence: apache-2.0
PeachPie - the PHP compiler and runtime for .NET and .NET Core

Programming Languages

C#
18002 projects
PHP
23972 projects - #3 most used programming language
Lex
420 projects
powershell
5483 projects
XSLT
1337 projects
shell
77523 projects

Projects that are alternatives of or similar to Peachpie

Corefx
This repo is used for servicing PR's for .NET Core 2.1 and 3.1. Please visit us at https://github.com/dotnet/runtime
Stars: ✭ 17,924 (+821.54%)
Mutual labels:  microsoft, dotnetcore, coreclr
Natasha
基于 Roslyn 的 C# 动态程序集构建库,该库允许开发者在运行时使用 C# 代码构建域 / 程序集 / 类 / 结构体 / 枚举 / 接口 / 方法等,使得程序在运行的时候可以增加新的模块及功能。Natasha 集成了域管理/插件管理,可以实现域隔离,域卸载,热拔插等功能。 该库遵循完整的编译流程,提供完整的错误提示, 可自动添加引用,完善的数据结构构建模板让开发者只专注于程序集脚本的编写,兼容 stanadard2.0 / netcoreapp3.0+, 跨平台,统一、简便的链式 API。 且我们会尽快修复您的问题及回复您的 issue.
Stars: ✭ 705 (-63.75%)
Mutual labels:  roslyn, dotnetcore
Granular
WPF for JavaScript
Stars: ✭ 569 (-70.75%)
Mutual labels:  roslyn, dotnetcore
Fatturaelettronica.net
Fattura Elettronica per le aziende e la Pubblica Amministrazione Italiana
Stars: ✭ 148 (-92.39%)
Mutual labels:  opensource, netstandard
Networker
A simple to use TCP and UDP networking library for .NET. Compatible with Unity.
Stars: ✭ 408 (-79.02%)
Mutual labels:  netstandard, dotnetcore
Akkatecture
a cqrs and event sourcing framework for dotnet core using akka.net
Stars: ✭ 414 (-78.71%)
Mutual labels:  microsoft, netstandard
Forge
A Generic Low-Code Framework Built on a Config-Driven Tree Walker
Stars: ✭ 70 (-96.4%)
Mutual labels:  microsoft, roslyn
postgresql-dotnet-core
ASP.NET Core 3.1 Web Application using PostgreSQL with Entity Framework
Stars: ✭ 78 (-95.99%)
Mutual labels:  coreclr, aspnet-core
Roslynpad
A cross-platform C# editor based on Roslyn and AvalonEdit
Stars: ✭ 1,310 (-32.65%)
Mutual labels:  roslyn, netstandard
Cronscheduler.aspnetcore
Cron Scheduler for AspNetCore 2.x/3.x or DotNetCore 2.x/3.x Self-hosted
Stars: ✭ 100 (-94.86%)
Mutual labels:  aspnet-core, dotnetcore
Fastreport
Free Open Source Reporting tool for .NET6/.NET Core/.NET Framework that helps your application generate document-like reports
Stars: ✭ 1,688 (-13.21%)
Mutual labels:  opensource, dotnetcore
Rtspclientsharp
Pure C# RTSP client for .NET Standard without external dependencies and with true async nature. I welcome contributions.
Stars: ✭ 348 (-82.11%)
Mutual labels:  netstandard, dotnetcore
Dotnetbook
.NET Platform Architecture book (English, Chinese, Russian)
Stars: ✭ 1,763 (-9.36%)
Mutual labels:  dotnetcore, coreclr
Vortice.windows
.NET standard bindings for DirectX, WIC, Direct2D1, XInput, XAudio and X3DAudio
Stars: ✭ 427 (-78.05%)
Mutual labels:  netstandard, dotnetcore
Cosmonaut
🌐 A supercharged Azure CosmosDB .NET SDK with ORM support
Stars: ✭ 309 (-84.11%)
Mutual labels:  netstandard, dotnetcore
Awesome Microservices Netcore
💎 A collection of awesome training series, articles, videos, books, courses, sample projects, and tools for Microservices in .NET Core
Stars: ✭ 865 (-55.53%)
Mutual labels:  aspnet-core, dotnetcore
EPPlus4PHP
an easy-to-use excel library for php project which is compiled with peachpie. NOT FOR THE COMMON PHP PROJECT!
Stars: ✭ 15 (-99.23%)
Mutual labels:  peachpie, netstandard
mysql-dotnet-core
ASP.NET Core 5.0 Web Application using MySQL with Entity Framework
Stars: ✭ 95 (-95.12%)
Mutual labels:  coreclr, aspnet-core
Aspnetcore Practice
ASP.NET Core 專案練習集合,ASP.NET Core Practice Projects
Stars: ✭ 80 (-95.89%)
Mutual labels:  aspnet-core, dotnetcore
Raft.net
Implementation of RAFT distributed consensus algorithm among TCP Peers on .NET / .NETStandard / .NETCore / dotnet
Stars: ✭ 112 (-94.24%)
Mutual labels:  netstandard, dotnetcore


PeachPie
PeachPie Compiler

The open-source PHP compiler to .NET

If you run into any inconsistencies, bugs or incompatibilities, kindly let us know and we'll do our best to address them. Take a look at our Roadmap to see which features and extensions we still have to implement.

We are now a member of the .NET Foundation!

Continuous Integration

Service Platform Build Status
AppVeyor Visual Studio 2019 AppVeyor Build status
Azure DevOps Windows VSTS Build Status
GitHub Actions Ubuntu 18 .NET Core

What is PeachPie?

PeachPie is a modern PHP compiler based on the Microsoft Roslyn compiler platform and drawing from our popular Phalanger project. It allows PHP to be executed within the .NET framework, thereby opening the door for PHP developers into the world of .NET – and vice versa.

Status and Compatibility

You can find an up-to-date status of the project in our Roadmap section. Please note that the status is dynamic; PeachPie is a work in progress, which means that the list of finished and planned features frequently changes and will be updated on a regular basis. To see the current status of compatibility with the PHP language, please refer to our Compatibility overview.

Project goals

  • Increased performance: PeachPie's extensive type analysis and the influence of Microsoft Roslyn should provide an improved performance of PHP applications and components.

  • Security: since programs run within the standardized and manageable .NET or .NET Core environment, the code is fully verifiable without any unsafe constructs. In addition, PHP applications can be distributed source-lessly for added security benefits.

  • Cross-platform development: the project compiles legacy PHP code into portable class libraries, enabling developers to build cross-platform apps and libraries for Microsoft platforms.

  • Full .NET compatibility: compiled programs run on the reimplemented PeachPie runtime, fully compatibly with the PHP runtime.

  • Both-way interoperability: the project allows for hybrid applications, where parts are written in C# and others in PHP. The parts will be entirely compatible and can communicate seamlessly, all within the .NET framework.

How to use PeachPie

There are currently two ways of using PeachPie via dotnet: in your favorite shell or comfortably in Visual Studio 2017/Visual Studio Code using our official extensions.

Visual Studio

Download our official Visual Studio extension, which makes working with PeachPie compiler as convenient as possible. The extension allows you to easily create a new project using our templates, build & debug, profile your PHP code using the VS diagnostic tools and deploy your project to Azure:

Peachpie Extension

Visual Studio Code

Grab our VSCode extension to quickstart your development with a more lightweight editor. The extension automatically installs all required dependencies, enables the PeachPie: Create project command, syntax error underlining and PeachPie analytics:

Peachpie Extension

Command line building

Alternatively, you can also work with PeachPie on the command line. Please refer to our short introduction video to see how to run the compiler on the command line and to the Getting Started section in our documentation.

Nightly build

NuGet feed: https://ci.appveyor.com/nuget/peachpie

Version: 1.0.0-appv****

dotnet nuget add source https://ci.appveyor.com/nuget/peachpie -n appveyor-peachpie

How to contribute?

We can use all the help we can get. You can contribute to our repository, spread the word about this project, or give us a small donation to help fund the development. If you believe you have valuable knowledge and experience to add to this project, please do not hesitate to contribute to our repo – your help is much appreciated.

However, please read the Contribution Guidelines first and ensure you are following them. Also, we kindly ask you to respect our Code of Conduct when posting or interacting with other users.

You can also contribute by donating a dollar or two to the development of PeachPie:

Providing feedback

If you found a bug, have a question or if you have an improvement suggestion, the easiest way of providing feedback is to post it on Gitter or submit an issue here on GitHub. We try to respond as quickly as possible.

.NET Foundation

.NET Foundation
This project is supported by the .NET Foundation.

How to get in touch?

If you have a problem or question, the easiest way is to submit an issue here. You can also follow us on Twitter or Facebook and contact us there regarding your questions or ask the community for support on Gitter, but please understand that we do not provide email support.

For partnership inquiries, commercial support or other questions, please contact us via email at [email protected].

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].