PHPackages                             ejunker/laravel-purl - 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. ejunker/laravel-purl

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

ejunker/laravel-purl
====================

A Laravel package for the Purl URL manipulation library.

0.1.0(11y ago)07.9kPHPPHP &gt;=5.3.0

Since Aug 10Pushed 11y ago1 watchersCompare

[ Source](https://github.com/ejunker/laravel-purl)[ Packagist](https://packagist.org/packages/ejunker/laravel-purl)[ RSS](/packages/ejunker-laravel-purl/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (3)Versions (2)Used By (0)

Laravel Purl
------------

[](#laravel-purl)

[![Software License](https://camo.githubusercontent.com/f251623e510f5909f16ae3f4e6e548dac11340b9fde1a99be26b015b39272c00/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c6174)](LICENSE.md)[![Build Status](https://camo.githubusercontent.com/6e81d6b9cf327ff25fc5294d618e6e42d2b0466be395394a33df78cfe5f8441c/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f656a756e6b65722f6c61726176656c2d7075726c2f6d61737465722e7376673f7374796c653d666c6174)](https://travis-ci.org/thephpleague/url)[![Coverage Status](https://camo.githubusercontent.com/85d91c6c94553df608940d17b0f6148a4ea47b014392d921192279631c17adbb/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f656a756e6b65722f6c61726176656c2d7075726c2e7376673f7374796c653d666c6174)](https://scrutinizer-ci.com/g/thephpleague/url/code-structure)[![Quality Score](https://camo.githubusercontent.com/07e08a4fb11d4a2a5d726dcf8242079dbffecb8c56c67de879fcd26789ed82bc/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f656a756e6b65722f6c61726176656c2d7075726c2e7376673f7374796c653d666c6174)](https://scrutinizer-ci.com/g/thephpleague/url)[![Total Downloads](https://camo.githubusercontent.com/e5a63ed24fc23d85245ae92838885f8867431b4b165b8998483df6104561fc02/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f656a756e6b65722f6c61726176656c2d7075726c2e7376673f7374796c653d666c6174)](https://packagist.org/packages/league/url)

A Laravel package for the Purl URL manipulation library. For information on how to use Purl, see the [Purl Documentation](https://github.com/jwage/purl).

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

[](#installation)

Require this package in your composer.json and update composer.

```
"ejunker/laravel-purl": "0.1.*"

```

After updating composer, add the ServiceProvider to the providers array in app/config/app.php

```
'Ejunker\LaravelPurl\ServiceProvider',

```

You can optionally use the facade for shorter code. Add this to your facades:

```
'Purl' => 'Ejunker\LaravelPurl\Facade',

```

Examples
--------

[](#examples)

```
// Create a \Purl\Url object from a string
$url = Purl::make('http://www.laravel.com');

// Same as Request::url() but as a \Purl\Url object
$url = Purl::requestUrl();

// Same as Request::root() but as a \Purl\Url object
$url = Purl::requestRoot();

// Same as Request::fullUrl() but as a \Purl\Url object
$url = Purl::requestFullUrl();
```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

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

Unknown

Total

1

Last Release

4292d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/94f5faf8e6d32349cbaf2ebf6cd84b0eb2565f44f3429950f0b06d626ef315bd?d=identicon)[ejunker](/maintainers/ejunker)

---

Top Contributors

[![ejunker](https://avatars.githubusercontent.com/u/4758?v=4)](https://github.com/ejunker "ejunker (2 commits)")

### Embed Badge

![Health badge](/badges/ejunker-laravel-purl/health.svg)

```
[![Health](https://phpackages.com/badges/ejunker-laravel-purl/health.svg)](https://phpackages.com/packages/ejunker-laravel-purl)
```

###  Alternatives

[baibaratsky/php-wmsigner

WebMoney Signer: a native PHP implementation of the WMSigner module

16399.8k3](/packages/baibaratsky-php-wmsigner)[aak74/bx-data

Классы для удобного доступа к данным в 1C-Bitrix

232.1k](/packages/aak74-bx-data)

PHPackages © 2026

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