PHPackages                             iamalexchip/clawcrane - 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. [Database &amp; ORM](/categories/database)
4. /
5. iamalexchip/clawcrane

ActivePackage[Database &amp; ORM](/categories/database)

iamalexchip/clawcrane
=====================

A laravel package for using GraphQL like filtering from eloquent models

v1.0(7y ago)14[1 issues](https://github.com/iamalexchip/clawcrane/issues)MITPHP

Since Nov 5Pushed 3y agoCompare

[ Source](https://github.com/iamalexchip/clawcrane)[ Packagist](https://packagist.org/packages/iamalexchip/clawcrane)[ RSS](/packages/iamalexchip-clawcrane/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

Clawcrane
=========

[](#clawcrane)

Clawcrane is a laravel package for GraphQl like data fetching on your eloquent models.

Usage example

```
use Iamalexchip\ClawCrane;

$users = User::get();
$clawcrane = new ClawCrane($users);
$template = '{"username": "", "firstname": "", "email": ""}';
$clawcrane->get($template);

/*
[
    "data" => [
        "users" => [
            [
                "username" => "zerochip",
                "firstname" => "Alex"
            ],
            [
                "username" => "johndoe",
                "firstname" => "John",
                "email" => "johndoe24@mail.com"
            ]
        ]
    ],
    "errors" => [
        "App\\User: attribute [email] access denied"
    ]
]
*/
```

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity62

Established project with proven stability

 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

2788d ago

### Community

Maintainers

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

---

Top Contributors

[![iamalexchip](https://avatars.githubusercontent.com/u/18460495?v=4)](https://github.com/iamalexchip "iamalexchip (9 commits)")

---

Tags

apidata-filteringeloquenteloquent-modelsgraphqllaravellaravel-packageapilaravelgraphqleloquentlaravel-packagedata-filteringeloquent-models

### Embed Badge

![Health badge](/badges/iamalexchip-clawcrane/health.svg)

```
[![Health](https://phpackages.com/badges/iamalexchip-clawcrane/health.svg)](https://phpackages.com/packages/iamalexchip-clawcrane)
```

###  Alternatives

[mopo922/laravel-treats

A collection of goodies for Laravel 5.

107472.7k1](/packages/mopo922-laravel-treats)[relaticle/custom-fields

User Defined Custom Fields for Laravel Filament

16445.8k](/packages/relaticle-custom-fields)[salehhashemi/laravel-repository

Implementing the repository pattern for Laravel projects.

2010.5k](/packages/salehhashemi-laravel-repository)[omaralalwi/laravel-time-craft

Laravel Time Craft is a powerful package for handling date and time scopes in your Laravel applications. It provides a set of convenient traits and helper functions to simplify date and time operations.

131.0k](/packages/omaralalwi-laravel-time-craft)

PHPackages © 2026

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