doghouseagency / simpleview-crm-php
There is no license information available for the latest version (1.1.1) of this package.
SimpleView PHP API
1.1.1
2021-04-12 03:25 UTC
Requires
- econea/nusoap: ^0.9.11
Requires (Dev)
- phpunit/phpunit: ^7
This package is not auto-updated.
Last update: 2024-11-18 21:32:30 UTC
README
SimpleView API library functionality
Library built for testing using composer
This is a PHP helper library for SimpleView CRM for SOAP calls.
You will have to provide
The config.sample.json has the basic bones for the information required to connect.
You need to provide the following information:
"clientUserName": "xxxxxxxx", "clientPassword": "xxxxxxxx", "serviceUrl": "http://xxxxxxxx.simpleviewcrm.com/webapi/listings/soap/listings.cfc?wsdl",