https://github.com/praem90/resume-parser
Parse resume in PHP
https://github.com/praem90/resume-parser
Last synced: about 2 months ago
JSON representation
Parse resume in PHP
- Host: GitHub
- URL: https://github.com/praem90/resume-parser
- Owner: praem90
- Archived: true
- Created: 2015-03-06T16:33:56.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-11-11T10:45:36.000Z (over 7 years ago)
- Last Synced: 2025-03-09T12:33:29.803Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 682 KB
- Stars: 17
- Watchers: 2
- Forks: 16
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Resume Parser
A simple class to parse your resume to obtain fields like name, email, ph, date of birth
1.Just include parser.php
```
include /path/to/parser.php
```2.Intiate object
```
$obj = new ParseResume( 'path/to/file' );
```
3.Get matched records
```
$records = $obj->get_records();
4.print_r($records);
```Error is handled by ParseResume::error,
```
if($obj->error) echo $obj->error()
```Supported resume formats doc, docx, xlxs, pptx, pdf