iloveleasing/insertleads-php

ILoveLeasing InsertLeads SOAP 服务器的PHP API。

0.5 2017-01-16 17:17 UTC

This package is not auto-updated.

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


README

ILoveLeasing InsertLeads SOAP 服务器的PHP API。

Composer 安装

composer require iloveleasing/insertleads-php

注解注册表所需代码

将以下代码放置在您的 vendor/autoload.php 文件之后。这是JMS Serializer运行所必需的。

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