PHPackages                             primedata-ai/prime-lara - 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. [Framework](/categories/framework)
4. /
5. primedata-ai/prime-lara

AbandonedArchivedLibrary[Framework](/categories/framework)

primedata-ai/prime-lara
=======================

PrimeDATA sdk for Laravel

0.3.3(5y ago)07MITPHP

Since Aug 15Pushed 5y agoCompare

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

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

Installation
============

[](#installation)

```
// check: config/queue.php

return [

    'connections' => [
        'redis' => [
            'driver'      => 'redis',
            'connection'  => 'default',
            'queue'       => env('REDIS_QUEUE', 'default'),
            'retry_after' => 90,
            'persistent'  => env('REDIS_QUEUE_PERSISTENCE', true),
            'host'        => env('REDIS_QUEUE_SERVER_HOST'),
            'port'        => env('REDIS_QUEUE_SERVER_PORT'),
            'database'    => env('REDIS_QUEUE_SERVER_DB'),
            'password'    => env('REDIS_QUEUE_SERVER_PASSWORD'),
            'block_for'   => null,
            'cluster'     => 'predis',
        ],

    ],

];
```

```
//config/prime.php
return [
    'source_key' => 'web-1fcrwsKgV0Zk2EdpCFYIvYbNRgs',
    'write_key'  => '1fcrwstLt8g0ggTL5K87a6O6umy',
];
```

```
use Illuminate\Support\ServiceProvider;
use Prime\LaravelBuffer;
use Prime\QueueBuffer;

class AppServiceProvider extends ServiceProvider
{
    /**
     * Register any application services.
     *
     * @return void
     */
    public function register()
    {
        $this->app->singleton(QueueBuffer::class, LaravelBuffer::class);
    }

    /**
     * Bootstrap any application services.
     *
     * @return void
     */
    public function boot()
    {
        //
    }
}
```

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity49

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

Total

6

Last Release

2119d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1016113?v=4)[Paul Aan](/maintainers/weburnit)[@weburnit](https://github.com/weburnit)

---

Top Contributors

[![weburnit](https://avatars.githubusercontent.com/u/1016113?v=4)](https://github.com/weburnit "weburnit (5 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/primedata-ai-prime-lara/health.svg)

```
[![Health](https://phpackages.com/badges/primedata-ai-prime-lara/health.svg)](https://phpackages.com/packages/primedata-ai-prime-lara)
```

###  Alternatives

[bagisto/bagisto

Bagisto Laravel E-Commerce

27.6k172.1k9](/packages/bagisto-bagisto)[unopim/unopim

UnoPim Laravel PIM

10.5k2.4k](/packages/unopim-unopim)[oro/platform

Business Application Platform (BAP)

645143.5k115](/packages/oro-platform)[concrete5/core

Concrete core subtree split

20166.1k52](/packages/concrete5-core)[lion/bundle

Lion-framework configuration and initialization package

122.3k4](/packages/lion-bundle)[duxweb/dux-lite

The lightweight framework based on slim php

161.0k9](/packages/duxweb-dux-lite)

PHPackages © 2026

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