phpstorm Getting started with phpstorm

Help us to keep this website almost Ad Free! It takes only 10 seconds of your time:
> Step 1: Go view our video on YouTube: EF Core Bulk Extensions
> Step 2: And Like the video. BONUS: You can also share it!

Remarks

This section provides an overview of what phpstorm is, and why a developer might want to use it.

It should also mention any large subjects within phpstorm, and link out to the related topics. Since the Documentation for phpstorm is new, you may need to create initial versions of those related topics.

Versions

VersionRelease Date
2017.12017-04-27
2016.32016-11-24
2016.22016-07-13
2016.12016-03-17
102015-11-02
92015-07-08
82014-09-16
72013-10-22
62013-03-12
52012-09-12
42012-04-24
32012-01-12
22011-02-14
12010-05-27

Installation

Introduction

JetBrains PhpStorm is a commercial, cross-platform IDE for PHP. It is built on JetBrains' IntelliJ IDEA platform, which is written in Java. It will thus run on all major operating systems that support Java.

Users can extend the IDE by installing plugins created for the IntelliJ Platform.

Requirements

Hardware

  • 1 GB RAM minimum, 2 GB RAM recommended
  • 1024x768 minimum screen resolution

Software

It is recommended to use the bundled Oracle Java Runtime Environment. OpenJDK may lead to unexpected behavior and is not officially supported.

Installing PhpStorm

To start using PhpStorm, download the version for the desired OS from the PhpStorm download page. The next step depends on the OS.

OS Specific instructions

Linux
  • Unpack the downloaded .tar.gz file.
  • Run PhpStorm.sh from the bin sub-directory
OSX
  • Download the PhpStorm-2016.2.dmg Mac OS X Disk Image file
  • Mount it as another disk in your system
  • Copy PhpStorm to your Applications folder
Windows
  • Run the downloaded .exe file that starts the Installation Wizard.
  • Follow all steps suggested by the wizard.
  • Pay special attention to the corresponding installation options.

License

PhpStorm includes bundled evaluation license key for a free 30-day trial. In order to use the IDE after that period, a license for PhpStorm needs to be acquired from Jetbrains.

Various licenses are offered free or at a discount:

  • Education and training / students and teachers discount: free
  • Open Source projects discount: free
  • Student graduation discount 25% off
  • Startups discount: 50% off

Early Access Program

Alternatively, Jetbrains also offers a program which allows user to try pre-release versions for free.

As stated on the PhpStorm EAP page, the pre-release software can be unstable at times:

Be warned: It is important to distinguish EAP from traditional pre-release software. Please note that the quality of EAP versions may at times be way below even usual beta standards.

Issue tracker

In case you experience problems, there is an official issue tracker where you can open bug reports and feature requests.



Got any phpstorm Question?