Skip to content

fsv-dev/sis-repository

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

sis-repository

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)

About

Nette\DI extension for SIS repository

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages