babs100 / developerstatus
此包根据 GitHub 仓库显示开发者排名
dev-master / 1.0.x-dev
2018-10-02 01:20 UTC
Requires
- php: ~5.6|~7.0
- guzzlehttp/guzzle: ~6.0
Requires (Dev)
- phpunit/phpunit: >=5.4.3
- squizlabs/php_codesniffer: ^2.3
This package is auto-updated.
Last update: 2024-09-29 05:08:33 UTC
README
这显示了基于 GitHub 仓库数量计算的开发者排名。
安装
通过 Composer
$ composer require babs100/developerstatus
用法
$githubUsername = "rajirasaki"; $developerStatus = new DeveloperStatus(); $status = $developerStatus->getStatus($githubUsername); echo $status Result: Yeah, I crown you Senior Developer. Thanks for making the world a better place
贡献
请点击这里。
测试
$ composer test