Download the PHP package oefenweb/cakephp-uni-login-webservice without Composer
On this page you can find all versions of the php package oefenweb/cakephp-uni-login-webservice. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download oefenweb/cakephp-uni-login-webservice
More information about oefenweb/cakephp-uni-login-webservice
Files in oefenweb/cakephp-uni-login-webservice
Download oefenweb/cakephp-uni-login-webservice
More information about oefenweb/cakephp-uni-login-webservice
Files in oefenweb/cakephp-uni-login-webservice
Vendor oefenweb
Package cakephp-uni-login-webservice
Short Description A UNI•Login (Web Service) Plugin for CakePHP
License MIT
Homepage http://github.com/Oefenweb/cakephp-uni-login-webservice
Package cakephp-uni-login-webservice
Short Description A UNI•Login (Web Service) Plugin for CakePHP
License MIT
Homepage http://github.com/Oefenweb/cakephp-uni-login-webservice
Keywords web servicecakephp
Please rate this library. Is it a good library?
Informations about the package cakephp-uni-login-webservice
UniLoginWebservice plugin for CakePHP
This plugin communicates with the UNI•Login webservice (WS-02). This webservice provides basic information of UNI•Login users (by institution). This service doesn't require a signed agreement of the institution.
Requirements
- CakePHP 2.9.0 or greater.
- PHP 7.0.0 or greater.
Installation
Clone/Copy the files in this directory into app/Plugin/UniLoginWebservice
Configuration
Ensure the plugin is loaded in app/Config/bootstrap.php
by calling:
Ensure to configure the following lines in app/Config/bootstrap.php
:
Ensure to configure the following lines in app/Config/database.php
:
Usage
Make UniLogin webservice available
Make a "helloWorld" call
Make a "helloSOAPFaultDemo" call
Retrieve data of employees by calling "hentAnsatte"
Retrieve detailed data of employees by calling "hentAnsatte" and "hentPerson" for every employee
Retrieve data of an institution by calling "hentInstitution"
Retrieve data of institutions where the user "brugerid" has a relation by calling "hentInstitutionsliste"
Retrieve data of a person by calling "hentPerson"
Retrieve data of students by calling "hentAlleElever"
Retrieve detailed data of students by calling "hentAlleElever" and "hentPerson" for every student
All versions of cakephp-uni-login-webservice with dependencies
PHP Build Version
Package Version
The package oefenweb/cakephp-uni-login-webservice contains the following files
Loading the files please wait ....