PHPackages                             pm-connect/laravel-param-converter - 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. pm-connect/laravel-param-converter

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

pm-connect/laravel-param-converter
==================================

Symfony param converters working in Laravel.

1.1.6(5y ago)217.5k3MITPHPPHP ~7|~8

Since Apr 20Pushed 5y agoCompare

[ Source](https://github.com/PM-Connect/laravel-param-converter)[ Packagist](https://packagist.org/packages/pm-connect/laravel-param-converter)[ RSS](/packages/pm-connect-laravel-param-converter/feed)WikiDiscussions master Synced today

READMEChangelog (6)Dependencies (8)Versions (14)Used By (0)

Laravel Param Converter
=======================

[](#laravel-param-converter)

Gets the Symfony `@ParamConverter` annotation working within Laravel 5.3+.

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

[](#installation)

Install using composer.

```
composer require pm-connect/laravel-param-converter

```

### Setup

[](#setup)

Setup is extremely simple, just add the service provider to your `app.php` config.

```
\PmConnect\LaravelParamConverter\ServiceProvider::class,
```

You can also publish the config so you can add your own param converters.

```
php artisan vendor:publish --provider="\PmConnect\LaravelParamConverter\ServiceProvider"

```

#### Annotation Registry Loader

[](#annotation-registry-loader)

Depending on the setup you have, you may need to setup doctrines `AnnotationRegistry` class and tell it how to autoload classes.

This can be done by adding the following into a `boot` method of a service provider.

```
AnnotationRegistry::registerLoader('class_exists');
```

### Custom Converters

[](#custom-converters)

See the Symfony docs for how to create custom converters [here](http://symfony.com/doc/current/bundles/SensioFrameworkExtraBundle/annotations/converters.html#creating-a-converter).

Once created, just add the class to the `param-converter.php` config file (as long as you have published your config!) and away you go.

###  Health Score

35

—

LowBetter than 77% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity25

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity70

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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 ~121 days

Total

13

Last Release

1904d ago

Major Versions

0.0.2 → 1.0.02017-04-20

PHP version history (2 changes)0.0.1PHP ~7

1.1.6PHP ~7|~8

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/394523?v=4)[Marcus Speight](/maintainers/wizbit)[@wizbit](https://github.com/wizbit)

---

Top Contributors

[![JosephRalph](https://avatars.githubusercontent.com/u/23553010?v=4)](https://github.com/JosephRalph "JosephRalph (10 commits)")[![websmurf](https://avatars.githubusercontent.com/u/4027236?v=4)](https://github.com/websmurf "websmurf (10 commits)")[![wizbit](https://avatars.githubusercontent.com/u/394523?v=4)](https://github.com/wizbit "wizbit (7 commits)")[![jralph](https://avatars.githubusercontent.com/u/3825404?v=4)](https://github.com/jralph "jralph (5 commits)")

### Embed Badge

![Health badge](/badges/pm-connect-laravel-param-converter/health.svg)

```
[![Health](https://phpackages.com/badges/pm-connect-laravel-param-converter/health.svg)](https://phpackages.com/packages/pm-connect-laravel-param-converter)
```

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3345.1M337](/packages/psalm-plugin-laravel)[laravel/mcp

Rapidly build MCP servers for your Laravel applications.

77018.2M122](/packages/laravel-mcp)[api-platform/laravel

API Platform support for Laravel

59156.3k11](/packages/api-platform-laravel)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9772.3M122](/packages/roots-acorn)[pressbooks/pressbooks

Pressbooks is an open source book publishing tool built on a WordPress multisite platform. Pressbooks outputs books in multiple formats, including PDF, EPUB, web, and a variety of XML flavours, using a theming/templating system, driven by CSS.

45344.0k1](/packages/pressbooks-pressbooks)[anahkiasen/former

A powerful form builder

1.3k1.4M14](/packages/anahkiasen-former)

PHPackages © 2026

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