Problem/Motivation
It might be helpful to expose what php version, mysql version, etc is being used on a site (i.e. some of the items on the status report page), so we get a list of what modules are being used with what versions of things.
Issue fork modules_list-3541984
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
markconroy commentedThis was originally requested as part of a Tech Drop-in chat for LocalGov Drupal.
Let's hope people are careful about what users can view this data - we don't necessarily want _everyone_ knowing what out-of-date version a a database you are using for example.
Comment #4
markconroy commentedI'm also starting to think if we want this, it should be a standalone module rather than part of the Modules List module. I'm not sure this json feed has much to do with "Modules List".
Comment #5
niral098I agree that a standalone approach would be more better.
Comment #6
markconroy commentedMarking as "won't fix". If this comes up as a serious need in the future, we can re-open it or create a standalone module.