PHPackages                             saidqb/laravel-support - 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. saidqb/laravel-support

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

saidqb/laravel-support
======================

laravel-support

v1.12.15(11mo ago)059MITPHPPHP ^8.1

Since Oct 4Pushed 11mo ago1 watchersCompare

[ Source](https://github.com/saidqb/laravel-support)[ Packagist](https://packagist.org/packages/saidqb/laravel-support)[ RSS](/packages/saidqb-laravel-support/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (4)Versions (25)Used By (0)

laravel-support
===============

[](#laravel-support)

progress build ...

### Requirement

[](#requirement)

laravel version &gt; 10

### Requirement package before installation

[](#requirement-package-before-installation)

```
composer require saidqb/core-php

```

### installation

[](#installation)

```
composer require saidqb/laravel-support

```

### Usage Api

[](#usage-api)

-&gt;collection harus dari response -&gt;paginate(10)

```
use Saidqb\LaravelSupport\SQ

SQ::make('PaginateApi')->collection($paginate)->get();
```

```
use Saidqb\LaravelSupport\SQ

SQ::make('QueryFilter')
->request($request->all())
->select([
	'id',
	'name',
	'email',
])
->search([
	'name',
	'email',
]);

$dbquery = DB::table('users')

$query->query($dbquery);

return $this->response($query->get());
```

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance51

Moderate activity, may be stable

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

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

Total

24

Last Release

342d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/78c449862126132a8961739c3981ca0868363916678709249f699329aaadb7e8?d=identicon)[saidqb](/maintainers/saidqb)

---

Top Contributors

[![saidqb](https://avatars.githubusercontent.com/u/25014263?v=4)](https://github.com/saidqb "saidqb (23 commits)")

---

Tags

phpdependencylibrary

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/saidqb-laravel-support/health.svg)

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

PHPackages © 2026

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