Skip to content

vejlebib/ims-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ims-client

IMS client experiment

Requires PHP 7.0 with SOAP and XML extension.

$ composer install

Insert credentials in constants:

const IMS_USER = '<INSET USER HERE>';
const IMS_PASS = '<INSET PASS HERE';
const IMS_CLIENT_INFO = '<INSERT CLIENT INFO>';

Run the simple test:

$ php test.php

About

IMS client experiment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages