PHPackages                             prettus/laravel-fiql-parser - 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. prettus/laravel-fiql-parser

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

prettus/laravel-fiql-parser
===========================

Laravel FIQL Parser

32PHP

Since Oct 14Pushed 4y ago1 watchersCompare

[ Source](https://github.com/andersao/laravel-fiql-parser)[ Packagist](https://packagist.org/packages/prettus/laravel-fiql-parser)[ RSS](/packages/prettus-laravel-fiql-parser/feed)WikiDiscussions main Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel FIQL Parser
===================

[](#laravel-fiql-parser)

[![Latest Stable Version](https://camo.githubusercontent.com/8dcb5db18251f14302d9f1cfe1652b36ae498458298047c157aa0b0e252cb4d7/687474703a2f2f706f7365722e707567782e6f72672f707265747475732f6c61726176656c2d6669716c2d7061727365722f76)](https://packagist.org/packages/prettus/laravel-fiql-parser)[![Total Downloads](https://camo.githubusercontent.com/a92b4536e5cf333dae347b5a5d4a19cce7c9eb8dfbba6659afc207624092466c/687474703a2f2f706f7365722e707567782e6f72672f707265747475732f6c61726176656c2d6669716c2d7061727365722f646f776e6c6f616473)](https://packagist.org/packages/prettus/laravel-fiql-parser)[![Latest Unstable Version](https://camo.githubusercontent.com/0d7910f8b7d31f3c7d3a1711c3025658064a90c67313e59b3efc4c016308ced9/687474703a2f2f706f7365722e707567782e6f72672f707265747475732f6c61726176656c2d6669716c2d7061727365722f762f756e737461626c65)](https://packagist.org/packages/prettus/laravel-fiql-parser)[![License](https://camo.githubusercontent.com/47becee1fb45f92319e51c7521051f5f07336313a67bdc27d087cef240702b09/687474703a2f2f706f7365722e707567782e6f72672f707265747475732f6c61726176656c2d6669716c2d7061727365722f6c6963656e7365)](https://packagist.org/packages/prettus/laravel-fiql-parser)[![Maintainability](https://camo.githubusercontent.com/bb539c7f5b91e70c715985594a1ee090bba189b9fe4575bca6cd3ddfad81d69f/68747470733a2f2f6170692e636f6465636c696d6174652e636f6d2f76312f6261646765732f63626666383131663632333939383239383437352f6d61696e7461696e6162696c697479)](https://codeclimate.com/github/andersao/laravel-fiql-parser/maintainability)[![Test Coverage](https://camo.githubusercontent.com/b5e286e47b31246688124eee0c6f1664826d55e724e48afe9b7f88343aa2fa39/68747470733a2f2f6170692e636f6465636c696d6174652e636f6d2f76312f6261646765732f63626666383131663632333939383239383437352f746573745f636f766572616765)](https://codeclimate.com/github/andersao/laravel-fiql-parser/test_coverage)

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

[](#installation)

```
composer require prettus/laravel-fiql-parser:dev-main
```

Features
--------

[](#features)

### Using Query Builder

[](#using-query-builder)

```
use Illuminate\Support\Facades\DB;

$query = DB::table('users')->filter('last_name==foo');
print_r($query->toSql());
// select * from `users` where `last_name` = ?

```

### Using Eloquent model

[](#using-eloquent-model)

```
use Illuminate\Database\Eloquent\Model;

class User extends Model
{
    protected $table = 'users';
}
```

```
$query = User::query()->filter('last_name==foo');
print_r($query->toSql());
// select * from `users` where `last_name` = ?

```

###  Health Score

16

—

LowBetter than 4% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity28

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2243981?v=4)[andersonandrade](/maintainers/andersonandrade)[@andersonandrade](https://github.com/andersonandrade)

---

Top Contributors

[![andersao](https://avatars.githubusercontent.com/u/1131667?v=4)](https://github.com/andersao "andersao (13 commits)")

---

Tags

fiqlfiql-parserlaravelphp

### Embed Badge

![Health badge](/badges/prettus-laravel-fiql-parser/health.svg)

```
[![Health](https://phpackages.com/badges/prettus-laravel-fiql-parser/health.svg)](https://phpackages.com/packages/prettus-laravel-fiql-parser)
```

###  Alternatives

[icetalker/filament-table-repeatable-entry

Display Filament RepeatableEntry as table

1377.8k1](/packages/icetalker-filament-table-repeatable-entry)[maize-tech/laravel-prunable-fields

Laravel Prunable Fields

421.6k](/packages/maize-tech-laravel-prunable-fields)

PHPackages © 2026

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