youbanphp/monitor

游伴应用监控

V1.1.1 2017-07-05 06:45 UTC

This package is not auto-updated.

Last update: 2024-04-07 12:43:11 UTC


README

简单的使用方法

<?php  
/**
 * User: szliugx@gmail.com
 * Date: 2017/7/4
 * Time: 18:29
 */
  
include "./vendor/autoload.php";
use YouBanMonitor\Foundation\Application;
  
$options = [
    'address' => '127.0.0.1',
    'port'    => '8089',
    'content' => 'test:content',
];
  
$app = new Application($options);
$app->send->udp();

未完待续......