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

ActiveLibrary[API Development](/categories/api)

soomedia/floorplanner-v2
========================

Floorplanner API v2 client for PHP

v4.0.2(3y ago)12.6k1MITPHPPHP ^8.1CI passing

Since Sep 27Pushed 3mo ago1 watchersCompare

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

READMEChangelog (7)Dependencies (2)Versions (25)Used By (1)

[![Build Status](https://camo.githubusercontent.com/064c5f4d641127988fd3164ba8b001348e9014add44b55ce8886b9fffc51828e/68747470733a2f2f7472617669732d63692e6f72672f536f6f4d656469612f666c6f6f72706c616e6e65722d76322e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/SooMedia/floorplanner-v2)

Floorplanner v2
===============

[](#floorplanner-v2)

PHP client for the [Floorplanner API v2](http://docs.floorplanner.com/floorplanner/api-v2).

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

[](#requirements)

The API client requires PHP version 8.1.

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

[](#installation)

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

```
composer require soomedia/floorplanner-v2
```

Usage
-----

[](#usage)

The client is a simple wrapper for the Floorplanner API and you can use is as you would the API:

```
require 'vendor/autoload.php';

$client = new \SooMedia\Floorplanner\FloorplannerClient('your_api_key');

$response = $client->projects()->create([
    'project' => [
        'name' => 'My new house',
        'description' => 'This is my first floor plan',
        'external_identifier' => 'ID3344',
        'project_template_attributes' => [
            'template_id' => 10,
        ],
    ],
]);

/*
[
    'id' => 170280,
    'user_id' => 103,
    'public' => false,
    'name' => 'My new house',
    'description' => 'This is my first floor plan',
    'project_url' => '2fv03b',
    'created_at' => '2017-03-23T15:48:19.000Z',
    'updated_at' => '2017-03-23T15:48:19.000Z',
    'enable_autosave' => false,
    'external_identifier' => 'ID3344',
    'exported_at' => null,
]
*/
```

If you want to change the base URI used, you can supply that as the second argument for the client's constructor:

```
$client = new \SooMedia\Floorplanner\FloorplannerClient(
    'your_api_key',
    'https://sandbox.floorplanner.com/'
);
```

Implemented endpoints
---------------------

[](#implemented-endpoints)

Below is an overview of the implementation of the API endpoints and from which version the implementation is available.

EndpointImplementedVersionUsersYesv0.0.3ProjectsYesv0.0.1Project PermissionsYesv0.0.4MediaNoDesignsNoFloorsNoDrawingsNoCamerasNoRoomTypeSetsNoRoomTypesNoTemplatesNo

###  Health Score

44

—

FairBetter than 92% of packages

Maintenance54

Moderate activity, may be stable

Popularity17

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity80

Battle-tested with a long release history

 Bus Factor1

Top contributor holds 60% 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 ~62 days

Recently: every ~13 days

Total

23

Last Release

1418d ago

Major Versions

v0.0.5 → v1.0.02019-03-12

v1.5.0 → v2.0.02020-08-25

v2.0.0 → v3.0.02021-05-26

v3.1.1 → v4.0.02022-06-09

PHP version history (3 changes)v0.0.1PHP ^7.2

v3.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 (9 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (6 commits)")

---

Tags

api-clientfloorplannerphp

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[convertkit/convertkitapi

Kit PHP SDK for the Kit API

2167.1k1](/packages/convertkit-convertkitapi)[mapado/rest-client-sdk

Rest Client SDK for hydra API

1125.9k2](/packages/mapado-rest-client-sdk)

PHPackages © 2026

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