Gallery

peachpie

peachpie

Peachpie development packages.


Peachpie
Peachpie Compiler

The open-source PHP compiler to .NET

Peachpie is still in the alpha stages of development and not fully compatible with the PHP language yet. We recommend using the project with caution and testing it thoroughly before utilizing Peachpie in a production environment.

We are now a member of the .NET Foundation!

Continuous Integration

Service Platform Build Status
Travis CI Ubuntu Build status
MyGet Build Services Windows peachpie MyGet Build Status
Visual Studio Team Services Windows VSTS Build Status

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.

The Wiki also includes a Compatibility matrix for a quick overview of which frameworks Peachpie is compatible with and which features are already supported.

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.

  • 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 through msbuild: in your favorite shell or in Visual Studio Code/Visual Studio 2017. Keep in mind that Peachpie is still a work in progress and is therefore not intended to run full applications in a production setting.

Visual Studio Code

We have a custom VSCode extension to make working with Peachpie compiler as comfortable as possible. The extension automatically installs all required dependencies, enables the Peachpie: Create project command, syntax error underlining and Peachpie analytics:

Peachpie Extension

To install the Peachpie extension, simply launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter: ext install peachpie-vscode. Watch the intro video below to see how to work with the extension:

Peachpie Introduction

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 our Getting Started section.

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.

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?

We kindly ask you to be patient with your queries; you can follow us on Twitter or on Facebook. You can contact us there regarding your questions or ask the community for support on Gitter, but please understand that we do not provide support at this point.

For partnership inquiries or other questions, please contact us via email at info@iolevel.com.

Read more...

It's kind of empty out here...

Package Id Latest Version
Uploaded rss
Peachpie.App

Authored by: Peachpie.App

Peachpie platform dependencies.

1.0.0-CI01233 6 years ago
Peachpie.AspNetCore.Mvc

Authored by: Peachpie.AspNetCore.Mvc

Allows integration of PeachPie compiled PHP code into ASP.NET Core MVC.

1.0.0-CI01233 6 years ago
Peachpie.AspNetCore.Web

Authored by: Peachpie.AspNetCore.Web

Allows integration of PeachPie compiled PHP code into ASP.NET Core pipeline.

1.0.0-CI01233 6 years ago
Peachpie.CodeAnalysis

Authored by: Peachpie.CodeAnalysis

Peachpie PHP language compiler platform.

1.0.0-CI01233 6 years ago
Peachpie.Compiler.Tools

Authored by: peachpie, jmisek

Peachpie.Compiler.Tools

1.0.0-CI01233 6 years ago
Peachpie.Library

Authored by: Peachpie.Library

Peachpie PHP language library functions.

1.0.0-CI01233 6 years ago
Peachpie.Library.Graphics

Authored by: Peachpie.Library.Graphics

Peachpie PHP language library functions for image processing.

1.0.0-CI01233 6 years ago
Peachpie.Library.MsSql

Authored by: Peachpie.Library.MsSql

Peachpie PHP language MsSql library functions.

1.0.0-CI01233 6 years ago
Peachpie.Library.MySql

Authored by: Peachpie.Library.MySql

Peachpie PHP language MySql library functions.

1.0.0-CI01233 6 years ago
Peachpie.Library.Network

Authored by: Peachpie.Library.Network

Peachpie PHP language library functions with network related functionality.

1.0.0-CI01233 6 years ago
Peachpie.Library.PDO

Authored by: Peachpie.Library.PDO

Package Description

1.0.0-CI01233 6 years ago
Peachpie.Library.PDO.Firebird

Authored by: Peachpie.Library.PDO.Firebird

Package Description

1.0.0-CI01233 6 years ago
Peachpie.Library.PDO.MySQL

Authored by: Peachpie.Library.PDO.MySQL

Package Description

1.0.0-CI01233 6 years ago
Peachpie.Library.PDO.PgSQL

Authored by: Peachpie.Library.PDO.PgSQL

Package Description

1.0.0-CI01233 6 years ago
Peachpie.Library.PDO.Sqlite

Authored by: Peachpie.Library.PDO.Sqlite

Package Description

1.0.0-CI01233 6 years ago
Peachpie.Library.PDO.SqlSrv

Authored by: Peachpie.Library.PDO.SqlSrv

Package Description

1.0.0-CI01233 6 years ago
Peachpie.Library.Scripting

Authored by: Peachpie.Library.Scripting

Support for dynamic code evaluation in Peachpie application. The package enables `eval` and `create_function` in compiled programs.

1.0.0-CI01233 6 years ago
Peachpie.Library.XmlDom

Authored by: Peachpie.Library.XmlDom

Peachpie PHP language library functions for XML processing.

1.0.0-CI01233 6 years ago
Peachpie.NET.Sdk

Authored by: Peachpie.NET.Sdk

The MSBuild SDK containing build targets and runtime.

1.0.0-CI01233 6 years ago
Peachpie.NETCore.Web

Authored by: Peachpie.NETCore.Web

Allows integration of Peachpie compiled PHP code into ASP.NET Core pipeline.

0.9.0-CI01110 7 years ago
Peachpie.RequestHandler

Authored by: Peachpie.RequestHandler

Implementation of IHttpHandler (request handler) for ASP.NET Integrated Pipeline.

1.0.0-CI01233 6 years ago
Peachpie.Runtime

Authored by: Peachpie.Runtime

Peachpie application runtime.

1.0.0-CI01233 6 years ago
Peachpie.Templates

Authored by: Peachpie, Petr Houska

Templates of PHP projects for .NET platform using Peachpie Compiler.

0.9.25 6 years ago

Connect to feed

By: Jakub Míšek

Total download count: 4

Readonly