
18,793
Downloads
523
Downloads of v 2018.3.3
1/9/2019
Last update
PHPStorm
PhpStorm is built on top of the open-source IntelliJ Platform, which we've been developing and perfecting for over 15 years. Enjoy the fine-tuned, highly customizable experience it provides to fit your development workflow.
FEATURES
Intelligent coding assistance
PhpStorm is a PHP IDE that actually 'gets' your code. It supports PHP 5.3/5.4/5.5/5.6/7.0/7.1, provides on-the-fly error prevention, best autocompletion & code refactoring, zero config debugging, and an extended HTML, CSS, and JavaScript editor.
Smart PHP Code Editor
The IDE provides smart code completion, syntax highlighting, extended code formatting config, on-the-fly error checking, code folding, supports language mixtures and more. Automated refactorings that treat your code with care, helping to make global project settings easily and safely.
Code Quality Analysis
Hundreds of code inspections verify your code as you type and inspect the whole project for possible errors or code smells. Quick-fixes for most inspections make it easy to fix or improve the code instantly. Alt+Enter shows appropriate options for each inspection.
Easy Code Navigation & Search
PhpStorm helps you get around your code more efficiently and save time when working with large projects. Jump to a method, function or variable definition in just one click, or search for its usages.
Debugging, Testing and Profiling
Debugging
Zero-config debugging makes it really easy to debug your PHP applications. Besides, PhpStorm provides numerous options for debugging your PHP code with Visual Debugger, so you can: inspect variables and user-defined watches, set breakpoints and evaluate an expression in runtime, debug remote applications, debug a page in multiple sessions simultaneously, and more.
Testing
You can develop PHPUnit tests right in PhpStorm and run them instantly from a directory, file or class, by using the context menu options. Code Coverage from PHPUnit shows how much of your code is covered with tests.
Profiling
You can profile your applications with Xdebug or Zend Debugger and check aggregated reports in PhpStorm.
HTML/CSS/JavaScript Editor
HTML & CSS
All the cutting edge web development technologies are supported including HTML5, CSS, SASS/SCSS, LESS, CoffeeScript, Jade/Pug, etc. Live Edit gives you an opportunity to see all the changes instantly in the browser without refreshing the page.
JavaScript
The smartest JavaScript Editor is bundled with the IDE, offering code completion, validation and quick fixes, refactorings, JSDoc type annotations support, debugging and unit testing, support for Frameworks, and more.
New Technologies
PhpStorm provides a streamlined experience for the full development cycle with new languages such as TypeScript, CoffeeScript, and Dart.
MORE ABOUT HTML/CSS/JAVASCRIPT EDITOR
Development Environment
Databases & SQL
PhpStorm provides tools and code assistance features for working with databases and SQL in your projects. Connect to databases, edit schemas and table data, run queries, and even analyze schemas with UML diagrams. SQL code can be injected to other languages or edited in SQL Editor, with syntax highlighting, smart code completion, on-the-fly code analysis, code formatting and navigation available.
Other Features
Perform many routine tasks right from the IDE with support for Vagrant support, Docker, Composer, git, SVN, Mercurial, and more.
MORE ABOUT DEVELOPMENT ENVIRONMENT
Maintainer Notes
PhpStorm EAP builds are available using the --prerelease
flag
choco install phpstorm --prerelease
To install JetBrains PHPStorm, run the following command from the command line or from PowerShell:
C:\> choco install phpstorm
--version 2018.3.3
To upgrade JetBrains PHPStorm, run the following command from the command line or from PowerShell:
C:\> choco upgrade phpstorm
--version 2018.3.3
Files
Hide- tools\chocolateyInstall.ps1
Show
$tools = Split-Path $MyInvocation.MyCommand.Definition . $tools\helper.ps1 $packageArgs = @{ PackageName = 'phpstorm' FileType = 'exe' Silent = "/S /CONFIG=$tools\silent.config" ChecksumType = 'sha256' Checksum = '0fea523530c4e6cea6d3a3a938117cb6833d177eff6cee885bf747d6182df1b0' Url = 'https://download.jetbrains.com/webide/PhpStorm-2018.3.3.exe' } Install-ChocolateyPackage @packageArgs
- tools\chocolateyUninstall.ps1
Show
$tools = Split-Path $MyInvocation.MyCommand.Definition . $tools\helper.ps1 $packageArgs = @{ PackageName = 'phpstorm' FileType = 'exe' Silent = '/S' File = (Get-Uninstaller -Name 'JetBrains PhpStorm 2018.3.3') } Uninstall-ChocolateyPackage @packageArgs
- tools\helper.ps1
Show
function Get-Uninstaller { [CmdletBinding()] param( [Parameter(Mandatory = $true)] [ValidateNotNullOrEmpty()] [string] $Name ) $local_key = 'HKCU:\Software\Microsoft\Windows\CurrentVersion\Uninstall\*' $machine_key32 = 'HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\*' $machine_key64 = 'HKLM:\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\*' $keys = @($local_key, $machine_key32, $machine_key64) Get-ItemProperty -Path $keys | ?{ $_.DisplayName -eq $Name } | Select-Object -ExpandProperty UninstallString }
- tools\silent.config
Show
; Installation mode. It can be user or admin. ; NOTE: for admin mode please use "Run as Administrator" for command prompt to avoid UAC dialog. mode=admin ; Desktop shortcut for launchers launcher32=0 launcher64=1 ; Add launchers path to PATH env variable updatePATH=0 ; Add "Open Folder as Project" to context menu updateContextMenu=0 ; Download and install jre32 jre32=0 ; List of associations. To create an association change value to 1. .php=0 .phtml=0 .js=0 .css=0 .html=0
Virus Scan Results
- phpstorm.2018.3.3.nupkg (942fecddc3eb) - ## / 61 - Log in or click on link to see number of positives
- PhpStorm-2018.3.3.exe (0fea523530c4) - ## / 65 - Log in or click on link to see number of positives
Dependencies
This package has no dependencies.
Package Maintainer(s)
Software Author(s)
Copyright
JetBrains s.r.o.
Tags
Release Notes
https://confluence.jetbrains.com/display/PhpStorm/PhpStorm+2018.3.3+Release+Notes
Version History
Version | Downloads | Last updated | Status |
---|---|---|---|
JetBrains PHPStorm 2018.3.4 | 317 | Friday, February 8, 2019 | approved |
JetBrains PHPStorm 2018.3.3 | 523 | Wednesday, January 9, 2019 | approved |
JetBrains PHPStorm 2018.3.2 | 346 | Wednesday, December 19, 2018 | approved |
JetBrains PHPStorm 2018.2.5 | 718 | Friday, October 12, 2018 | approved |
JetBrains PHPStorm 2018.2.4 | 414 | Thursday, September 27, 2018 | approved |
JetBrains PHPStorm 2018.2.3 | 282 | Thursday, September 13, 2018 | approved |
JetBrains PHPStorm 2018.2.2 | 371 | Wednesday, August 22, 2018 | approved |
JetBrains PHPStorm 2018.2.1 | 300 | Wednesday, August 8, 2018 | approved |
Discussion for the JetBrains PHPStorm Package
Ground rules:
- This discussion is only about JetBrains PHPStorm and the JetBrains PHPStorm package. If you have feedback for Chocolatey, please contact the google group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or JetBrains PHPStorm, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.