PHPackages                             charl4e/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. charl4e/linkedin-resume-parser

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

charl4e/linkedin-resume-parser
==============================

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

2.1(7y ago)08581MITPHP

Since Mar 12Pushed 7y ago1 watchersCompare

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

READMEChangelog (1)Dependencies (3)Versions (15)Used By (0)

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

[](#linkedin-resume-parser)

Please note: Linkedin updated the layout of downloadable pdfs. This parser will not work with the new layout (blue bar on the left)
-----------------------------------------------------------------------------------------------------------------------------------

[](#please-note-linkedin-updated-the-layout-of-downloadable-pdfs-this-parser-will-not-work-with-the-new-layout-blue-bar-on-the-left)

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
}
```

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity71

Established project with proven stability

 Bus Factor1

Top contributor holds 51.3% 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 ~33 days

Recently: every ~22 days

Total

14

Last Release

2916d ago

Major Versions

1.0.10 → 2.0.02018-02-19

### Community

Maintainers

![](https://www.gravatar.com/avatar/5a940afd481e9cee05a293440350910629dc9770229b99ffbadfab05e917d0b2?d=identicon)[charl4e](/maintainers/charl4e)

---

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)")[![charl4e](https://avatars.githubusercontent.com/u/1552230?v=4)](https://github.com/charl4e "charl4e (1 commits)")

---

Tags

pdfparserlinkedinresumehr-recruitment-portal

###  Code Quality

TestsPHPUnit

### Embed Badge

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

```
[![Health](https://phpackages.com/badges/charl4e-linkedin-resume-parser/health.svg)](https://phpackages.com/packages/charl4e-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)
