NacexBundle:实现Nacex SOAP API httpPHP捆绑包

时间:2024-05-23 15:21:49
【文件属性】:

文件名称:NacexBundle:实现Nacex SOAP API httpPHP捆绑包

文件大小:10KB

文件格式:ZIP

更新时间:2024-05-23 15:21:49

PHP

介绍 该捆绑软件提供了一个客户端来访问Nacex SOAP API 。 安装 下载套件 打开命令控制台,输入项目目录并执行以下命令以下载此捆绑包的最新稳定版本: $ composer require selltag/nacex-bundle 该命令要求您全局安装Composer,如Composer文档的中所述。 启用捆绑 在app/AppKernel.php文件中添加以下行以启用此捆绑包: <?php // app/AppKernel.php class AppKernel extends Kernel { public function registerBundles () { $ bundles = array ( // ... new Selltag \ NacexBundle \ Sellta


【文件预览】:
NacexBundle-master
----composer.json(561B)
----.travis.yml(249B)
----phpunit.xml(827B)
----DependencyInjection()
--------Configuration.php(926B)
--------SelltagNacexExtension.php(917B)
----Services()
--------NacexClientService.php(853B)
----Client()
--------NacexClient.php(2KB)
----Resources()
--------config()
--------meta()
----Exceptions()
--------NacexClientException.php(99B)
----SelltagNacexBundle.php(132B)
----.gitignore(7B)
----Tests()
--------NacexBundleTest.php(2KB)
----README.md(3KB)
----Serializer()
--------NacexSerializer.php(2KB)

网友评论