yesl357/apidoc

tcampus-apidoc接口文档生成工具

0.0.1 2020-04-30 03:59 UTC

This package is auto-updated.

Last update: 2024-05-07 14:57:30 UTC


README

tcampus工具包/测试

Build Status

安装

$ composer require yesl357/apidoc -vvv

Usage

use Yesl357\Apidoc\IpService;

$ipService = new IpService();

$ip = your ip;
$location = $ipService->getLocation($ip);

Contributing

You can contribute in one of three ways:

  1. File bug reports using the issue tracker.
  2. Answer questions or fix bugs on the issue tracker.
  3. Contribute new features or update the wiki.

The code contribution process is not very formal. You just need to make sure that you follow the PSR-0, PSR-1, and PSR-2 coding guidelines. Any new code contributions must be accompanied by unit tests where applicable.

License

MIT