PHPackages                             geeky/cvparser - 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. geeky/cvparser

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

geeky/cvparser
==============

This package parses CV via daxtra then gives you a structured data.

1.1.3(7y ago)101.6k↓75%3[1 issues](https://github.com/TheGeekyM/CV/issues)MITPHP

Since Apr 21Pushed 6y ago4 watchersCompare

[ Source](https://github.com/TheGeekyM/CV)[ Packagist](https://packagist.org/packages/geeky/cvparser)[ RSS](/packages/geeky-cvparser/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (7)DependenciesVersions (9)Used By (0)

cv-parser
=========

[](#cv-parser)

This package parses CV via daxtra then gives you a structured data.

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

[](#installation)

Install using composer:

```
 composer require geeky/cvparser

```

Then, in `config/app.php`, add the following to the service providers array.

```
array(
   ...
    Geeky\CV\ParserServiceProvider::class,
)

```

Finally, in `config/app.php`, add the following to the facades array.

```
array(
    'CV' => Geeky\CV\ParserFacade::class,
)

```

Usage
-----

[](#usage)

Example usage using Facade:

```
$response = CV::parse('resume_url');

```

###  Health Score

35

—

LowBetter than 79% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity27

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity68

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

Every ~46 days

Recently: every ~30 days

Total

7

Last Release

2669d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/969bfcf4457bc5199ca47192dfcb06c61991739f2968f748e41f4ad83e8e2df0?d=identicon)[TheGeeky](/maintainers/TheGeeky)

---

Top Contributors

[![TheGeekyM](https://avatars.githubusercontent.com/u/8965415?v=4)](https://github.com/TheGeekyM "TheGeekyM (16 commits)")

---

Tags

parsercv

### Embed Badge

![Health badge](/badges/geeky-cvparser/health.svg)

```
[![Health](https://phpackages.com/badges/geeky-cvparser/health.svg)](https://phpackages.com/packages/geeky-cvparser)
```

###  Alternatives

[nikic/php-parser

A PHP parser written in PHP

17.4k902.6M1.8k](/packages/nikic-php-parser)[doctrine/lexer

PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.

11.2k910.8M118](/packages/doctrine-lexer)[erusev/parsedown

Parser for Markdown.

15.0k151.8M732](/packages/erusev-parsedown)[league/commonmark

Highly-extensible PHP Markdown parser which fully supports the CommonMark spec and GitHub-Flavored Markdown (GFM)

2.9k404.0M702](/packages/league-commonmark)[masterminds/html5

An HTML5 parser and serializer.

1.8k242.8M229](/packages/masterminds-html5)[sabberworm/php-css-parser

Parser for CSS Files written in PHP

1.8k191.2M65](/packages/sabberworm-php-css-parser)

PHPackages © 2026

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