PHPackages                             luminfire/laravel-fmerrorhelper - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. luminfire/laravel-fmerrorhelper

Abandoned → [brilliantpackages/laravel-fmerrorhelper](/?search=brilliantpackages%2Flaravel-fmerrorhelper)Library[HTTP &amp; Networking](/categories/http)

luminfire/laravel-fmerrorhelper
===============================

A package to convert FileMaker Pro error codes to standard HTTP status codes and messages.

1.4.0(3y ago)0313MITPHPCI failing

Since Jul 8Pushed 2y ago2 watchersCompare

[ Source](https://github.com/LuminFire/Laravel-FileMaker-Error-Helper)[ Packagist](https://packagist.org/packages/luminfire/laravel-fmerrorhelper)[ Docs](https://github.com/LuminFire/Laravel-FileMaker-Error-Helper)[ RSS](/packages/luminfire-laravel-fmerrorhelper/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (4)Versions (10)Used By (0)

This is a service provider for Laravel/Lumen to convert FileMaker Pro error codes to standard HTTP status codes and messages.

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

[](#installation)

Run `composer require brilliantpackages/laravel-fmerrorhelper`.

Lumen
-----

[](#lumen)

Add this line to `bootstrap/app.php` to register the service provider:

```
$app->register(BrilliantPackages\LaravelFmErrorHelper\LaravelFmErrorHelperServiceProvider::class);
```

Usage
=====

[](#usage)

This package should auto-register itself and the `FMError` facade for use.

Method 1: Use the facade:

```
FMError::getErrorCode($fmCode, $fallback);
```

Method 2:

Include the namespace at the top of the file:

```
use BrilliantPackages\LaravelFmErrorHelper\Helper as FMError;

# Use the getErrorCode/getErrorMessage function as needed:
$code = FMError::getErrorCode($fmCode, $fallback);
$message = FMError::getErrorMessage($fmCode, $fallback);
```

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity65

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

Every ~166 days

Recently: every ~260 days

Total

9

Last Release

1171d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8026272df856a5afa94a27a51ce9f775c81b6556dd33378e8489330770353f67?d=identicon)[brilliantpackages](/maintainers/brilliantpackages)

---

Top Contributors

[![andrewminion-luminfire](https://avatars.githubusercontent.com/u/47227887?v=4)](https://github.com/andrewminion-luminfire "andrewminion-luminfire (49 commits)")

---

Tags

apilaravelrestlumenerrorFileMakerREST APIstatusfilemaker pro

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/luminfire-laravel-fmerrorhelper/health.svg)

```
[![Health](https://phpackages.com/badges/luminfire-laravel-fmerrorhelper/health.svg)](https://phpackages.com/packages/luminfire-laravel-fmerrorhelper)
```

###  Alternatives

[wn/lumen-generators

A collection of generators for Lumen and Laravel 5.

350205.3k2](/packages/wn-lumen-generators)[api-platform/laravel

API Platform support for Laravel

59126.4k6](/packages/api-platform-laravel)[illuminatech/data-provider

Allows easy build for DB queries from API requests

4413.3k](/packages/illuminatech-data-provider)[rap2hpoutre/jacky

Opinionated REST JSON HTTP API client for laravel

174.4k](/packages/rap2hpoutre-jacky)[noitran/opendox

OpenApi(Swagger) 3.0 package for Lumen 5.5+ and Laravel 5.5+ with REDOC UI and SwaggerUI 3

2313.9k](/packages/noitran-opendox)[megaads/apify

A pretty library to help developers build RESTful APIs lightly, quickly and properly even without writing code

151.7k](/packages/megaads-apify)

PHPackages © 2026

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