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 2w ago

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 41% 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

2700d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/13879052?v=4)[Victor Leite](/maintainers/victorsfleite)[@victorsfleite](https://github.com/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.7k38.3M257](/packages/smalot-pdfparser)[tecnickcom/tc-lib-pdf-parser

PHP library to parse PDF documents

38103.0k6](/packages/tecnickcom-tc-lib-pdf-parser)[paperdoc-dev/paperdoc-lib

A zero-dependency PHP library for generating, parsing and converting documents (PDF, HTML, CSV, DOCX)

1253.7k](/packages/paperdoc-dev-paperdoc-lib)[kaleu62/pi-reader

A Simple PDF and Image parser

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

PHP library to parse text from PDF files

165.6k](/packages/wrseward-pdf-parser)

PHPackages © 2026

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