定制 terminal42/webling-bundle 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

terminal42/webling-bundle

最新稳定版本:1.0.0

Composer 安装命令:

composer require terminal42/webling-bundle

包简介

Symfony bundle for our Webling API client

README 文档

README

A Symfony bundle for our webling.ch API client.

This bundle is currently used for our own projects and might not support all cases. Feel free to open issues or pull requests for questions or feature requests.

Installation

$ composer.phar require terminal42/webling-bundle ^2.0@dev

Configuration

The following config options are available (usually add to app/config/config.yml).

terminal42_webling:
    subdomain:      ""   # Mandatory; Your Webling subdomain
    api_key:        ""   # Mandatory; Your API key
    api_version:    ~    # Optional; Defaults to the API version in EntityManager (v1)
    entity_factory: ~    # Optional; Replace default class to create custom entity instances

Available services

The bundle will provide services for all repositories and some more (see services.xml). The useful ones:

  • terminal42_webling.entity_manager preconfigured with the configuration (see above).
  • terminal42_webling.repository.member to find and fetch members.
  • terminal42_webling.repository.membergroup to find and fetch member groups.
  • terminal42_webling.repository.article to find and fetch articles.
  • terminal42_webling.repository.articlegroup to find and fetch article groups.
  • terminal42_webling.repository.document to find and fetch documents.
  • terminal42_webling.repository.documentgroup to find and fetch document groups.

统计信息

  • 总下载量: 457
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 3
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 3
  • Watchers: 3
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: LGPL-3.0
  • 更新时间: 2015-11-03