PHPackages                             martinhej/robopoint - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. martinhej/robopoint

ActiveProject[Utility &amp; Helpers](/categories/utility)

martinhej/robopoint
===================

robopoint is the gateway to robocloud for simple devices.

10[2 issues](https://github.com/martinhej/robopoint/issues)PHP

Since May 30Pushed 7y ago1 watchersCompare

[ Source](https://github.com/martinhej/robopoint)[ Packagist](https://packagist.org/packages/martinhej/robopoint)[ RSS](/packages/martinhej-robopoint/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (1)Used By (0)

robopoint - gateway to robocloud for simple devices
===================================================

[](#robopoint---gateway-to-robocloud-for-simple-devices)

As the headline suggests the purpose of this web app is to provide easier access to robocloud for devices for which it would be too difficult to interact directly. Here are a few concrete examples:

- A simple unit based on an ESP chip is sending meteorology measurement data to robocloud for further processing.
- Robotic mouse that is following a line is seeking a buddy to get help to find the lost line.
- Two maze solvers want to share info on the shortest track to get through a maze.

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

[](#installation)

- Make sure you read the robocloud README.md file first () to learn about the basics.
- In your symfony project run:

```
composer require martinhej/robopoint

```

- Copy the `robopoint.yaml.dist` to `robopoint.yaml`. You can also move a copy of the file into desired `packages` directory to handle environment specific configuration.
- After addressing Kinesis specific settings (and DynamoDB in case you are going to store messages in DynamoDB table) make sure the `message_schema_dir`and `recovery_file` path settings are correct.
- Deploy to a server of your choice or use the Symfony server bundle `bin/console server:run`.

Push messages to stream
-----------------------

[](#push-messages-to-stream)

At this moment the only reference point for available endpoints is the `robopoint\Controller\Api\V1\MessageController` class. The REST API is far from what it should be and its initial structure is in progress.

POST at the `/messages/` endpoint your first message into the stream. I.e. try

```
{
  "messages":
  	[
      {
          "roboId":"robogarden",
          "purpose":"garden.water_pump.start",
          "data":{
              "pumpId":"demo",
              "runTime":"3200"
          }
      }
	]
}
```

If you get 200 response it should contain the message id and time:

```
{
"messages":
    [
        {
            "messageId": "92089bf40a4ed3a623ba6140fa2a520ab77fcb6d",
            "messageTime": "2018-05-30T15:13:21+0000"
        }
    ]
}
```

Read messages
-------------

[](#read-messages)

Visit `api/v1/messages/robo1/read-by-purpose/garden.water_pump.start` to read the message you just sent.

The response contains `messages` and `lag`. The `lag` is the time in microseconds behind the latest message in the stream.

###  Health Score

14

↓

LowBetter than 2% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community7

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://www.gravatar.com/avatar/cbe57dc3c121842f8990cca5c72be62a46575ab93ffe31746d2722a5582cb747?d=identicon)[martinhej](/maintainers/martinhej)

---

Top Contributors

[![martinhej](https://avatars.githubusercontent.com/u/3114118?v=4)](https://github.com/martinhej "martinhej (14 commits)")

---

Tags

iotrobocloudrobotics

### Embed Badge

![Health badge](/badges/martinhej-robopoint/health.svg)

```
[![Health](https://phpackages.com/badges/martinhej-robopoint/health.svg)](https://phpackages.com/packages/martinhej-robopoint)
```

###  Alternatives

[razonyang/yii2-rate-limiter

Yii2 Rate Limiter

1025.0k1](/packages/razonyang-yii2-rate-limiter)

PHPackages © 2026

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