PHPackages                             inzh/talend-job-manager - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Queues &amp; Workers](/categories/queues)
4. /
5. inzh/talend-job-manager

ActiveLibrary[Queues &amp; Workers](/categories/queues)

inzh/talend-job-manager
=======================

Tool for manage and run Talend job

v1.0.0(4y ago)219CC-BY-4.0PHPPHP &gt;=5.6

Since Apr 10Pushed 3y agoCompare

[ Source](https://github.com/inzh-studio/talend-job-manager-php)[ Packagist](https://packagist.org/packages/inzh/talend-job-manager)[ RSS](/packages/inzh-talend-job-manager/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)DependenciesVersions (3)Used By (0)

Talend Job Manager
==================

[](#talend-job-manager)

A tool for manage Talend job (zip format) for your application.

[![Minimum PHP Version](https://camo.githubusercontent.com/c83abf2e3660a2c2b5676e3742acc56aca0e6b65d6184eabd9fa290cb5ea76c7/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d253345253344253230352e362d3838393242462e7376673f6c6f676f3d706870)](https://php.net/)[![Talend Version](https://camo.githubusercontent.com/88e71d553a4884fa1d73ccef8f4ad8546947d08830db462578e7b9d6a588be45/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f74616c656e642d253345253344253230352e782d7265643f6c6f676f3d74616c656e64)](https://www.talend.com/fr/products/talend-open-studio/)

Installation
------------

[](#installation)

You can install this lib in your PHP project using composer:

```
composer require inzh/talend-job-manager

```

Build your job
--------------

[](#build-your-job)

On first, you need to build your job with Talend, tested with Talend Open Studio.

Just right click on your job and select in menu:

[![Menu image example](readme.d/menu.png)](readme.d/menu.png)

File output example:

```
myjobname_0.1.zip
```

Development:
------------

[](#development)

You can use directly executor class in your code, for example:

- For add or update job in repository

```
use inzh\talend\job\manager\executor\SimpleJobExecutor;

$path = "myjobname_0.1.zip"; // Your job zip file
$repositoryPath = "jobs"; // Your repository path

SimpleJobExecutor::put($path, $repositoryPath);
```

- To run the latest version of job :

```
use inzh\talend\job\manager\executor\SimpleJobExecutor;

$jobName = "myjobname"; // Your job name
$repositoryPath = "jobs"; // Your repository path
$parameters = ["contextparam1" => "value1", "contextparam2" => "value2"]; // Context parameters passed to job

$output = SimpleJobExecutor::execute($jobName, $parameters, $repositoryPath);
print_r($output);
```

- To run the specific version of job :

```
use inzh\talend\job\manager\executor\SimpleJobExecutor;

$jobName = "myjobname"; // Your job name
$repositoryPath = "jobs"; // Your repository path
$parameters = ["contextparam1" => "value1", "contextparam2" => "value2"]; // Context parameters passed to job
$version = 0.1;

$output = SimpleJobExecutor::execute($jobName, $parameters, $repositoryPath, $version);
print_r($output);
```

[© 2011-2022 \[InZH\] Studio.](https://www.inzh.fr/)

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity44

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

1494d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/420e15301e5d7881588a9aa9676e03687a4b5f8a91544c0b6b7079ee39f1a158?d=identicon)[jr-nazareth](/maintainers/jr-nazareth)

---

Top Contributors

[![jr-nazareth](https://avatars.githubusercontent.com/u/102902107?v=4)](https://github.com/jr-nazareth "jr-nazareth (3 commits)")

---

Tags

jobtalendtalendmanager

### Embed Badge

![Health badge](/badges/inzh-talend-job-manager/health.svg)

```
[![Health](https://phpackages.com/badges/inzh-talend-job-manager/health.svg)](https://phpackages.com/packages/inzh-talend-job-manager)
```

###  Alternatives

[lorisleiva/laravel-actions

Laravel components that take care of one specific task

2.8k7.5M115](/packages/lorisleiva-laravel-actions)[imtigger/laravel-job-status

Laravel Job Status

5272.1M3](/packages/imtigger-laravel-job-status)[jms/job-queue-bundle

Allows to run and schedule Symfony console commands as background jobs.

3462.3M5](/packages/jms-job-queue-bundle)[clue/mq-react

Mini Queue, the lightweight in-memory message queue to concurrently do many (but not too many) things at once, built on top of ReactPHP

144691.7k4](/packages/clue-mq-react)[mxl/laravel-job

Laravel job tools

661.3M](/packages/mxl-laravel-job)[mpbarlow/laravel-queue-debouncer

A wrapper job for debouncing other queue jobs.

63714.4k1](/packages/mpbarlow-laravel-queue-debouncer)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
