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 today

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 66% of packages

Maintenance42

Moderate activity, may be stable

Popularity9

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity54

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

481d ago

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

v1.0.2PHP &gt;=8.2

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/5114572?v=4)[Qurban Ali](/maintainers/qurbanali)[@qurbanali](https://github.com/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

[statamic/cms

The Statamic CMS Core Package

4.8k3.6M993](/packages/statamic-cms)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M46](/packages/tencentcloud-tencentcloud-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k39](/packages/neuron-core-neuron-ai)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

273.0k](/packages/eslazarev-wildberries-sdk)[avalara/avataxclient

Client library for Avalara's AvaTax suite of business tax calculation and processing services. Uses the REST v2 API.

528.5M7](/packages/avalara-avataxclient)[files.com/files-php-sdk

Files.com PHP SDK

2481.1k](/packages/filescom-files-php-sdk)

PHPackages © 2026

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