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.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package ecjtu-crawler

Ecjtu Crawler

组件接口及返回数据

方法名称 参数列表 返回值类型 备注说明
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 通知公告信息
方法名称 参数列表 返回值类型 备注说明
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 登录
方法名称 参数列表 返回值类型 备注说明
history integer $page array 历史借阅记录
profile array 账号信息
cas_authority string $uid
string $cas_link
cas认证登录
login array $user 登录
方法名称 参数列表 返回值类型 备注说明
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 登录
方法名称 参数列表 返回值类型 备注说明
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
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package megoc/ecjtu-crawler contains the following files

Loading the files please wait ....