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

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

victorsfleite/resume-parser
===========================

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

v1.0.0(7y ago)119MITPHP

Since Feb 7Pushed 7y ago1 watchersCompare

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

READMEChangelog (1)Dependencies (3)Versions (2)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

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 100% 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

Unknown

Total

1

Last Release

2650d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/55b3119bf92034d42f9d2ec7c33c881569cd2be079328afb589bf674a305e0dc?d=identicon)[victorsfleite](/maintainers/victorsfleite)

---

Top Contributors

[![victorsfleite](https://avatars.githubusercontent.com/u/13879052?v=4)](https://github.com/victorsfleite "victorsfleite (2 commits)")

---

Tags

pdfparserresume

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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