PHPackages                             jobbrander/jobs-juju - 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. [API Development](/categories/api)
4. /
5. jobbrander/jobs-juju

Abandoned → [jobapis/jobs-juju](/?search=jobapis%2Fjobs-juju)Library[API Development](/categories/api)

jobbrander/jobs-juju
====================

Making it simple to integrate your application with Juju Jobs API.

2.0.0(9y ago)01931Apache-2.0PHPPHP &gt;=5.5.0

Since Jul 30Pushed 9y ago1 watchersCompare

[ Source](https://github.com/JobBrander/jobs-juju)[ Packagist](https://packagist.org/packages/jobbrander/jobs-juju)[ Docs](https://github.com/jobapis/jobs-juju)[ RSS](/packages/jobbrander-jobs-juju/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (4)Dependencies (5)Versions (5)Used By (0)

Juju Jobs Client
================

[](#juju-jobs-client)

[![Latest Version](https://camo.githubusercontent.com/b8011dea95f6c5b7422df27c942fae30945e859bc4c14a724966ff35f6cffc86/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f6a6f62617069732f6a6f62732d6a756a752e7376673f7374796c653d666c61742d737175617265)](https://github.com/jobapis/jobs-juju/releases)[![Software License](https://camo.githubusercontent.com/83a69279c9f2ed137be556c08d1ceaf2161ae96eeb88f8caade8ef619f2d6c27/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d415041434845253230322e302d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Build Status](https://camo.githubusercontent.com/8261612eb6ea3920d21e0989550eb7ea695285fa61aefad6395f2100226022a8/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6a6f62617069732f6a6f62732d6a756a752f6d61737465722e7376673f7374796c653d666c61742d7371756172652631)](https://travis-ci.org/jobapis/jobs-juju)[![Coverage Status](https://camo.githubusercontent.com/0de993166e8ca3047843d4d647d9435a91a95eaea255105b69e47574cb3d24ff/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f6a6f62617069732f6a6f62732d6a756a752e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/jobapis/jobs-juju/code-structure)[![Quality Score](https://camo.githubusercontent.com/3bf80ddf5ce18ed21e77bd95446665f620949ddd57f69b30f2a187871533a3aa/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f6a6f62617069732f6a6f62732d6a756a752e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/jobapis/jobs-juju)[![Total Downloads](https://camo.githubusercontent.com/9cd157df369eec3106c2e86785c74b07ab063a5e2c61c71a239089b0f045ca2b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6a6f62617069732f6a6f62732d6a756a752e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/jobapis/jobs-juju)

This package provides [Juju Jobs API](http://www.juju.com/publisher/spec/)support for the [Jobs Common](https://github.com/jobapis/jobs-common) project.

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

[](#installation)

To install, use composer:

```
composer require jobapis/jobs-juju

```

Usage
-----

[](#usage)

Create a Query object and add all the parameters you'd like via the constructor.

```
// Add parameters to the query via the constructor
$query = new JobApis\Jobs\Client\Queries\JujuQuery([
    'partnerid' => YOUR_PARTNER_ID
]);
```

Or via the "set" method. All of the parameters documented in Indeed's documentation can be added.

```
// Add parameters via the set() method
$query->set('k', 'engineering');
```

You can even chain them if you'd like.

```
// Add parameters via the set() method
$query->set('l', 'Chicago, IL')
    ->set('highlight', '1');
```

Then inject the query object into the provider.

```
// Instantiating an IndeedProvider with a query object
$client = new JobApis\Jobs\Client\Provider\JujuProvider($query);
```

And call the "getJobs" method to retrieve results.

```
// Get a Collection of Jobs
$jobs = $client->getJobs();
```

The `getJobs` method will return a [Collection](https://github.com/jobapis/jobs-common/blob/master/src/Collection.php) of [Job](https://github.com/jobapis/jobs-common/blob/master/src/Job.php) objects.

Testing
-------

[](#testing)

```
$ ./vendor/bin/phpunit
```

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](https://github.com/jobapis/jobs-juju/blob/master/CONTRIBUTING.md) for details.

Credits
-------

[](#credits)

- [Karl Hughes](https://github.com/karllhughes)
- [Steven Maguire](https://github.com/stevenmaguire)
- [All Contributors](https://github.com/jobapis/jobs-juju/contributors)

License
-------

[](#license)

The Apache 2.0. Please see [License File](https://github.com/jobapis/jobs-juju/blob/master/LICENSE) for more information.

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 97% 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 ~143 days

Total

4

Last Release

3508d ago

Major Versions

0.1.1 → 1.0.02015-10-12

1.0.0 → 2.0.02016-10-04

### Community

Maintainers

![](https://www.gravatar.com/avatar/8f48fe8aced156a4651617032e4d126d7e3f696e46539688b3bda792d28ee0b4?d=identicon)[karllhughes](/maintainers/karllhughes)

---

Top Contributors

[![karllhughes](https://avatars.githubusercontent.com/u/1103622?v=4)](https://github.com/karllhughes "karllhughes (32 commits)")[![stevenmaguire](https://avatars.githubusercontent.com/u/1851973?v=4)](https://github.com/stevenmaguire "stevenmaguire (1 commits)")

---

Tags

objectapi clientjobsjuju

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/jobbrander-jobs-juju/health.svg)

```
[![Health](https://phpackages.com/badges/jobbrander-jobs-juju/health.svg)](https://phpackages.com/packages/jobbrander-jobs-juju)
```

###  Alternatives

[jobapis/jobs-common

Making it simple to integrate your application with job api providers.

4459.3k32](/packages/jobapis-jobs-common)[jobapis/jobs-ziprecruiter

Making it simple to integrate your application with ZipRecruiter Jobs API.

134.9k1](/packages/jobapis-jobs-ziprecruiter)

PHPackages © 2026

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