

For example, popular versions of packages like PHPUnit, aws/aws-sdk-php, doctrine/orm, laravel/framework, symfony/*, and many others have downloadable indexes. In v2023.1, when you open a PHP project, PhpStorm checks `composer.json` to see which of the dependencies specified have a prebuilt shared index. Why should everyone need to compute its index over and over again if we can just index it once and share it? This is what shared indexes are about. Unlike regular indexes, which are built locally in your PhpStorm, shared indexes are generated once and are later reused on another computer whenever they are needed.įor example, symfony/console is one of the most used PHP packages in the world. Īs part of our work to improve performance, we have added downloadable shared indexes for PHP dependencies. If you find the service useful, consider supporting its author with a donation here. To do this, select a piece of code, press Alt+Enter, and then choose Create new scratch file from selection.

PhpStorm 2023.1 natively integrates with and allows you to run PHP scratch files on a desired PHP version without having to install anything else.

Many of the items mentioned in the PhpStorm 2023.1 Roadmap have already been implemented, while others are still works in progress.įor now, let’s look at what’s new in the first EAP build of PhpStorm 2023.1.ģv4l.org is a popular service that lets you test PHP code on all versions of PHP, even those that have not yet been released.

