sualko/version
composer require sualko/version
Makes version of Neos.Neos and Neos.Flow available via REST API.
dev-master
Readme excerpt
Sualko.VersionThis package makes the version of Neos.Neos and Neos.Flow available as public REST API.
InstallationDownload 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 considerationSome people are believing that hiding versions is improving security, but security through obscurity is …
Read more