PHPackages                             jobapis/jobs-jobinventory - 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. jobapis/jobs-jobinventory

ActiveLibrary

jobapis/jobs-jobinventory
=========================

Making it simple to integrate your application with Jobinventory's RSS Feed.

0.1.0(9y ago)12.6k↓100%1[1 issues](https://github.com/jobapis/jobs-jobinventory/issues)1Apache-2.0PHPPHP &gt;=5.5.0

Since Oct 29Pushed 9y ago1 watchersCompare

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

READMEChangelog (1)Dependencies (5)Versions (2)Used By (1)

Jobinventory Jobs Client
========================

[](#jobinventory-jobs-client)

[![Latest Version](https://camo.githubusercontent.com/fe430e7827af6f481527d708d11ec8960991d5a3e00a61930a94be946b5cfa2b/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f6a6f62617069732f6a6f62732d6a6f62696e76656e746f72792e7376673f7374796c653d666c61742d737175617265)](https://github.com/jobapis/jobs-jobinventory/releases)[![Software License](https://camo.githubusercontent.com/83a69279c9f2ed137be556c08d1ceaf2161ae96eeb88f8caade8ef619f2d6c27/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d415041434845253230322e302d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Build Status](https://camo.githubusercontent.com/e11086691d23dfbdfbcdf4c05fc402360335a6201e4a818364b0372529f72921/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6a6f62617069732f6a6f62732d6a6f62696e76656e746f72792f6d61737465722e7376673f7374796c653d666c61742d7371756172652631)](https://travis-ci.org/jobapis/jobs-jobinventory)[![Coverage Status](https://camo.githubusercontent.com/581f0f5727e7781220a0049f9579622aaae1ec52101716e9da9a7295cfa40c8f/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f6a6f62617069732f6a6f62732d6a6f62696e76656e746f72792e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/jobapis/jobs-jobinventory/code-structure)[![Quality Score](https://camo.githubusercontent.com/179fa094825e99cb85721718edfec440a43e9eba7514952487d5a796707a1d8f/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f6a6f62617069732f6a6f62732d6a6f62696e76656e746f72792e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/jobapis/jobs-jobinventory)[![Total Downloads](https://camo.githubusercontent.com/4a44c3f1e4d109c67842e719e3ad1a4c0cd343a602893e4fa9ac4d522a7ff5e4/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6a6f62617069732f6a6f62732d6a6f62696e76656e746f72792e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/jobapis/jobs-jobinventory)

This package provides [Jobinventory](http://www.jobinventory.com/) RSS feed support for [Jobs Common](https://github.com/jobapis/jobs-common).

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

[](#installation)

To install, use composer:

```
composer require jobapis/jobs-jobinventory

```

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\JobinventoryQuery();
```

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('q', 'engineering');
```

You can even chain them if you'd like.

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

Then inject the query object into the provider.

```
// Instantiating a provider with a query object
$client = new JobApis\Jobs\Client\Provider\JobinventoryProvider($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-jobinventory/blob/master/CONTRIBUTING.md) for details.

Credits
-------

[](#credits)

- [Karl Hughes](https://github.com/karllhughes)
- [All Contributors](https://github.com/jobapis/jobs-jobinventory/contributors)

License
-------

[](#license)

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

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity48

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

Unknown

Total

1

Last Release

3482d ago

### 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 (3 commits)")

---

Tags

objectapi clientjobsjobinventory

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/jobapis-jobs-jobinventory/health.svg)

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

###  Alternatives

[jobapis/jobs-indeed

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

2635.2k1](/packages/jobapis-jobs-indeed)[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)[jobapis/jobs-stackoverflow

Making it simple to integrate your application with Stack Overflows's Career RSS Feed.

162.7k1](/packages/jobapis-jobs-stackoverflow)

PHPackages © 2026

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