PHPackages                             laravel-restive/restive-sdk - 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. laravel-restive/restive-sdk

ActiveLibrary

laravel-restive/restive-sdk
===========================

An API framework for Laravel

01382PHP

Since Oct 11Pushed 5y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel Restive SDK
===================

[](#laravel-restive-sdk)

Restive SDK is a companion project to [Laravel Restive](https://github.com/laravel-restive/restive)

It provides a fluent builder that somewhat mimics Laravel's Query Builder.

e.g.

```
    $aqb = new ApiQueryBuilder();
    $url = $aqb->where('id', 1)
        ->orWhere('id', 2)
        ->whereIn('id', [2,3,4])
        ->whereBetween('id', [3,4])
        ->orderBy('id', 'desc')
        ->crossJoin('user')
        ->select('id', 'name')->select('status')
        ->get();

```

It will produced URL fragments that follow the standard required for filtering/ordering etc, used by [Laravel Restive](https://github.com/laravel-restive/restive)

Documentation will be available soon.

`More to come`

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity32

Early-stage or recently created project

 Bus Factor1

Top contributor holds 84.6% 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://www.gravatar.com/avatar/56678e046d4c66f28353ae4ed0a77101920e2f9afba29f47e76cb105f4f91adc?d=identicon)[zcwilt](/maintainers/zcwilt)

---

Top Contributors

[![zcwilt](https://avatars.githubusercontent.com/u/227354?v=4)](https://github.com/zcwilt "zcwilt (11 commits)")[![drbyte](https://avatars.githubusercontent.com/u/404472?v=4)](https://github.com/drbyte "drbyte (2 commits)")

### Embed Badge

![Health badge](/badges/laravel-restive-restive-sdk/health.svg)

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

PHPackages © 2026

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