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

README

Minimum PHP Version

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",