diff --git a/replace/phpstorm.md b/replace/phpstorm.md
new file mode 100644
index 0000000000000000000000000000000000000000..5aa602b601da36a2cd75faac60f12a15ca011853
--- /dev/null
+++ b/replace/phpstorm.md
@@ -0,0 +1,27 @@
+---
+product: PhpStorm
+type: Code editors
+layout: replace
+---
+
+# PhpStorm
+
+## NetBeans
+
+Development Environment, Tooling Platform and Application Framework.
+
+{% infobox %}
+  - **Website**: [netbeans.apache.org](https://netbeans.apache.org/)
+  - **Source code**: [netbeans.org](https://netbeans.org/projects/ide/sources)
+  - **License**: [Apache License 2.0](https://github.com/apache/netbeans/blob/master/LICENSE)
+{% endinfobox %}
+
+## Eclipse PDT
+
+The PHP IDE project delivers a PHP Integrated Development Environment framework for the Eclipse platform.
+
+{% infobox %}
+  - **Website**: [eclipse.org](https://www.eclipse.org/pdt/)
+  - **Source code**: [GitHub](https://github.com/eclipse/pdt)
+  - **License**: [Eclipse Public License 2.0](https://github.com/eclipse/pdt/blob/master/LICENSE)
+{% endinfobox %}