Skip to content

Commit ea0e06f

Browse files
authored
Update README.md
1 parent 7d8cbce commit ea0e06f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
<h3 align="center">The open-source PHP compiler to .NET</h3>
1010

1111
<p align="center">
12-
<a href="https://www.nuget.org/profiles/peachpie"><img src="https://img.shields.io/nuget/v/Peachpie.App.svg?style=flat"></a>
12+
<a href="https://discord.com/invite/4UeGPJTjbf"><img src="https://img.shields.io/badge/chat-discord-purple.svg"></a>
1313
<a href="https://docs.peachpie.io"><img src="https://img.shields.io/badge/docs-peachpie.io-green.svg"></a>
14-
<a href="https://www.peachpie.io"><img src="https://img.shields.io/badge/Web-peachpie.io-orange.svg"></a>
15-
<a href="https://twitter.com/pchpcompiler"><img src="https://img.shields.io/badge/Twitter-%40pchpcompiler-blue.svg"></a>
14+
<a href="https://www.peachpie.io"><img src="https://img.shields.io/badge/www-peachpie.io-orange.svg"></a>
15+
<a href="https://twitter.com/pchpcompiler"><img src="https://img.shields.io/badge/x-%40pchpcompiler-blue.svg"></a>
1616
<a href="https://www.patreon.com/pchpcompiler" target="_blank"><img src="https://img.shields.io/badge/Sponsor-Become_a_Patron-ff69b4.svg?maxAge=2592000&amp;style=flat"></a>
1717
</p>
1818

@@ -31,10 +31,6 @@ PeachPie is a member project of the [.NET Foundation](https://www.dotnetfoundati
3131

3232
PeachPie is a modern PHP compiler based on the Microsoft Roslyn compiler platform. It allows PHP to be compiled and executed under the .NET runtime, thereby opening the door for PHP developers into the world of .NET – and vice versa.
3333

34-
## Status and Compatibility
35-
36-
You can find an up-to-date status of the project in our [Roadmap](https://docs.peachpie.io/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](https://docs.peachpie.io/php/Compatibility/).
37-
3834
## Project goals
3935

4036
- **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.
@@ -49,7 +45,7 @@ You can find an up-to-date status of the project in our [Roadmap](https://docs.p
4945

5046
## How to use PeachPie
5147

52-
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.
48+
There are currently two ways of using PeachPie via `dotnet`: in your favorite shell or comfortably in Visual Studio using our official extension.
5349

5450
### Visual Studio
5551

@@ -68,6 +64,10 @@ Alternatively, you can also work with PeachPie on the command line. Please refer
6864

6965
The most convenient way of using PeachPie is to consume NuGet packages. We provide nightly builds and release builds to our subscribers on Patreon. [Become a Patron](https://www.patreon.com/pchpcompiler) to get access and get listed as our sponsor!
7066

67+
## Status and Compatibility
68+
69+
You can find an up-to-date status of the project in our [Roadmap](https://docs.peachpie.io/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](https://docs.peachpie.io/php/Compatibility/).
70+
7171
## How to contribute?
7272

7373
PeachPie is an open source project we maintain in our spare time. We can use all the help we can get. If you believe you have valuable knowledge and expertise to add to this project, please do not hesitate to contribute to our repo via pull requests or issues – your help is much appreciated.

0 commit comments

Comments
 (0)