Skip to content

PHP client for submitting SMO data to Edurep via SOAP.

License

Notifications You must be signed in to change notification settings

kennisnet/phpSmbSoapClient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

phpSmbSoapClient

This is a PHP client for submitting SMO data to Edurep via SOAP.

Requirements

  • PHP 5.1 or higher compiled with soap and simplexml
  • define a timezone with date_default_timezone_set()

Usage

View the example files for the insert, update and delete calls for details using this package.

Versions

  • The 0.4 version and below are based on old-style pre-PSR-4 packaging.
  • The versions above that are compliant with new PHP packaging styles.