PHPackages                             laddro/career-sdk - 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. laddro/career-sdk

ActiveLibrary[API Development](/categories/api)

laddro/career-sdk
=================

PHP SDK for the Laddro Career API

v0.2.0(3w ago)01MITPHPPHP &gt;=8.1CI passing

Since May 10Pushed 3w agoCompare

[ Source](https://github.com/laddro-app/laddro-career-sdk-php)[ Packagist](https://packagist.org/packages/laddro/career-sdk)[ Docs](https://docs.laddro.com)[ RSS](/packages/laddro-career-sdk/feed)WikiDiscussions main Synced 1w ago

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

laddro/career-sdk
=================

[](#laddrocareer-sdk)

PHP SDK for the [Laddro Career API](https://api.laddro.com/reference).

Install
-------

[](#install)

```
composer require laddro/career-sdk
```

Usage
-----

[](#usage)

```
use Laddro\Career\Laddro;

$laddro = new Laddro('laddro_live_...');

// List resumes
$resumes = $laddro->listResumes();
foreach ($resumes['items'] as $resume) {
    echo $resume['title'] . "\n";
}

// Tailor a resume
$pdf = $laddro->tailor([
    'positionName' => 'Senior Frontend Engineer',
    'jobUrl' => 'https://jobs.example.com/sfe',
]);
file_put_contents('tailored.pdf', $pdf);

// Generate cover letter
$cl = $laddro->generateCoverLetter([
    'positionName' => 'Product Manager',
    'jobUrl' => 'https://jobs.example.com/pm',
]);

// Browse templates (no auth)
$laddro = new Laddro();
$templates = $laddro->listTemplates();

// Configure BYOK
$laddro->updateAiSettings([
    'provider' => 'Anthropic',
    'model' => 'claude-sonnet-4-20250514',
    'apiKey' => 'sk-ant-...',
]);
```

Links
-----

[](#links)

- [laddro.com](https://laddro.com)
- [API Reference](https://api.laddro.com/reference)
- [Docs](https://docs.laddro.com)
- [GitHub](https://github.com/laddro-app)

License
-------

[](#license)

MIT

###  Health Score

36

—

LowBetter than 79% of packages

Maintenance94

Actively maintained with recent releases

Popularity2

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity36

Early-stage or recently created project

 Bus Factor1

Top contributor holds 88.9% 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 ~3 days

Total

2

Last Release

26d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/92b286fe3e7cacd3422c3c19c42c4e3e8e54c59e0dbee8f48bc5de8c9efc9829?d=identicon)[OussamaBentaib](/maintainers/OussamaBentaib)

---

Top Contributors

[![OussamaBentaib](https://avatars.githubusercontent.com/u/34308449?v=4)](https://github.com/OussamaBentaib "OussamaBentaib (8 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (1 commits)")

---

Tags

apisdkresumecareerladdro

### Embed Badge

![Health badge](/badges/laddro-career-sdk/health.svg)

```
[![Health](https://phpackages.com/badges/laddro-career-sdk/health.svg)](https://phpackages.com/packages/laddro-career-sdk)
```

###  Alternatives

[hubspot/api-client

Hubspot API client

24015.5M18](/packages/hubspot-api-client)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3751.2M45](/packages/tencentcloud-tencentcloud-sdk-php)[resend/resend-php

Resend PHP library.

596.2M34](/packages/resend-resend-php)[checkout/checkout-sdk-php

Checkout.com SDK for PHP

563.5M10](/packages/checkout-checkout-sdk-php)[clicksend/clicksend-php

351.6M11](/packages/clicksend-clicksend-php)[mozex/anthropic-laravel

Laravel integration for the Anthropic API: facade, config publishing, install command, testing fakes, messages, streaming, tool use, thinking, and batches.

74287.1k1](/packages/mozex-anthropic-laravel)

PHPackages © 2026

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