2017 © Pedro Peláez
 

library linkedin-resume-parser

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

image

akhileshdarjee/linkedin-resume-parser

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

  • Monday, February 19, 2018
  • by akhileshdarjee
  • Repository
  • 1 Watchers
  • 1 Stars
  • 71 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 7 Forks
  • 0 Open issues
  • 14 Versions
  • 8 % Grown

The README.md

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., (*1)

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

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

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, or open an issue on this repository., (*3)

The Versions

19/02 2018

dev-master

9999999-dev

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

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar persata
by Akhilesh Darjee

parser pdf resume linkedin hr-recruitment-portal

19/02 2018

2.0.1

2.0.1.0

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

  Sources   Download

MIT

The Requires

 

The Development Requires

by Akhilesh Darjee

parser pdf resume linkedin hr-recruitment-portal

19/02 2018

2.0.0

2.0.0.0

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

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar persata

parser pdf resume linkedin hr-recruitment-portal

19/02 2018

1.0.10

1.0.10.0

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

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar persata

parser pdf resume linkedin hr-recruitment-portal

19/02 2018

1.0.9

1.0.9.0

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

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar persata

parser pdf resume linkedin hr-recruitment-portal

02/11 2017

1.0.8

1.0.8.0

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

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar persata

parser pdf resume linkedin hr-recruitment-portal

04/10 2017

1.0.7

1.0.7.0

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

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar persata

parser pdf resume linkedin hr-recruitment-portal

03/10 2017

1.0.6

1.0.6.0

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

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar persata

parser pdf resume linkedin hr-recruitment-portal

03/10 2017

1.0.5

1.0.5.0

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

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar persata

parser pdf resume linkedin hr-recruitment-portal

03/10 2017

1.0.4

1.0.4.0

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

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar persata

parser pdf resume linkedin hr-recruitment-portal

03/10 2017

1.0.2

1.0.2.0

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

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar persata

parser pdf resume linkedin hr-recruitment-portal

03/10 2017

1.0.3

1.0.3.0

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

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar persata

parser pdf resume linkedin hr-recruitment-portal

23/07 2017

1.0.1

1.0.1.0

Parses LinkedIn PDF resumes into a set of usable entities

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar persata

parser pdf resume linkedin

12/03 2017

1.0.0

1.0.0.0

Parses LinkedIn PDF resumes into a set of usable entities

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar persata

parser pdf resume linkedin