iloveleasing/insertleads-php

PHP API for the ILoveLeasing InsertLeads SOAP Service.

This package's canonical repository appears to be gone and the package has been frozen as a result. Email us for help if needed.

Installs: 1 255

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 1

Open Issues: 1

pkg:composer/iloveleasing/insertleads-php

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");