https://github.com/codeages/exam-parser
https://github.com/codeages/exam-parser
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/codeages/exam-parser
- Owner: codeages
- Created: 2019-06-25T03:40:03.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-05-16T08:40:40.000Z (almost 2 years ago)
- Last Synced: 2025-08-15T17:34:36.586Z (7 months ago)
- Language: PHP
- Size: 2.55 MB
- Stars: 0
- Watchers: 2
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ExamParser
## 安装
```shell
composer require codeages/exam-parser
```
## 使用说明
* 解析题目
```php
//解析题目
$parser = new Parser($filePath);
$qustions = $parser->parser();
```