PHPackages                             qurban-ali/talent-scope-api - 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. qurban-ali/talent-scope-api

ActiveLibrary[API Development](/categories/api)

qurban-ali/talent-scope-api
===========================

PHP API Wrapper for the Talent Scope API

v1.1.0(1y ago)2101MITPHPPHP &gt;=8.2CI passing

Since Feb 25Pushed 1y ago1 watchersCompare

[ Source](https://github.com/qurban-ali/talent-scope-api)[ Packagist](https://packagist.org/packages/qurban-ali/talent-scope-api)[ RSS](/packages/qurban-ali-talent-scope-api/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (4)Versions (5)Used By (0)

TalentScope API Client
======================

[](#talentscope-api-client)

This package provides a client for interacting with the TalentScope API, including authentication, resume batch processing, candidate management, and webhook handling.

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

[](#installation)

You can install the package via Composer:

```
composer require qurban-ali/talent-scope-api
```

Usage
-----

[](#usage)

### Initialization

[](#initialization)

To get started, you need to initialize the `TalentScopeClient` with the base URL, access token, and refresh token.

```
use QurbanAli\TalentScopeApi\TalentScopeClient;

$baseUrl = 'https://api.talentscope.com';
$accessToken = 'your-access-token';
$refreshToken = 'your-refresh-token';

$client = new TalentScopeClient($baseUrl, $accessToken, $refreshToken);
```

### Authentication

[](#authentication)

#### Login

[](#login)

To log in using email and password:

```
$email = 'user@example.com';
$password = 'your-password';

$response = $client->auth->login($email, $password);
print_r($response);
```

#### Refresh Token

[](#refresh-token)

To refresh the authentication token:

```
$response = $client->auth->refreshToken();
print_r($response);
```

### Resume Batch Processing

[](#resume-batch-processing)

You can handle resume batch processing using the `ResumeBatch` class.

### Candidate Management

[](#candidate-management)

You can manage candidates using the `Candidate` class.

### Webhook Handling

[](#webhook-handling)

You can handle webhooks using the `Webhook` class.

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

[](#contributing)

Please submit issues and pull requests for any changes or additions.

License
-------

[](#license)

This package is open-sourced software licensed under the [MIT license](LICENSE).

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance45

Moderate activity, may be stable

Popularity9

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 71.4% 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 ~4 days

Total

4

Last Release

425d ago

PHP version history (2 changes)v1.0.0PHP &gt;=8.1

v1.0.2PHP &gt;=8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/113d810572e6554daa238eb05080e2d46dc82d11c495be759fa977f28e813e3d?d=identicon)[qurbanali](/maintainers/qurbanali)

---

Top Contributors

[![qurban-ali](https://avatars.githubusercontent.com/u/82603994?v=4)](https://github.com/qurban-ali "qurban-ali (5 commits)")[![qurban-fridaymediagroup](https://avatars.githubusercontent.com/u/105273449?v=4)](https://github.com/qurban-fridaymediagroup "qurban-fridaymediagroup (2 commits)")

###  Code Quality

TestsPest

### Embed Badge

![Health badge](/badges/qurban-ali-talent-scope-api/health.svg)

```
[![Health](https://phpackages.com/badges/qurban-ali-talent-scope-api/health.svg)](https://phpackages.com/packages/qurban-ali-talent-scope-api)
```

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