bureaupieper/storee-php-client-bundle

Store-E API客户端的Symfony包。

v1.0.3 2017-05-15 14:54 UTC

This package is not auto-updated.

Last update: 2024-09-14 17:53:40 UTC


README

Store-E 提供symfony集成。

安装

$ composer require bureaupieper/storee-php-client-bundle

注册包

// app/AppKernel.php
public function registerBundles()
{
    return array(
        // ...
        new Bureaupieper\StoreeBundle\BureaupieperStoreeBundle,
    );
}

最小配置

查看客户端库以获取更多信息。

# app/config/config.yml
bureaupieper_storee:
    apikey: %storee_key%
    endpoint: %storee_endpoint%
    version: %storee_version%
    platform: %storee_platform%