Download Other Versions of PHP Storm


Download : Latest




PHP Storm



1+
Downloads
Rated: 5 PLUS By LCTOPC

Screenshots


Description

Php Storm is a most popular IDE for developers and it is also paid. So you can download this from here free of cost. After downloading you will get zip file. Just extract that and there is a readme file. Open that file and that will help you to use license server for free.


FROM WIKIPEDIA:::

PhpStorm is a proprietary, cross-platform IDE (integrated development environment) for PHP,[2] built by the Czech Republic-based company JetBrains.

PhpStorm provides an editor for PHPHTML and JavaScript with on-the-fly code analysis, error prevention and automated refactorings for PHP and JavaScript code. PhpStorm's code completion supports PHP 5.3, 5.4, 5.5, 5.6, 7.0, 7.1, 7.2, 7.3, 7.4, 8.0 and 8.1[3] (modern and legacy projects), including generatorscoroutines, the finally keyword, list in foreach, namespacesclosurestraits and short array syntax. It includes a full-fledged SQL editor with editable query results.[4][5]

PhpStorm is written in Java. Users can extend the IDE by installing plugins created for PhpStorm or write their own plugins. The software also communicates with external sources like XDebug.

All features available in WebStorm are included in PhpStorm,[6] which adds support for PHP and databases.[7] WebStorm ships with pre-installed JavaScript plugins (such as for Node.js).[8]


PHP editor[edit]

  • PhpStorm provides a rich code editor[9] for PHP with syntax highlighting, extended code formatting configuration, on-the-fly error checking, and code completion.
  • PHP 5.3, 5.4, 5.5, 5.6, 7.0, 7.1, 7.2, 7.3, 7.4, 8.0, 8.1 support, including generatorscoroutines, the finally keyword, list in foreach, using empty() on the result of function calls and other expressions, traitsclosures, class member access on instantiation, short array syntax, array dereferencing on function call, binary literals, expressions in static calls, it supports return types and scalar type hints and constant visibility, etc. It can be used for both modern and legacy PHP-based projects.
  • Code autocompletion finalizes classes, methods, variable names, and PHP keywords, plus commonly used names for fields and variables depending on their type.
  • Coding style Support (PSR1/PSR2, Drupal,[10] Symfony, Zend).
  • PHPDoc support. The IDE provides code completion suggestions based on @property, @method and @var annotations.
  • Duplicated Code Detector.
  • PHP Code Sniffer (phpcs) that checks for code smells on the fly.
  • Refactorings (Rename, Introduce Variable, Introduce Constant, Introduce Field, Inline Variable, Move Static Member, Extract Interface).
  • Smarty and Twig templates editing (Syntax errors highlighting; Smarty functions and attributes completion; automatic insertion of paired braces, quotes and closing tags; and more).
  • MVC view for Symfony, and Yii frameworks.
  • PHAR support.

Development environment[edit]

Debugging and testing[edit]

  • Easy-to-configure visual debugger (Xdebug, Zend Debugger)[11] for inspecting context-relevant local variables and user-defined watches, including arrays and complex objects, and editing values on the fly.
  • Scripts can be profiled right from PhpStorm with either XDebug or Zend Debugger. An aggregated report is available, and the user can jump from the execution statistics directly to the function in PHP code.
  • PHPUnit tests can be developed in PhpStorm and run instantly from a directory, file or class using the context menu options) with code coverage.

JavaScript, CSS and HTML features[edit]

  • Code completion for JavaScript, HTML and CSS (for tags, keywords, labels, variables, parameters and functions).
  • HTML5 support.
  • Live Edit: changes in the code can be immediately viewed in the browser without reloading the page.
  • CSS/SASS/SCSS/LESS support (code completion, error highlighting, validation, etc.).
  • Zen Coding.
  • Code navigation and usages search (Go to declaration/symbol, Find Usages).
  • ECMAScript Harmony Support.
  • JavaScript refactoring (Rename, Extract Variable/Function, Inline Variable/Function, Move/Copy, Safe delete, Extract embedded script into file).
  • JavaScript debugger and unit testing.

Reviews