# h-tools **Repository Path**: ixlxi/h-tools ## Basic Information - **Project Name**: h-tools - **Description**: PHP常用开发工具类 - **Primary Language**: PHP - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-01-21 - **Last Updated**: 2025-03-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # h-tools #### 介绍 工具类,助手类 #### 软件架构 软件架构说明 #### 安装教程 ```shell composer require h/h-tools ``` #### 使用说明 - `src` // 源码目录 - `abs` 基类 - `utils` 工具类 - `ths` 第三方封装 - `tests` // 测试目录 #### 运行测试[使用 vendor/bin/phpunit] ```shell 运行所有测试: vendor/bin/phpunit 运行特定测试文件: vendor/bin/phpunit tests/ExampleTest.php 运行特定测试类或方法: vendor/bin/phpunit --filter ExampleTest vendor/bin/phpunit --filter testAdd 使用全局安装的 PHPUnit ```