定制 idci/notification-api-client-bundle 二次开发

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

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

idci/notification-api-client-bundle

最新稳定版本:v4.0.1

Composer 安装命令:

composer require idci/notification-api-client-bundle

包简介

Symfony NotificationApiClientBundle

README 文档

README

Symfony2 notification api client bundle

Installation

Add dependencies in your composer.json file:

"require": {
    ...
    "da/api-client-bundle": "dev-master",
    "idci/notification-api-client-bundle": "dev-master"
},

Install these new dependencies of your application:

$ php composer.phar update

Enable the bundle in your application kernel:

<?php
// app/AppKernel.php

public function registerBundles()
{
    $bundles = array(
        // ...
        new Da\ApiClientBundle\DaApiClientBundle(),
        new IDCI\Bundle\NotificationApiClientBundle\IDCINotificationApiClientBundle(),
    );
}

Import the bundle configuration:

# app/config/config.yml

imports:
    - { resource: @IDCINotificationApiClientBundle/Resources/config/config.yml }

To check if every thing seem to be ok, you can execute this command:

$ php app/console container:debug

You'll get this result:

...
da_api_client.api.notification    container Da\ApiClientBundle\Http\Rest\RestApiClientBridge
...

Documentation

Read the Documentation

Tests

Install bundle dependencies:

$ php composer.phar update

To execute unit tests:

$ phpunit --coverage-text

统计信息

  • 总下载量: 67.53k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 2
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 2
  • Watchers: 18
  • Forks: 2
  • 开发语言: PHP

其他信息

  • 授权协议: GPL-3.0
  • 更新时间: 2013-07-25

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固