davy_yg's avatar
Level 27

PHPStorm

Hello,

What's the difference between PHPStorm and Sublime?

Why PHPStorm is not one time purchase? Like I have to subscribe for it? Why is that?

https://www.jetbrains.com/phpstorm/buy/#edition=commercial

0 likes
7 replies
xaad67's avatar

PHPSTORM is an IDE and Sublime is a text editor.

1 like
aardalich's avatar

PhpStorm is an IDE. Inspects the project's code to provide help and insight as you're coding, has a debugger, more of a everything including the kitchen sink.

Sublime is an editor, however, can install plugins to enhance it's features and is fast.

You might also want to look at VSCode (there is a recent video series on here) which you can download which is rather popular lately that has many features too.

PhpStorm can be a one time purchase. When you purchase it, you get the currently released version and all updates until your subscription is up. If you don't renew that subscription you still have it, just not any newer versions.

davy_yg's avatar
Level 27

So this is the price :

US $ 199.00 /1st year US $ 159.00 /2nd year US $ 119.00 /3rd yr onwards

My first time purchase should be US $199.00 and if I decide to upgrade on the third year it will be US $119.00 is that correct?

I still do not know how much helpful is that compare to sublime?

I am in the middle of downloading all the phpstorm tutorials just to see if it is worth it.

topvillas's avatar

Sublime text or any of the other excellent editors won't come close to the power of something like an IDE.

But you'll find there's some great plugins for any editor for helping with PHP / Laravel development.

I use VS Code with a few plugins and I'm very happy with it. I think JW has a series on PHP and VS Code.

Thyrosis's avatar

I've been using Sublime for about six years, haven't missed PHPStorm at all.

Since Jeffrey made the VScode course available I've switched to that, as it's a really nice IDE too.

To be fair, if you're here asking questions about why it's paid software and having to watch tutorials to see if it's worth it: it's probably not. Stick with Sublime, switch to Code. They're both free to use and will probably offer enough for you to work with.

Please or to participate in this conversation.