定制 lafourchette/talend-client-bundle 二次开发

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

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

lafourchette/talend-client-bundle

最新稳定版本:v1.1.0

Composer 安装命令:

composer require lafourchette/talend-client-bundle

包简介

Talend Client Bundle

README 文档

README

Build Status Scrutinizer Code Quality Code Coverage

Installation

Add TalendClientBundle to your composer.json, then update

{
    ...
    "require": {
        "lafourchette/talend-client-bundle": "*"
    },
    ...
}

Add LaFourchetteTalendClientBundle to your application kernel

    // app/AppKernel.php
    public function registerBundles()
    {
        return array(
            // ...
            new TalendClientBundle(),
            // ...
        );
    }

Update your configuration

# app/config/parameters.yml
parameters:
    # Talend Client API
    talend_client.base_url: "http://talend-url:8080/org.talend.administrator/metaServlet"
    talend_client.login: "lab@lafourchette.com"
    talend_client.password: "lafourchette"

Usage

$client = $container('talend_client');

// List all the tasks
$client->listTasks();

// run the task with a task id
$client->runTask(17);

License

This bundle is under the MIT license.

统计信息

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

GitHub 信息

  • Stars: 0
  • Watchers: 87
  • Forks: 2
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2014-11-24