Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 533 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 533 Bytes

csu-app

一个查询应用(后端部分,前端正在完善中) 目前实现了校车查询,四六级查询,计算机等级查询,校内通知查询,教务系统课表成绩查询
response均为json

getting start

$ git clone https://github.com/csuhan/csu-app.git

$ cd csu-app

$ composer install  

vendor

Slimphp+php-curl-class+simple_html_dom

slimphp 微框架,强大的路由库,适合于小型应用
php-curl-class 面向对象的curl
simple_html_dom 异常强大的html解析库