PHPackages                             bcismariu/jobs2careers-php - 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. bcismariu/jobs2careers-php

ActiveLibrary[API Development](/categories/api)

bcismariu/jobs2careers-php
==========================

A simple PHP integration of the Jobs2Careers official API

v0.0.1(9y ago)0218MITPHP

Since Jan 8Pushed 9y ago1 watchersCompare

[ Source](https://github.com/bcismariu/jobs2careers-php)[ Packagist](https://packagist.org/packages/bcismariu/jobs2careers-php)[ RSS](/packages/bcismariu-jobs2careers-php/feed)WikiDiscussions master Synced 2mo ago

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

PHP integration of the Jobs2Careers API
=======================================

[](#php-integration-of-the-jobs2careers-api)

[![Build Status](https://camo.githubusercontent.com/e97a4a22760cafe25d64c46d4132818ea4228259c652693fbb426b196dbfbfb7/68747470733a2f2f7472617669732d63692e6f72672f626369736d617269752f6a6f627332636172656572732d7068702e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/bcismariu/jobs2careers-php)[![Latest Stable Version](https://camo.githubusercontent.com/cced6731bd7a9c8ac785937c641976c5ca0d42995440f508ced5e85743351882/68747470733a2f2f706f7365722e707567782e6f72672f626369736d617269752f6a6f627332636172656572732d7068702f762f737461626c65)](https://packagist.org/packages/bcismariu/jobs2careers-php)[![License](https://camo.githubusercontent.com/3a676920d09d084a7d95c9f7cfea965cdb05d1810f21582c4efb83ac7582664f/68747470733a2f2f706f7365722e707567782e6f72672f626369736d617269752f6a6f627332636172656572732d7068702f6c6963656e7365)](https://packagist.org/packages/bcismariu/jobs2careers-php)[![Total Downloads](https://camo.githubusercontent.com/27ad9f82d6314e2742a6bb6f0835786e7b2e9dfceceb26d60db9f16deb5fbbe5/68747470733a2f2f706f7365722e707567782e6f72672f626369736d617269752f6a6f627332636172656572732d7068702f646f776e6c6f616473)](https://packagist.org/packages/bcismariu/jobs2careers-php)

### Installation

[](#installation)

Update your `composer.json` file

```
{
    "require": {
        "bcismariu/jobs2careers-php": "0.*"
    }
}
```

Run `composer update`

### Usage

[](#usage)

```
use Bcismariu\Jobs2Careers\Jobs2Careers;

$provider = new Jobs2Careers([
    'id'    => 'your-id',
    'pass'  => 'your-pass',
    'ip'    => 'your-ip'
]);
$results = $provider->setQuery('Warehouse Worker')
     ->setLocation('31131')
     ->get();
```

### Contributions

[](#contributions)

This is a very basic implementation that can only handle basic calls. Any project contributions are welcomed!

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

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

3412d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/ef360de3f6d1e1a2eb47c55b310bf697192f25dff9bf9733607404e1bf0ddc63?d=identicon)[bcismariu](/maintainers/bcismariu)

---

Top Contributors

[![bcismariu](https://avatars.githubusercontent.com/u/10166477?v=4)](https://github.com/bcismariu "bcismariu (3 commits)")

---

Tags

jobs2careers

### Embed Badge

![Health badge](/badges/bcismariu-jobs2careers-php/health.svg)

```
[![Health](https://phpackages.com/badges/bcismariu-jobs2careers-php/health.svg)](https://phpackages.com/packages/bcismariu-jobs2careers-php)
```

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[convertkit/convertkitapi

Kit PHP SDK for the Kit API

2167.1k1](/packages/convertkit-convertkitapi)[mapado/rest-client-sdk

Rest Client SDK for hydra API

1125.9k2](/packages/mapado-rest-client-sdk)

PHPackages © 2026

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