BioTorrents.de’s version of Gazelle
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

ontology.php 188B

123456789101112
  1. <?php
  2. declare(strict_types = 1);
  3. # Quick proof-of-concept
  4. $ENV = ENV::go();
  5. print
  6. json_encode(
  7. array(
  8. 'status' => 'success',
  9. 'response' => $ENV->CATS
  10. )
  11. );