PHPackages                             sharpapi/php-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. [Parsing &amp; Serialization](/categories/parsing)
4. /
5. sharpapi/php-resume-parser

ActiveLibrary[Parsing &amp; Serialization](/categories/parsing)

sharpapi/php-resume-parser
==========================

Pure PHP client for SharpAPI Resume/CV Parser (extracts structured data from resumes in PDF/DOC/DOCX/TXT/RTF).

v1.0.2(2mo ago)02MITPHPPHP &gt;=8.0

Since Dec 17Pushed 2mo agoCompare

[ Source](https://github.com/sharpapi/php-resume-parser)[ Packagist](https://packagist.org/packages/sharpapi/php-resume-parser)[ Docs](https://sharpapi.com/)[ RSS](/packages/sharpapi-php-resume-parser/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)Dependencies (4)Versions (3)Used By (0)

[![SharpAPI GitHub cover](https://camo.githubusercontent.com/82bb36706c1e71276b3dca4ec9120353bb51c8f22bb62543bf056db5c28da36d/68747470733a2f2f73686172706170692e636f6d2f73686172706170692d6769746875622d6c61726176656c2d62672e6a7067 "SharpAPI PHP Client")](https://camo.githubusercontent.com/82bb36706c1e71276b3dca4ec9120353bb51c8f22bb62543bf056db5c28da36d/68747470733a2f2f73686172706170692e636f6d2f73686172706170692d6769746875622d6c61726176656c2d62672e6a7067)

Resume/CV Parser for PHP 8
==========================

[](#resumecv-parser-for-php-8)

🎯 Extract structured data from resumes — powered by SharpAPI AI.
----------------------------------------------------------------

[](#-extract-structured-data-from-resumes--powered-by-sharpapi-ai)

Supported resume files - **11 file formats**: **DOC, DOCX, TXT, RTF, PDF, JPG, JPEG, JPE, PNG, TIFF, TIF**

And yes - it handles those **flattened PDFs** where the entire resume is just images instead of text.

[![Latest Version on Packagist](https://camo.githubusercontent.com/e1fec258de3351fdeb8f2b952949c1b43fe8a222c31c1b0e2dd85f72650f0c3c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f73686172706170692f7068702d726573756d652d7061727365722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/sharpapi/php-resume-parser)[![Total Downloads](https://camo.githubusercontent.com/2dc062dd30896737d054b730980588a29d9cb6954fa45e5ec182b593c80b4c19/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f73686172706170692f7068702d726573756d652d7061727365722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/sharpapi/php-resume-parser)

Check the full documentation on the [Resume/CV Parser API](https://sharpapi.com/en/catalog/ai/hr-tech/resume-cv-parsing) page.

---

Quick Links
-----------

[](#quick-links)

ResourceLink**Main API Documentation**[Authorization, Webhooks, Polling &amp; More](https://documenter.getpostman.com/view/31106842/2s9Ye8faUp)**Postman Documentation**[View Docs](https://documenter.getpostman.com/view/31106842/2sBXVeGsaE)**Product Details**[SharpAPI.com](https://sharpapi.com/en/catalog/ai/hr-tech/resume-cv-parsing)**SDK Libraries**[GitHub - SharpAPI SDKs](https://github.com/sharpapi)---

Requirements
------------

[](#requirements)

- PHP &gt;= 8.0

---

Installation
------------

[](#installation)

### Step 1. Install the package via Composer:

[](#step-1-install-the-package-via-composer)

```
composer require sharpapi/php-resume-parser
```

### Step 2. Visit [SharpAPI](https://sharpapi.com/) to get your API key.

[](#step-2-visit-sharpapi-to-get-your-api-key)

---

Laravel Integration
-------------------

[](#laravel-integration)

Building a Laravel application? Check the Laravel package version:

---

What it does
------------

[](#what-it-does)

This package uploads a resume file to the SharpAPI AI endpoint and returns a status URL to poll for results. When the job completes, you can fetch a structured JSON containing parsed resume data (contact info, experience, education, skills, and more).

---

Usage
-----

[](#usage)

```
