PHP Classes

File: public/health.php

Recommend this page to a friend!
  Packages of Dwight José Trujillo Barco   Dynamic Values System   public/health.php   Download  
File: public/health.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Dynamic Values System
Manipulate values to be displayed dynamically
Author: By
Last change:
Date: 13 days ago
Size: 184 bytes
 

Contents

Class file image Download
<?php
header
("Content-Type: application/json");
echo
json_encode([
   
"status" => "healthy",
   
"timestamp" => time(),
   
"version" => "4.0.0",
   
"php_version" => PHP_VERSION
]);