PHPackages                             nihilsen/seeker - 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. nihilsen/seeker

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

nihilsen/seeker
===============

A Laravel package for multi-source data aggregation and indexing

v0.1.0(3y ago)28[2 PRs](https://github.com/Persaeus/seeker/pulls)MITPHPPHP ^8.1

Since Jan 30Pushed 2y ago1 watchersCompare

[ Source](https://github.com/Persaeus/seeker)[ Packagist](https://packagist.org/packages/nihilsen/seeker)[ Docs](https://github.com/nihilsen/seeker)[ RSS](/packages/nihilsen-seeker/feed)WikiDiscussions main Synced today

READMEChangelog (1)Dependencies (12)Versions (4)Used By (0)

A Laravel package for multi-source data aggregation and indexing
================================================================

[](#a-laravel-package-for-multi-source-data-aggregation-and-indexing)

[![Latest Version on Packagist](https://camo.githubusercontent.com/e1cdb71259727e99e52172b2d3753024b5646b1a5345f40034eb0ce9b46aaf17/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6e6968696c73656e2f7365656b65722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/nihilsen/seeker)[![GitHub Tests Action Status](https://camo.githubusercontent.com/fd4d52fb0cfa7fe156856f9149aba16651396ba0aed5056a613b4f951df441cd/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f6e6968696c73656e2f7365656b65722f72756e2d74657374733f6c6162656c3d7465737473)](https://github.com/nihilsen/seeker/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/4ee9e36f8c45cd964f28ce6cf884348f573a798d362849a2617276587e97a5e2/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f6e6968696c73656e2f7365656b65722f466978253230504850253230636f64652532307374796c652532306973737565733f6c6162656c3d636f64652532307374796c65)](https://github.com/nihilsen/seeker/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/b53ec9c58280676db98594bf315973d789a82020dc8455ebb0274579b511d1ce/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6e6968696c73656e2f7365656b65722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/nihilsen/seeker)

This Laravel package provides a class-based framework for multi-source data aggregation and assimilation to Eloquent models.

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

[](#installation)

You can install the package via composer:

```
composer require nihilsen/seeker
```

You run the migrations with:

```
php artisan migrate
```

You can publish the config file with:

```
php artisan vendor:publish --tag="seeker-config"
```

This is the contents of the published config file:

```
