PHPackages                             basel/repository-pipeline - 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. [Search &amp; Filtering](/categories/search)
4. /
5. basel/repository-pipeline

ActiveLibrary[Search &amp; Filtering](/categories/search)

basel/repository-pipeline
=========================

Package to create repositories for each model and using pipeline in filters

v1.0.5(5y ago)011MITPHPPHP ^8.0

Since Dec 14Pushed 5y ago1 watchersCompare

[ Source](https://github.com/baselaly/repository-pipeline)[ Packagist](https://packagist.org/packages/basel/repository-pipeline)[ RSS](/packages/basel-repository-pipeline/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (1)Versions (7)Used By (0)

About Repositoty-Pipeline
-------------------------

[](#about-repositoty-pipeline)

basel/repository-pipeline is a Laravel Package That make repository layer for each model and target QueryFilters/ModelName Folder to get pipelines filters and apply filters in repository.

Requirements
------------

[](#requirements)

- PHP &gt;= 8.0.0
- Laravel &gt;= 8.0

Code Examples
-------------

[](#code-examples)

```
use Basel\RepositoryPipeline\Repository;

$filters = ['id'=>3,'active'=>true];

$products = Repository::get(Product::class, $filters, $perPage = 1);

$product= Repository::find(Product::class, $filters);

$new_product = Repository::create(Product::class, ['name'=>'product','description'=>'description']);

$isUpdated = Repository::update($product,['name'=>'new name','description'=>'new description']);

$isDeleted = Repository::delete($product);
```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

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

Every ~1 days

Total

6

Last Release

1969d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/a3250188e14f1ecfd39291f945b4991bfd98006d3a6717eefda9f2de493a2a27?d=identicon)[basel3ly](/maintainers/basel3ly)

---

Top Contributors

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

---

Tags

searchlaravelmodelrepositorydesign patternfilterspipeline

### Embed Badge

![Health badge](/badges/basel-repository-pipeline/health.svg)

```
[![Health](https://phpackages.com/badges/basel-repository-pipeline/health.svg)](https://phpackages.com/packages/basel-repository-pipeline)
```

###  Alternatives

[lacodix/laravel-model-filter

A Laravel package to filter, search and sort models with ease while fetching from database.

17649.9k](/packages/lacodix-laravel-model-filter)[millat/laravel-hooks

The WordPress filter, action system in Laravel

5715.1k](/packages/millat-laravel-hooks)[romangrinev/laravel-opensearch-engine

Custom Laravel Scout OpenSearch Engine

1319.8k](/packages/romangrinev-laravel-opensearch-engine)[omure/scout-advanced-meilisearch

Laravel Scout extension that allows to use meilisearch advanced features as well as has an extended collection driver for testing purposes.

123.9k](/packages/omure-scout-advanced-meilisearch)

PHPackages © 2026

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