An open API service indexing awesome lists of open source software.

https://github.com/codeages/exam-parser


https://github.com/codeages/exam-parser

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# ExamParser

## 安装

```shell
composer require codeages/exam-parser
```

## 使用说明

* 解析题目
```php
//解析题目
$parser = new Parser($filePath);
$qustions = $parser->parser();
```