PHPackages                             akhileshdarjee/linkedin-resume-parser - 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. [PDF &amp; Document Generation](/categories/documents)
4. /
5. akhileshdarjee/linkedin-resume-parser

ActiveLibrary[PDF &amp; Document Generation](/categories/documents)

akhileshdarjee/linkedin-resume-parser
=====================================

Parses LinkedIn PDF resumes from recruitment portal into a set of usable entities

2.0.1(8y ago)45434MITPHP

Since Mar 12Pushed 8y ago1 watchersCompare

[ Source](https://github.com/akhileshdarjee/linkedin-resume-parser)[ Packagist](https://packagist.org/packages/akhileshdarjee/linkedin-resume-parser)[ RSS](/packages/akhileshdarjee-linkedin-resume-parser/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (3)Versions (14)Used By (0)

LinkedIn Resume Parser
======================

[](#linkedin-resume-parser)

This library parses LinkedIn PDF resumes from Recruiter portal into a set of PHP entities. The entities are based on the various sections found in each resume, making it easy to extract information such as current / previous roles, education history, certifications etc.

Basic Use
---------

[](#basic-use)

```
$resumeParser = new \LinkedInResumeParser\Parser();
$parsedResume = $resumeParser->parse('/path/to/resume.pdf');

echo $parsedResume->getFullName();
// Ross Kinsman

echo $parsedResume->getCurrentRole()->getOrganisation();
// The Drum

echo $parsedResume->getCurrentRole()->getStart()->format('F, Y');
// August, 2016

foreach ($parsedResume->getSkills() as $skill) {
    echo $skill;
    // PHP
    // Git
    // ...
}

foreach ($parsedResume->getEducationEntries() as $educationEntry) {
    echo $educationEntry->getInstitution();
    // University of Strathclyde
}
```

Test Data
---------

[](#test-data)

More test data would always be appreciated, so if you wish to include your resume I'll gladly accept PRs and relevant tests.

The existing test data for this project is a collection of LinkedIn resumes I found on GitHub. If your resume is here, and you wish to have it removed, I'm easily reachable on Twitter at [@akhileshdarjee](https://twitter.com/akhileshdarjee), or open an issue on this repository.

###  Health Score

35

—

LowBetter than 79% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity70

Established project with proven stability

 Bus Factor1

Top contributor holds 52.6% 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 ~28 days

Total

13

Last Release

3004d ago

Major Versions

1.0.10 → 2.0.02018-02-19

### Community

Maintainers

![](https://www.gravatar.com/avatar/4d97362275a668d4165aa179e2f669436213296d068ef4e2403a89a910627861?d=identicon)[akhileshdarjee](/maintainers/akhileshdarjee)

---

Top Contributors

[![Persata](https://avatars.githubusercontent.com/u/1608834?v=4)](https://github.com/Persata "Persata (20 commits)")[![akhileshdarjee](https://avatars.githubusercontent.com/u/3667510?v=4)](https://github.com/akhileshdarjee "akhileshdarjee (11 commits)")[![ver1000000](https://avatars.githubusercontent.com/u/3034821?v=4)](https://github.com/ver1000000 "ver1000000 (7 commits)")

---

Tags

pdfparserlinkedinresumehr-recruitment-portal

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/akhileshdarjee-linkedin-resume-parser/health.svg)

```
[![Health](https://phpackages.com/badges/akhileshdarjee-linkedin-resume-parser/health.svg)](https://phpackages.com/packages/akhileshdarjee-linkedin-resume-parser)
```

###  Alternatives

[smalot/pdfparser

Pdf parser library. Can read and extract information from pdf file.

2.7k34.5M216](/packages/smalot-pdfparser)[tecnickcom/tc-lib-pdf-parser

PHP library to parse PDF documents

4092.8k](/packages/tecnickcom-tc-lib-pdf-parser)[kaleu62/pi-reader

A Simple PDF and Image parser

1128.5k](/packages/kaleu62-pi-reader)[wrseward/pdf-parser

PHP library to parse text from PDF files

185.6k](/packages/wrseward-pdf-parser)[kiwilan/php-archive

PHP package to handle archives (.zip, .rar, .tar, .7z, .pdf) with unified API and hybrid solution (native/p7zip), designed to works with EPUB and CBA (.cbz, .cbr, .cb7, .cbt).

1027.6k1](/packages/kiwilan-php-archive)

PHPackages © 2026

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