PHPackages                             benbjurstrom/curator-model - 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. benbjurstrom/curator-model

ActiveLibrary

benbjurstrom/curator-model
==========================

Laravel package containing Migrations, Models, and Seeds for the benbjurstrom/curator application.

0.0.1(9y ago)015MITPHPPHP &gt;=5.6.4

Since Jan 18Pushed 9y ago1 watchersCompare

[ Source](https://github.com/benbjurstrom/curator-model)[ Packagist](https://packagist.org/packages/benbjurstrom/curator-model)[ Docs](https://github.com/benbjurstrom/curator-model)[ RSS](/packages/benbjurstrom-curator-model/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (2)Versions (2)Used By (0)

Curator Model
=============

[](#curator-model)

[![Build Status](https://camo.githubusercontent.com/cc11e3c85c8177c20cb8a460a01003b4b7241f141d8cef265ec092ef6ab8b2ed/68747470733a2f2f7472617669732d63692e6f72672f62656e626a75727374726f6d2f63757261746f722d6d6f64656c2e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/benbjurstrom/curator-model)

Laravel package containing migrations, models, and seeds for the benbjurstrom/curator application.

### Setup Instructions

[](#setup-instructions)

#### Package Installation

[](#package-installation)

Install the package using composer:

```
composer require benbjurstrom/curator-model
```

Register the service provider in your application:

```
// config/app.php
'providers' => [
    ...
    BenBjurstrom\CuratorModel\CuratorModelServiceProvider::class,
];
```

#### Migrations

[](#migrations)

Once registered migrate your database to setup the following table structure:

```
artisan migrate
```

[![Database Model](https://camo.githubusercontent.com/bca2b49022e0a89d3ae594c5c43d8874d738118ea88639478f492cfc15e214dc/687474703a2f2f692e696d6775722e636f6d2f367a484b3167372e706e67)](https://camo.githubusercontent.com/bca2b49022e0a89d3ae594c5c43d8874d738118ea88639478f492cfc15e214dc/687474703a2f2f692e696d6775722e636f6d2f367a484b3167372e706e67)

#### Seeders

[](#seeders)

Optionally seed the database with sample data by including the package's seeder class:

```
// database/seeds/DatabaseSeeder.php
class DatabaseSeeder extends Seeder
{
    public function run()
    {
        ...
        $this->call(BenBjurstrom\CuratorModel\Seeds\DatabaseSeeder::class);
    }
}
```

Note that when rolling back the migrations database records are saved to the seeds/json/ directory.

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

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

Unknown

Total

1

Last Release

3399d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5c6e87e7d26b161a120d9f149fabc989bf2d5bcccee4e9972867b477d336b92b?d=identicon)[benbjurstrom](/maintainers/benbjurstrom)

---

Top Contributors

[![benbjurstrom](https://avatars.githubusercontent.com/u/12499093?v=4)](https://github.com/benbjurstrom "benbjurstrom (1 commits)")

---

Tags

Twitter APIcuratoreloquent model

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/benbjurstrom-curator-model/health.svg)

```
[![Health](https://phpackages.com/badges/benbjurstrom-curator-model/health.svg)](https://phpackages.com/packages/benbjurstrom-curator-model)
```

###  Alternatives

[abraham/twitteroauth

The most popular PHP library for use with the Twitter OAuth REST API.

4.3k15.9M125](/packages/abraham-twitteroauth)[awcodes/filament-curator

A media picker plugin for FilamentPHP.

434297.7k19](/packages/awcodes-filament-curator)

PHPackages © 2026

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