iloveleasing/insertleads-php

PHP API for the ILoveLeasing InsertLeads SOAP Service.

0.5 2017-01-16 17:17 UTC

This package is not auto-updated.

Last update: 2022-04-30 05:45:55 UTC


README

PHP API for the ILoveLeasing InsertLeads SOAP Service.

Composer install

composer require iloveleasing/insertleads-php

Annotation Registry Required Code

Place the following right after your vendor/autoload.php. This is required for the JMS Serializer to function.

// Load Doctrine Annotations for JMS Serializer
use Doctrine\Common\Annotations\AnnotationRegistry;
AnnotationRegistry::registerAutoloadNamespace(
 'JMS\Serializer\Annotation',
 "/replace/with/path/to/composer/vendor/jms/serializer/src");