sualko/version

Last activity 18 Oct 2018 19
composer require sualko/version

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

dev-master

Version
dev-master
Type
neos-package
Release Date
Oct 18, 2018 13:04
Source
git
Distribution
zip
Requires
  • neos/neos: ~3.3 || ~4.0
MIT 4ffef7f30dde4019175ecddb799752e9f81d8582

Readme excerpt

Sualko.Version

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

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

Some people are believing that hiding versions is improving security, but security through obscurity is …
Read more

The content of the readme is provided by an external source, which we have no control over. Check out the actual readme at its source.