Help Login Register
Contact us on sales@selectinfosolutions.com/+91 9845049125/+61 422362883
Your One Stop Software Shop for IT Requirement!!you Name IT We Provide IT
The editor that actually ‘gets’ your code and deeply understands its structure, supporting PHP 5.3 and 5.4 for modern and legacy projects. Provides the best code autocompletion, refactorings, on-the-fly error prevention, supports language mixtures and more.
Hundreds of inspections take care of verifying your code as you type, analyzing the whole project. PHPDoc support, code (re)arranger, code formatter with code style configuration and other features help you write neat code that’s easy to support.
Perform many routine tasks right from the IDE, thanks to Version Control Systems integration (Git, Mercurial, SVN, etc), local history, support for remote deployment, SQL and databases, Composer, PHP UML, and integrated REST Client.
Zero-configuration debugging makes it really easy to debug your applications. PHPUnit support lets you develop and run unit tests right from the IDE. Profile your applications with Xdebug or Zend Debugger and check aggregated reports in PhpStorm.
All the cutting edge web development technologies are supported including HTML5, CSS, SASS, SCSS, LESS, CoffeeScript, ECMAScript Harmony, Jade templates, Zen Coding, Emmet, and of course JavaScript, with refactorings, debugging and unit-testing.
Use the same frequently-updated integrated development environment on Windows, Mac OS or Linux with your single license key. Enjoy the performance and stability!
PhpStorm features a rich and intelligent code editor for PHP with syntax highlighting, extended code formatting configuration, on-the-fly error checking, smart code completion, code folding and other features.
PHP 5.4 is fully supported, including traits and all the syntax improvements: class member access on instantiation, short array syntax, array dereferencing on function call, binary literals, expressions in static calls, etc. PHP 5.3 for legacy projects is supported as well.
Automatic code completion (invoked on typing) finalizes classes, methods, variable names, and PHP keywords, plus commonly used names for fields and variables depending on their type. Code completion also supports array indexes in PHP code.
PhpStorm editor respects PHPDoc in your code and provides appropriate code completion suggestions based on annotations. When you edit PHPDoc for your code, variable names and types are auto-completed from the corresponding code blocks. PHP code refactorings also consider PHPDocs to keep them up to date.
Code editor understands callback references within string literals, and provides advanced assistance such as usages search and rename refactoring.
PhpStorm transparently recognises PHAR-packaged code.
The existing support of template engines and command-line tools is boosted with a more high-level feature: a new MVC view for Symfony2 & Yii frameworks.
Use the Smarty template engine to take advantage of productivity features when working with .tpl files: configurable syntax highlighting for keywords, strings, variables and braces; syntax errors highlighting; Smarty functions and attributes completion; automatic insertion of paired braces, quotes and closing tags; and custom Smarty delimiters support.
Added for all major supported languages including PHP, HTML and CSS. Use Code | Locate Duplicates to start your quest against copy/paste coding. You'll be presented with a list of candidates for refactoring — and with the help of refactorings it's easy to keep your code DRY.
The Rename and Move refactorings work for files, functions, constants, classes, properties, methods, parameters, and local and global variables.
The following refactorings are also available: Extract Variable / Constant / Field / Method, Inline variable, Push members Up / Pull members Down, Change signature.
Make global project changes easily and safely. Local changes are made instantly in-place.
Its thorough source code analysis allows PhpStorm to provide sophisticated code completion even for unannotated code, for example when the function return type is deducted from its body and return statements or class property
types (and declarations) are extracted from the constructor code.
File structure view and class, method and call hierarchy views allow for faster code review and navigation.
Check your code on the fly with PHP Code Sniffer (phpcs), just by opening a PHP file. The check is triggered every time you change something in the file, so it's extremely easy to fix problems reported by PHP Code Sniffer.
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.
Go to class / file / symbol — crucial operations for fast project navigation. Use wild-cards and abbreviations to locate needed items faster.
Go to declaration — navigates to where the function, variable or label in question is declared with a simple hotkey or Ctrl+Click / ⌘Click.
Find Usages — helps you locate usages of any symbol (e.g., class, method, field, etc.) in your code, in the current file or in the whole project.
PhpStorm provides numerous options for debugging your PHP code, so you can:
Develop PHPUnit tests in PhpStorm and run them instantly from a directory, file or class using the context menu options.
Dedicated Run/Debug configurations allow you to run the appropriate set of tests at a later time.
Tests are executed in a dedicated Test Runner UI, displaying results overview and detailed stats for the whole suite and every particular test.
If a test fails, you can instantly jump from the stacktrace to the line of code where the error occurred.
Code Coverage for PHPUnit shows you how much of your code is covered with tests and marks covered and uncovered lines visually right in the editor. Code coverage analysis with PHPUnit is fully supported in the PhpStorm.
You can profile your applications right from the IDE with either xDebug or Zend Debugger. PhpStorm provides visual representation of profiling data generated by XDebug or Zend Debugger. You can select several snapshots at a time and collect the aggregated profiling information. Observe an aggregated report and jump from the execution statistics directly to the function in your PHP code.
JavaScript, HTML & CSS code completion for tags, keywords, labels, variables, parameters and functions is DOM-based and supports popular browsers' specifics (IE, Firefox, etc.). Completion is available for both standard and user-defined functions in *.js files, HTML event handlers and everywhere else where appropriate. Supports SASS, SCSS, LESS, CoffeeScript and other cutting-edge web development technologies.
Refactoring capabilities provided for JavaScript allow you to easily modify the code structure as well as undo the modifications. Some refactorings available for JavaScript code and *.js files are: Rename, Extract Variable/Function, Inline Variable/Function, Move/Copy, Safe Delete, Extract embedded script into file.
PhpStorm detects and suggests auto-fixes for such problems as: missing required attributes, invalid attributes or illegal values, wrong references to files in links, duplicate attributes, invalid CSS selector format, invalid CSS properties, unused CSS class definitions, invalid local anchors and more.
Live Editing Preview saves you lots of time and key presses. Open a page in the editor and the browser so you can see both, and activate the Live Edit feature. Start editing the code and see the changes immediately in the browser even while you are going through the list options in code completion popups. PhpStorm auto-saves your changes, and the browser smartly updates the page on the fly, showing your edits.
For those who prefer to stay one step ahead, PhpStorm presents experimental support of ECMAScript Harmony. To try out the new features, set ECMAScript Harmony to be the JavaScript language version in the IDE settings.
PhpStorm contains a built-in PSR1/PSR2, Symfony2, Zend, and Drupal compliant code formatting and lets you easily specify your own project-specific coding standards for PHP CodeSniffer. Currently just reformatting your code in PhpStorm helps your code meet coding standards.
Most popular Version Control Systems are supported, including Subversion, Mercurial, Git, Perforce, CVS, and TFS.
For Git VCS IDE shows revisions graph.
The following features are available no matter which VCS you use:
All the tedious tasks (adding, removing and deleting files) are performed automatically. A built-in visual merge tool resolves all conflicts in a quick and intuitive manner. The changes made locally are highlighted as you type in the editor gutter, providing intuitive navigation and a 2-click rollback for individual changes.
PhpStorm provides tools and code assistance features for work with database and SQL in your projects. You are able to connect to databases, edit schema as well as table data, run queries, and even analyze schema 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.
IDE tracks any changes made to your source files, protecting you from any accidental losses or modifications, even if made by other applications. At any time, you can inspect the history of either a particular file or directory, and roll back to any of its previous versions.
PhpStorm helps developers to understand and change their code by providing editable UML class diagrams for PHP code. You can quickly examine your application structure, create and edit classes and their relationships. Look for "Diagrams…" in context menus. Many refactorings can be applied directly from the diagram, via the shortcut menu.
PhpStorm automatically completes and checks standard tags, properties, target names, path attribute values in build files.
Open an existing folder, check out the code from a VCS, or even specify your FTP to download and auto-sync your files with. You're up and running in mere moments.
Edit project files locally and deploy back to remote server using automatic synchronization, either on file save or on demand.
When your ToDo list is in an issue/bug tracking system, you can configure PhpStorm to work with the issues without switching from the IDE. Just specify your issue tracker server and:
PhpStorm supports the following bug tracking systems: JetBrains YouTrack, Atlassian JIRA, Lighthouse, Pivotal Tracker, GitHub, Redmine, and Trac.
PhpStorm plugin repository contains 180+ IDE plugins of different nature, including support for additional VCS, integrations with different tools and frameworks, and editor enhancements such as Vim emulation.
PhpStorm plugins repository can be browsed and managed from the Plugin Manager in IDE Settings.
Use the same environment on Windows, Mac OS and Linux.