PHPackages                             imamuseum/proficio-client - 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. [File &amp; Storage](/categories/file-storage)
4. /
5. imamuseum/proficio-client

ActiveLibrary[File &amp; Storage](/categories/file-storage)

imamuseum/proficio-client
=========================

Export data from Proficio Digital Asset Management System.

017PHP

Since Jan 20Pushed 4y ago2 watchersCompare

[ Source](https://github.com/IMAmuseum/harvester2-proficio-client)[ Packagist](https://packagist.org/packages/imamuseum/proficio-client)[ RSS](/packages/imamuseum-proficio-client/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Proficio Client
---------------

[](#proficio-client)

This is the proficio client for Harvester 2.0 It only works with 2.0 and has only been implemented in the Mariners Museum online collection This package relies on a sqlite data dump from Proficio that is created by the `extractor` repositiory ()

\###Provided routes / proficioController methods:

```
example.site/proficio/getAllObjectIDs
example.site/proficio/getAllObjectIDs?catalog=archive

example.site/proficio/getAllObjects
example.site/proficio/getAllObjects?catalog=archive&take=5&start=5

example.site/proficio/getSpecificObject/{id}
example.site/proficio/getSpecificObject/{id}?catalog=archive

example.site/proficio/getUpdatedObjectIDs
example.site/proficio/getUpdatedObjectIDs?catalog=archive

example.site/proficio/getTableForObject/{table}/{id}
example.site/proficio/getTableForObject/{id}?catalog=archive

example.site/proficio/getTableForAllObjects/{table}
example.site/proficio/getTableForAllObjects/{table}?catalog=archive&take=5&start=5

```

### Laravel Setup

[](#laravel-setup)

In `config\app.php` add to the autoloaded providers

```
Imamuseum\PictionClient\PictionServiceProvider::class,
```

```
php artisan vendor:publish
```

In laravel `config\database.php` add a connection to the proficio sqlite. The name of this connection is defined in the proficio.php config file.

```
    'connections' => [
        'proficio' => [
            'driver'   => 'sqlite',
            'database' => storage_path('proficio_export/db.sqlite3'),
            'prefix'   => '',
        ],
    ]
```

### Composer Setup

[](#composer-setup)

```
{
    "require": {
        "imamuseum/piction-client": "dev-master@dev"
    },
    "repositories": [
        {
            "type": "git",
            "url": "https://bitbucket.org/imalab/piction-client.git"
        }
    ]
}
```

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/963445?v=4)[Newfields Lab](/maintainers/IMAmuseum)[@IMAmuseum](https://github.com/IMAmuseum)

---

Top Contributors

[![daniel-keller](https://avatars.githubusercontent.com/u/4036797?v=4)](https://github.com/daniel-keller "daniel-keller (3 commits)")

### Embed Badge

![Health badge](/badges/imamuseum-proficio-client/health.svg)

```
[![Health](https://phpackages.com/badges/imamuseum-proficio-client/health.svg)](https://phpackages.com/packages/imamuseum-proficio-client)
```

###  Alternatives

[venveo/craft-compress

Create smart zip files from Craft assets on the fly

124.7k](/packages/venveo-craft-compress)

PHPackages © 2026

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