Search by

luitd / viis-schools

aaxcluitdarnivoit

VIIS connector. Fetches official Latvian list of schools from Ministry of Education and Science

This package's canonical repository appears to be gone and the package has been frozen as a result. Email us for help if needed.

Package info

git.lu.lv/open/viis-schools.git

pkg:composer/luitd/viis-schools

Statistics

Installs: 9

Dependents: 0

Suggesters: 0

1.0.6 2021-11-25 14:59 UTC

This package is not auto-updated.

Last update: 2025-04-15 02:42:23 UTC


README

Install via Composer

composer req luitd/viis-schools

Quick access

$ViisSchools = new Lu\VIISSchools\VIISSchools('user', 'pass');
$schools = $ViisSchools->getSchoolList();

Options

MethodDescription
VIISSchools::setTestEnvironment()Set test environment flag
VIISSchools::setReturnType()Change return type. Possible options:
ReturnType::XML Default
ReturnType::JSON
ReturnType::ARRAY
ReturnType::OBJECT

Requirements

  • PHP 7.2