sikudamobile/testlib
Composer 安装命令:
composer require sikudamobile/testlib
包简介
Test lib for PHP
README 文档
README
Test empty library for composer v2
1.Add library into project:
- composer require sikuda\testlib
2.Ensure in composer.json
"require": {
"sikuda/testlib": "^2.0"
}
version 1.0 don't work
3. Make php file in project
<-?-php
declare(strict_types = 1);
namespace Sikuda\TestlibProject;
require __DIR__ . '/../vendor/autoload.php';
use Sikuda\Testlib\TestLib;
$test = new TestLib();
$test->hello();
统计信息
- 总下载量: 2
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-11-25