https://github.com/hyperf-plus/core
https://github.com/hyperf-plus/core
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hyperf-plus/core
- Owner: hyperf-plus
- Created: 2025-07-03T05:02:14.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-07-03T05:33:49.000Z (8 months ago)
- Last Synced: 2025-07-03T05:45:17.886Z (8 months ago)
- Language: PHP
- Size: 0 Bytes
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HPlus Core 核心基础包
## 简介
HPlus Core 是 HPlus 微服务架构的核心基础包,提供公共的基础组件和抽象类。
## 功能特性
- **异常处理**: 统一的业务异常处理机制
- **服务基类**: 简单的服务抽象基类
## 安装
```bash
composer require hyperf-plus/core
```
## 使用方法
### Model基类
```php