定制 fsv-dev/sis-repository 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

fsv-dev/sis-repository

最新稳定版本:0.1.0

Composer 安装命令:

composer require fsv-dev/sis-repository

包简介

Nette DI extension for SIS repository

README 文档

README

License

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

GitHub 信息

  • Stars: 1
  • Watchers: 2
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: GPL-2.0
  • 更新时间: 2015-08-06