PHPackages                             codelytv/criteria-from-laravel-request - 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. codelytv/criteria-from-laravel-request

ActiveLibrary

codelytv/criteria-from-laravel-request
======================================

0.1.3(1y ago)22.3k1PHPPHP ^8.2

Since Aug 5Pushed 1y ago2 watchersCompare

[ Source](https://github.com/CodelyTV/php-criteria-from_laravel_request)[ Packagist](https://packagist.org/packages/codelytv/criteria-from-laravel-request)[ RSS](/packages/codelytv-criteria-from-laravel-request/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (4)Versions (11)Used By (1)

 [    ![Codely logo](https://camo.githubusercontent.com/c1f65beb72f6457edf01a833da681b2ac4da31e376f4436f676de954ab69498d/68747470733a2f2f636f64656c792e636f6d2f6c6f676f2f636f64656c795f6c6f676f2e737667)  ](https://codely.com)

 🎼 Criteria from Laravel Request
=================================

[](#---criteria-from-laravel-request)

🔒 Read-only repository
======================

[](#-read-only-repository)

Any modification must be done in the [main repository](https://github.com/CodelyTV/php-criteria).

📥 Installation
--------------

[](#-installation)

```
composer require codelytv/criteria-from-laravel-request
```

💻 Usage
-------

[](#-usage)

The criteria converter expect an url [with the following format](https://github.com/CodelyTV/php-criteria/tree/main/packages/criteria-from-url).

There are two ways to use this package.

Classic way:

```
Route::get('users', function (Request $request) {
    $fromConverter = new CriteriaFromLaravelRequestConverter();

    $criteria = $fromConverter->toCriteria($request);
});
```

Laravel way:

```
Route::get('users', function (Request $request) {
    $criteria = CriteriaFromLaravelRequestConverter::convert($request);
});
```

###  Health Score

30

—

LowBetter than 65% of packages

Maintenance34

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community10

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

Every ~0 days

Total

10

Last Release

642d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1e1b70b2476930e7a394a09d09ee2eea487514acb4dbda6d4dc8b1da2caa607f?d=identicon)[rgomezcasas](/maintainers/rgomezcasas)

---

Top Contributors

[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (10 commits)")

### Embed Badge

![Health badge](/badges/codelytv-criteria-from-laravel-request/health.svg)

```
[![Health](https://phpackages.com/badges/codelytv-criteria-from-laravel-request/health.svg)](https://phpackages.com/packages/codelytv-criteria-from-laravel-request)
```

###  Alternatives

[tymon/jwt-auth

JSON Web Token Authentication for Laravel and Lumen

11.5k49.1M347](/packages/tymon-jwt-auth)[laravel/reverb

Laravel Reverb provides a real-time WebSocket communication backend for Laravel applications.

1.5k9.4M48](/packages/laravel-reverb)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9682.1M97](/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.

44643.1k1](/packages/pressbooks-pressbooks)[api-platform/laravel

API Platform support for Laravel

59126.4k6](/packages/api-platform-laravel)[aedart/athenaeum

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

255.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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