Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/praem90/resume-parser
Parse resume in PHP
https://github.com/praem90/resume-parser
Last synced: about 1 month ago
JSON representation
Parse resume in PHP
- Host: GitHub
- URL: https://github.com/praem90/resume-parser
- Owner: praem90
- Created: 2015-03-06T16:33:56.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-11-11T10:45:36.000Z (about 7 years ago)
- Last Synced: 2023-02-28T14:36:29.508Z (almost 2 years ago)
- Language: JavaScript
- Homepage:
- Size: 682 KB
- Stars: 14
- Watchers: 1
- Forks: 16
- Open Issues: 1
-
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