PHPackages                             imamuseum/emu-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. [API Development](/categories/api)
4. /
5. imamuseum/emu-client

ActiveLibrary[API Development](/categories/api)

imamuseum/emu-client
====================

Export data from EMu Collection Management System via the IMu API.

1.0.0(10y ago)5141MITPHP

Since Jun 9Pushed 10y ago5 watchersCompare

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

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

Emu Client
----------

[](#emu-client)

Works with the IMu API for PHP v2.0 -

This package will work independently of the Laravel Framework.

### Composer Setup

[](#composer-setup)

```
composer require imamuseum/emu-client
```

### Basic Usage

[](#basic-usage)

```
use Imamuseum\EmuClient\EmuExport;

require_once __DIR__ . '/../vendor/autoload.php';

$config = require_once 'path/to/config/emu-client.php';

$emu = new EmuExport($config);
$emu->saveJsonFiles();
```

Laravel Usage
-------------

[](#laravel-usage)

### Service Provider

[](#service-provider)

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

```
Imamuseum\EmuClient\EmuClientServiceProvider::class,
```

### Publish Config

[](#publish-config)

```
php artisan vendor:publish
```

Now you can set-up your emu-client in `config\emu-client.php`.

### Environmental Variables

[](#environmental-variables)

Add to your `.env`:

```
EMU_HOST=hostname
EMU_PORT=40000

```

### Artisan Command

[](#artisan-command)

```
php artisan emu:export
```

Will output chunked json files to the directory defined as your `export_path`.

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity63

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

Unknown

Total

1

Last Release

3667d ago

### Community

Maintainers

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

---

Top Contributors

[![jeremytubbs](https://avatars.githubusercontent.com/u/548888?v=4)](https://github.com/jeremytubbs "jeremytubbs (15 commits)")

### Embed Badge

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

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

###  Alternatives

[statamic/cms

The Statamic CMS Core Package

4.8k3.5M920](/packages/statamic-cms)[team-reflex/discord-php

An unofficial API to interact with the voice and text service Discord.

1.1k406.5k25](/packages/team-reflex-discord-php)[temporal/sdk

Temporal SDK

4102.7M22](/packages/temporal-sdk)[smodav/mpesa

M-Pesa API implementation

16167.1k1](/packages/smodav-mpesa)[icawebdesign/hibp-php

PHP library for accessing the Have I Been Pwned API.

2548.8k2](/packages/icawebdesign-hibp-php)[codebar-ag/laravel-docuware

DocuWare integration with Laravel

1122.7k](/packages/codebar-ag-laravel-docuware)

PHPackages © 2026

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