PHPackages                             juddling/phpstorm-url - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. juddling/phpstorm-url

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

juddling/phpstorm-url
=====================

1.0(7y ago)1954PHP

Since Jul 4Pushed 7y agoCompare

[ Source](https://github.com/Juddling/phpstorm-url)[ Packagist](https://packagist.org/packages/juddling/phpstorm-url)[ RSS](/packages/juddling-phpstorm-url/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (3)Versions (3)Used By (0)

Easily open your Laravel files in PHPStorm
------------------------------------------

[](#easily-open-your-laravel-files-in-phpstorm)

This package takes a URL, works out the controller and action that the route is bound to, and opens that file at the correct line in PHPStorm

Installation
------------

[](#installation)

```
composer require juddling/phpstorm-url --dev

```

As this is a developer tool it makes sense to only install it as a dev dependency.

### Add Service Provider (&lt;= 5.4)

[](#add-service-provider--54)

Be sure to include our service provider in your `config/app.php`:

```
Juddling\PHPStorm\LaunchUrlServiceProvider::class,
```

Usage
-----

[](#usage)

```
php artisan phpstorm:url http://someproject.localhost/forum/comment/add

```

We would recommend setting up a bash alias like the following:

```
alias purl="php artisan phpstorm:url"

```

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity64

Established project with proven stability

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~119 days

Total

2

Last Release

2798d ago

Major Versions

0.1 → 1.02018-10-31

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2891373?v=4)[James Judd](/maintainers/Juddling)[@Juddling](https://github.com/Juddling)

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/juddling-phpstorm-url/health.svg)

```
[![Health](https://phpackages.com/badges/juddling-phpstorm-url/health.svg)](https://phpackages.com/packages/juddling-phpstorm-url)
```

###  Alternatives

[laravel/ai

The official AI SDK for Laravel.

1.0k2.1M163](/packages/laravel-ai)[spatie/laravel-export

Create a static site bundle from a Laravel app

672139.5k6](/packages/spatie-laravel-export)[tallstackui/tallstackui

TallStackUI is a powerful suite of Blade components that elevate your workflow of Livewire applications.

721160.4k12](/packages/tallstackui-tallstackui)[zidbih/laravel-deadlock

Make temporary Laravel workarounds expire and fail CI when ignored.

984.0k](/packages/zidbih-laravel-deadlock)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)[interaction-design-foundation/laravel-geoip

Support for multiple Geographical Location services.

19253.0k3](/packages/interaction-design-foundation-laravel-geoip)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
