PHPackages                             sualko/version - 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. sualko/version

ActiveNeos-package[API Development](/categories/api)

sualko/version
==============

Makes version of Neos.Neos and Neos.Flow available via REST API.

0.0.2(7y ago)019PHP

Since Oct 18Pushed 7y ago1 watchersCompare

[ Source](https://github.com/sualko/Sualko.Version)[ Packagist](https://packagist.org/packages/sualko/version)[ RSS](/packages/sualko-version/feed)WikiDiscussions master Synced 6d ago

READMEChangelogDependencies (1)Versions (3)Used By (0)

Sualko.Version
==============

[](#sualkoversion)

This package makes the version of `Neos.Neos` and `Neos.Flow` available as public REST API.

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

[](#installation)

Download and copy this package to `Packages/Application/` inside your flow installation and add the following to your `Routs.yaml`.

```
- name: 'Version Route'
  uriPattern: 'version'
  defaults:
    '@format': 'json'
    '@package': 'Sualko.Version'
    '@controller': 'Standard'

```

You should now be able to get the versions as JSON string from `https://YOUR_DOMAIN/version`. If you like to change the path, just change the `uriPattern` above.

Security consideration
----------------------

[](#security-consideration)

Some people are believing that hiding versions is improving security, but [security through obscurity](https://en.wikipedia.org/wiki/Security_through_obscurity) is never a good idea. For example Alfred Charles Hobbs showed this already in 1851. If you still don't want to make this information public, just choose a long random string as `uriPattern`.

Contributing
------------

[](#contributing)

Just open a issue or pull request. We welcome every contribution.

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

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.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

2768d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/50d69066fc287c243da5bba99d331c2c111628eaed3a8a3c51b8fb4137593774?d=identicon)[sualko](/maintainers/sualko)

---

Top Contributors

[![sualko](https://avatars.githubusercontent.com/u/2974196?v=4)](https://github.com/sualko "sualko (5 commits)")

### Embed Badge

![Health badge](/badges/sualko-version/health.svg)

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

###  Alternatives

[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[flowpack/elasticsearch

This package provides wrapper functionality for the Elasticsearch engine.

34485.9k4](/packages/flowpack-elasticsearch)[wwwision/graphql

Base package to create GraphQL endpoints with Flow

2115.7k1](/packages/wwwision-graphql)

PHPackages © 2026

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