Download the PHP package megoc/ecjtu-crawler without Composer
On this page you can find all versions of the php package megoc/ecjtu-crawler. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download megoc/ecjtu-crawler
More information about megoc/ecjtu-crawler
Files in megoc/ecjtu-crawler
Download megoc/ecjtu-crawler
More information about megoc/ecjtu-crawler
Files in megoc/ecjtu-crawler
Vendor megoc
Package ecjtu-crawler
Short Description Ecjtu school information crawler
License MIT
Package ecjtu-crawler
Short Description Ecjtu school information crawler
License MIT
Keywords megocecjtu crawler
Please rate this library. Is it a good library?
Informations about the package ecjtu-crawler
Ecjtu Crawler
-
简单的获取信息接口
-
目前提供的组件(命名空间Megoc\Ecjtu\Components)
- Education 教务管理系统(获取教务相关如成绩、考试、学分、实验、课表、教务处公告等)
- Elective 选课系统(获取选课、公共任选课、教师简历等)
- Library 图书馆(借阅历史等)
- Portal 智慧交大(通知公告、失物招领、cas认证等)
- PortalCAS 智慧交大CAS认证(cas认证登录支持的子系统)
- How use
组件接口及返回数据
- Education 组件
方法名称 | 参数列表 | 返回值类型 | 备注说明 |
---|---|---|---|
score | string $term | array | 成绩 |
credit | array | 学分获得情况 | |
second_credit | array | 第二课堂学分获得情况 | |
schedule | string $term | array | 课表 |
week_schedule | string $week string $term | array | 周历 |
daily | string $date | array | 日历 |
exam | string $term | array | 考试安排 |
bexam | string $term | array | 补考安排 |
experiment | string $term | array | 实验安排 |
classmate | string $class_id | array | 班级名单 |
profile | array | 账号信息 | |
class_number | string $term | array | 小班序号 |
class_list | string $college string $grade | array | 班级列表 |
college_list | array | 学院列表 | |
cas_authority | string $uid string $cas_link | cas认证登录 | |
login | array $user | 登录 | |
notifications | integer $page | array | 通知公告 |
notification_detail | string $resource_id | array | 通知公告信息 |
- Elective 组件
方法名称 | 参数列表 | 返回值类型 | 备注说明 |
---|---|---|---|
course | string $term | array | 我的选课 |
profile | array | 账号信息 | |
public_course_list | integer $page | array | 公共任选课列表 |
teacher_resume | string $teacher_task_id | array | 教师简历 |
course_select_info | array | 选课信息 | |
cas_authority | string $uid string $cas_link | cas认证登录 | |
login | array $user | 登录 |
- Library 组件
方法名称 | 参数列表 | 返回值类型 | 备注说明 |
---|---|---|---|
history | integer $page | array | 历史借阅记录 |
profile | array | 账号信息 | |
cas_authority | string $uid string $cas_link | cas认证登录 | |
login | array $user | 登录 |
- Portal 组件
方法名称 | 参数列表 | 返回值类型 | 备注说明 |
---|---|---|---|
notifications | integer $page integer $page_size | array | 通知公告 |
notification_detail | string $resource_id | array | 通知公告详细信息 |
lost_notifications | integer $page integer $page_size | array | 失物招领公告 |
profile | array | 账号信息 | |
cas_authority | string $uid string $cas_link | cas认证登录 | |
login | array $user | 登录 |
- PortalCAS 组件
方法名称 | 参数列表 | 返回值类型 | 备注说明 |
---|---|---|---|
cas_authority_link | string $service_cas_uri string $cas_link | string | cas认证登录链接 |
login | array $user | 登录 | |
encrypted_password | string $password | string | 加密密码 |
service_name2service_uri | string $service_name | string | 根据服务名获取服务cas认证服务器地址 |
Installing Ecjtu Crawler
The recommended way to install Ecjtu Crawler is through Composer.
Next, run the Composer command to install the latest stable version of Ecjtu Crawler:
After installing, you need to require Composer's autoloader:
You can then later update Ecjtu Crawler using composer:
All versions of ecjtu-crawler with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.6
symfony/cache Version >=3.0
guzzlehttp/guzzle Version >=6.0
symfony/css-selector Version >=3.0
symfony/dom-crawler Version >=3.0
psr/log Version ^1.1
symfony/cache Version >=3.0
guzzlehttp/guzzle Version >=6.0
symfony/css-selector Version >=3.0
symfony/dom-crawler Version >=3.0
psr/log Version ^1.1
The package megoc/ecjtu-crawler contains the following files
Loading the files please wait ....