PHPackages                             soomedia/laravel-floorplanner - 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. soomedia/laravel-floorplanner

ActiveLibrary[API Development](/categories/api)

soomedia/laravel-floorplanner
=============================

Laravel Service Provider for the Floorplanner API

v5.0.0(3y ago)12.5kMITPHPPHP ^8.1

Since Sep 28Pushed 3y ago1 watchersCompare

[ Source](https://github.com/SooMedia/laravel-floorplanner)[ Packagist](https://packagist.org/packages/soomedia/laravel-floorplanner)[ RSS](/packages/soomedia-laravel-floorplanner/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (5)Dependencies (3)Versions (16)Used By (0)

Laravel Floorplanner
====================

[](#laravel-floorplanner)

Laravel Service Provider for the [Floorplanner API](http://docs.floorplanner.com/floorplanner/api-v2).

Requirements
------------

[](#requirements)

The Floorplanner service provider requires Laravel version `9` and above and PHP version `8.1` and above.

Installation
------------

[](#installation)

Use [Composer](https://getcomposer.org) to install this package:

```
composer require soomedia/laravel-floorplanner
```

The package will be automatically discovered by your Laravel installation, so you don't need to add the service provider and facade to your app config file.

Configuration
-------------

[](#configuration)

First you have to publish the config file:

```
php artisan vendor:publish --provider="SooMedia\LaravelFloorplanner\FloorplannerServiceProvider"
```

Now you can find the config file in `config/floorplanner.php`. Here you can configure the HTTP client's options. The API key is best to be configured using environment variables:

```
FLOORPLANNER_API_KEY=my_api_key
```

You can also change the Floorplanner base URI and API endpoint used by the client:

```
FLOORPLANNER_BASE_URI=https://sandbox.floorplanner.com/
FLOORPLANNER_API_ENDPOINT=api/v2/
```

Usage
-----

[](#usage)

You can use the `Floorplanner` facade to get an API endpoint:

```
$user = \Floorplanner::users()->show(6);
```

For more information about the available endpoints and how to use them, check out [soomedia/floorplanner-v2](https://github.com/SooMedia/floorplanner-v2).

###  Health Score

35

—

LowBetter than 79% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity78

Established project with proven stability

 Bus Factor1

Top contributor holds 66.7% 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 ~104 days

Recently: every ~166 days

Total

14

Last Release

1419d ago

Major Versions

v1.2.2 → v2.0.02020-08-25

v2.0.0 → v3.0.02021-05-26

v3.0.1 → v4.0.02022-06-09

v4.0.0 → v5.0.02022-06-20

PHP version history (3 changes)v1.0.0PHP ^7.2

v2.0.0PHP ^7.3

v4.0.0PHP ^8.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/df73215bdbc4610d19a0902fc99fe865c1f58b88feedd81bf480a6b42b4741ea?d=identicon)[willemo](/maintainers/willemo)

---

Top Contributors

[![willemo](https://avatars.githubusercontent.com/u/177329?v=4)](https://github.com/willemo "willemo (8 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (4 commits)")

### Embed Badge

![Health badge](/badges/soomedia-laravel-floorplanner/health.svg)

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

###  Alternatives

[mollie/laravel-mollie

Mollie API client wrapper for Laravel &amp; Mollie Connect provider for Laravel Socialite

3624.1M28](/packages/mollie-laravel-mollie)[mll-lab/laravel-graphiql

Easily integrate GraphiQL into your Laravel project

683.2M9](/packages/mll-lab-laravel-graphiql)[spatie/laravel-route-discovery

Auto register routes using PHP attributes

23645.0k2](/packages/spatie-laravel-route-discovery)[esign/laravel-conversions-api

A laravel wrapper package around the Facebook Conversions API

69145.4k](/packages/esign-laravel-conversions-api)[didww/didww-api-3-php-sdk

PHP SDK for DIDWW API 3

1218.2k](/packages/didww-didww-api-3-php-sdk)[surface/laravel-webfinger

A Laravel package to create an ActivityPub webfinger.

113.8k](/packages/surface-laravel-webfinger)

PHPackages © 2026

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