文件名称:prestashop-webservice-bundle
文件大小:17KB
文件格式:ZIP
更新时间:2024-05-22 11:37:53
PHP
PrestaShop Web服务包 此版本的捆绑软件需要Symfony 2.1+。 安装 步骤1:通过Composer添加依赖项 composer require iq2i/prestashop-webservice-bundle 步骤2:在app / AppKernel.php中处于活动状态 public function registerBundles () { $ bundles = array ( // ... new IQ2i \ PrestaShopWebServiceBundle \ IQ2iPrestaShopWebServiceBundle (), ); } 步骤3:在app / config / config.yml中添加配置 # app/config/config.yml iq2i_prestashop_web_ser
【文件预览】:
prestashop-webservice-bundle-master
----composer.json(492B)
----DependencyInjection()
--------IQ2iPrestaShopWebServiceExtension.php(1KB)
--------Configuration.php(1KB)
----Services()
--------IQ2iPrestaShopWebService.php(1KB)
----LICENCE(18KB)
----Resources()
--------config()
----.gitignore(56B)
----Libraries()
--------PrestaShopWebService.php(14KB)
--------PrestaShopWebServiceException.php(1KB)
----IQ2iPrestaShopWebServiceBundle.php(458B)
----README.md(1KB)