PHPstorm: Difference between revisions
Jump to navigation
Jump to search
Created page with "{{TOCright}} == Introduction == <code>PHPStorm</code> is an IDE for development of <code>PHP</code> Websites made by JetBrains <ref>[https://www.jetbrains.com/phpstorm JetBrains], Home Page of the IDE PHP-Storm</ref> <br>JetBrains is not for free, you have to buy a commercial license. That maybe costly! <br>The main reason to go for this product is: * An IDE, meaning it has the complete software stack to develp PHP-based websites. * Includes Database, Debugging, Version..." |
mNo edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
== Introduction == | == Introduction == | ||
<code>PHPStorm</code> is an IDE for development of <code>PHP</code> Websites made by JetBrains <ref>[https://www.jetbrains.com/phpstorm JetBrains], Home Page of the IDE PHP-Storm</ref> | <code>PHPStorm</code> is an IDE for development of <code>PHP</code> Websites made by JetBrains <ref>[https://www.jetbrains.com/phpstorm JetBrains], Home Page of the IDE PHP-Storm</ref>. | ||
<br>JetBrains is not for free, you have to buy a commercial license. That | <br>JetBrains is not for free, you have to buy a commercial license. That may be costly! | ||
<br>The main reason to go for this product is: | <br>The main reason to go for this product is: | ||
* An IDE, meaning it has the complete software stack to | |||
=== Pro === | |||
* An IDE, meaning it has the complete software stack to develop PHP-based websites. | |||
* Includes Database, Debugging, Version Control. | * Includes Database, Debugging, Version Control. | ||
* Completely made for PHP | |||
=== Con === | |||
* It's not Open Source but propriety. | * It's not Open Source but propriety. | ||
* They make their interpretation of how to bundle, make their own bindings, making | * They make their interpretation of how to bundle, make their own bindings, making your own environment choices less free. | ||
* Usage of other languages is not possible. | |||
== Pricing == | |||
As said PHPStorm comes not for free. I give you here the individual usage costs (incl. VAT) for 2025, billed Yearly: | |||
{| class="wikitableharmcenter" width="750px" | |||
|- | |||
! width="40%" | Subscription | |||
! width="20%" | First Year | |||
! width="20%" | Second Year | |||
! width="20%" | Third Year | |||
|- | |||
| style="text-align:left;" | PhpStorm | |||
| € 117,81 | |||
| € 94,01 | |||
| € 70,21 | |||
|- | |||
| style="text-align:left;" | PhpStorm with AI Pro | |||
| € 236,81 | |||
| € 213,01 | |||
| € 189,21 | |||
|- | |||
| style="text-align:left;" | PhpStorm and Laravel Idea | |||
| € 146,97 | |||
| € 117,22 | |||
| € 104,72 | |||
|- | |||
| style="text-align:left;" | All products Pack | |||
| € 343,91 | |||
| € 274,89 | |||
| € 205,87 | |||
|} | |||
I have to admit a lot of money for development tooling! | |||
== See also == | == See also == |
Latest revision as of 19:24, 18 April 2025
Introduction
PHPStorm
is an IDE for development of PHP
Websites made by JetBrains [1].
JetBrains is not for free, you have to buy a commercial license. That may be costly!
The main reason to go for this product is:
Pro
- An IDE, meaning it has the complete software stack to develop PHP-based websites.
- Includes Database, Debugging, Version Control.
- Completely made for PHP
Con
- It's not Open Source but propriety.
- They make their interpretation of how to bundle, make their own bindings, making your own environment choices less free.
- Usage of other languages is not possible.
Pricing
As said PHPStorm comes not for free. I give you here the individual usage costs (incl. VAT) for 2025, billed Yearly:
Subscription | First Year | Second Year | Third Year |
---|---|---|---|
PhpStorm | € 117,81 | € 94,01 | € 70,21 |
PhpStorm with AI Pro | € 236,81 | € 213,01 | € 189,21 |
PhpStorm and Laravel Idea | € 146,97 | € 117,22 | € 104,72 |
All products Pack | € 343,91 | € 274,89 | € 205,87 |
I have to admit a lot of money for development tooling!