fsv-dev/sis-repository
最新稳定版本:0.1.0
Composer 安装命令:
composer require fsv-dev/sis-repository
包简介
Nette DI extension for SIS repository
关键字:
README 文档
README
Nette\DI extension for SIS repository
Install
$ composer require fsv-dev/sis-repository
Configuration
config.neon
extensions: sis: SIS\DI\SISExtension sis: server: 127.0.0.1 user: 'username' password: 'password' port: 1111 sid: 'sid' protocol: 'TCP' # default value charset: 'UTF8' # default value facultyCode: 12345
Simple use
$this->searchForStudent($name, $surname) // Returns simple student's info (array) $this->getStudentInfo($sident) // Returns more information of student (array) $this->getStudyInfo($sident) // Returns all student's programs, subjects and credits (multi array)
统计信息
- 总下载量: 35
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0
- 更新时间: 2015-08-06