kennisnet / smbsoapclient
PHP client for submitting SMO data to Edurep via SOAP.
Installs: 434
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 6
Forks: 2
Open Issues: 0
pkg:composer/kennisnet/smbsoapclient
Requires
- php: >=5.6.0
- ext-simplexml: *
- ext-soap: *
Requires (Dev)
- phpunit/phpunit: ^6.5
README
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.