dev-main 2021-07-27 06:22 UTC

This package is not auto-updated.

Last update: 2024-10-02 20:10:01 UTC


README

环境要求

  • PHP >= 5.6.0

安装

$ composer require guanguansinfo/info -vvv

使用

<?php
namespace Guanguansinfo;

class Info{

    public static function hello()
    {
        echo 'hello info';
    }
}

License

MIT# composerinfo