doghouseagency / simpleview-crm-php
SimpleView PHP API
Installs: 2 926
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
pkg:composer/doghouseagency/simpleview-crm-php
Requires
- econea/nusoap: ^0.9.11
Requires (Dev)
- phpunit/phpunit: ^7
This package is not auto-updated.
Last update: 2025-10-07 01:35:18 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",