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

ActiveLibrary

jobapis/jobs-careercast
=======================

Making it simple to integrate your application with Careercast's Jobs RSS feed.

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

Since Jun 7Pushed 9y ago5 watchersCompare

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

READMEChangelog (7)Dependencies (5)Versions (8)Used By (1)

CareerCast Job Board API Client
===============================

[](#careercast-job-board-api-client)

[![Latest Version](https://camo.githubusercontent.com/a383890a6a63e75a03b188ec8a30d98fa1fe151335f37050daa0c08a5e510922/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f6a6f62617069732f6a6f62732d636172656572636173742e7376673f7374796c653d666c61742d737175617265)](https://github.com/jobapis/jobs-careercast/releases)[![Software License](https://camo.githubusercontent.com/83a69279c9f2ed137be556c08d1ceaf2161ae96eeb88f8caade8ef619f2d6c27/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d415041434845253230322e302d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Build Status](https://camo.githubusercontent.com/2509efa53c99ecd4dfac18d45c32d49028875ecac4231eef72071aea0d8c7e19/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6a6f62617069732f6a6f62732d636172656572636173742f6d61737465722e7376673f7374796c653d666c61742d7371756172652631)](https://travis-ci.org/jobapis/jobs-careercast)[![Coverage Status](https://camo.githubusercontent.com/950375be95b279458bc2a9b098adfec4a7ed08839c3b4effc974eee9e43a6c0c/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f6a6f62617069732f6a6f62732d636172656572636173742e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/jobapis/jobs-careercast/code-structure)[![Quality Score](https://camo.githubusercontent.com/99e11c91365b708ad2597ec956156e47b869595256cbb2a38d87c411da96bed9/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f6a6f62617069732f6a6f62732d636172656572636173742e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/jobapis/jobs-careercast)[![Total Downloads](https://camo.githubusercontent.com/a560cbc6c1bf8445db89fb9f2a98088895558c9aefb167820dffe2481d53707a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6a6f62617069732f6a6f62732d636172656572636173742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/jobapis/jobs-careercast)

This package provides [CareerCast Jobs](http://www.careercast.com/jobs/results/keyword?format=json)support for the [Jobs Common project](https://github.com/JobBrander/jobs-common).

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

[](#installation)

To install, use composer:

```
composer require jobapis/jobs-careercast

```

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\CareercastQuery([
    'keyword' => 'engineering'
]);
```

Or via the "set" method. All of the parameters documented can be added.

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

You can even chain them if you'd like.

```
// Add parameters via the set() method
$query->set('company', 'General Electric')
    ->set('page', '2');
```

Then inject the query object into the provider.

```
// Instantiating provider with a query object
$client = new JobApis\Jobs\Client\Provider\CareercastProvider($query);
```

And call the "getJobs" method to retrieve results.

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

This 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-careercast/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-careercast/contributors)

License
-------

[](#license)

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

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity63

Established project with proven stability

 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 ~81 days

Recently: every ~109 days

Total

7

Last Release

3505d ago

Major Versions

0.2.0 → 1.0.02016-09-22

PHP version history (2 changes)0.1.0PHP &gt;=5.4.0

0.1.1PHP &gt;=5.5.0

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

---

Tags

objectapi clientjobsrss clientcareercast

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

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

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

###  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)
