PHPackages                             worksome/ceevee - 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. worksome/ceevee

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

worksome/ceevee
===============

Simple CV and Resume parsing for Laravel applications.

v0.5.3(4mo ago)1487.8k↑36.9%1[2 PRs](https://github.com/worksome/ceevee/pulls)MITPHPPHP ^8.4CI passing

Since Mar 21Pushed 2mo ago12 watchersCompare

[ Source](https://github.com/worksome/ceevee)[ Packagist](https://packagist.org/packages/worksome/ceevee)[ Docs](https://github.com/worksome/ceevee)[ GitHub Sponsors](https://github.com/worksome)[ RSS](/packages/worksome-ceevee/feed)WikiDiscussions main Synced 3d ago

READMEChangelog (5)Dependencies (18)Versions (17)Used By (0)

Ceevee
======

[](#ceevee)

[![Latest Version on Packagist](https://camo.githubusercontent.com/55ef617577c8be414d7e5b79d6fa3cfdb50be3dcfc755008375d8e7d176cf5ca/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f776f726b736f6d652f6365657665652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/worksome/ceevee)[![GitHub Tests Action Status](https://camo.githubusercontent.com/867972c7cee2e652da69acc1ecc06d9cc392a427450a5720f2b0e6fc5f1077a7/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f776f726b736f6d652f6365657665652f74657374732e796d6c3f6c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/worksome/ceevee/actions?query=workflow%3Atests+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/06bfc567e9fb5923989527f1e48fbe0b89eb9fd4e7f46248a3b81cad3f15ce2f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f776f726b736f6d652f6365657665652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/worksome/ceevee)

Simple CV and Resume parsing for Laravel applications.

Install
-------

[](#install)

You can install the package via composer:

```
composer require worksome/ceevee
```

You can publish the config file with:

```
php artisan vendor:publish --tag="ceevee-config"
```

This is the contents of the published config file:

```
return [

    'default' => env('CEEVEE_DRIVER', 'null'),

    'services' => [

        'sovren' => [
            'account_id' => env('SOVREN_ACCOUNT_ID'),
            'service_key' => env('SOVREN_SERVICE_KEY'),
            'region' => 'eu',
            'options' => [],
        ],

    ],

];
```

Usage
-----

[](#usage)

```
$ceevee = new Worksome\Ceevee\Ceevee();

$details = $ceevee->read($file);

// Get the summary
$details->summary();
```

Check out [`Worksome\Ceevee\Support\CVDetail`](src/Support/CVDetail.php) for available options.

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [GitHub Releases](https://github.com/worksome/ceevee/releases) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Luke Downing](https://github.com/worksome)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

54

—

FairBetter than 96% of packages

Maintenance81

Actively maintained with recent releases

Popularity38

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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 ~131 days

Recently: every ~348 days

Total

12

Last Release

122d ago

PHP version history (5 changes)v0.1.0PHP ^8.0|^8.1

v0.4.0PHP ^8.0

v0.5.0PHP ^8.2

v0.5.2PHP ^8.3

v0.5.3PHP ^8.4

### Community

Maintainers

![](https://www.gravatar.com/avatar/139db346fa173a79481af05b0455e2e8ad7d2ab594c7f53bde3522a3dfeeaf25?d=identicon)[96downlu](/maintainers/96downlu)

---

Top Contributors

[![lukeraymonddowning](https://avatars.githubusercontent.com/u/12202279?v=4)](https://github.com/lukeraymonddowning "lukeraymonddowning (24 commits)")[![owenvoke](https://avatars.githubusercontent.com/u/1899334?v=4)](https://github.com/owenvoke "owenvoke (17 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (8 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (5 commits)")[![odinns](https://avatars.githubusercontent.com/u/10807424?v=4)](https://github.com/odinns "odinns (1 commits)")

---

Tags

laravelworksomeceevee

###  Code Quality

TestsPest

Static AnalysisPHPStan

### Embed Badge

![Health badge](/badges/worksome-ceevee/health.svg)

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

###  Alternatives

[spatie/laravel-permission

Permission handling for Laravel 12 and up

12.9k102.4M1.4k](/packages/spatie-laravel-permission)[spatie/laravel-pdf

Create PDFs in Laravel apps

1.0k4.8M47](/packages/spatie-laravel-pdf)[dedoc/scramble

Automatic generation of API documentation for Laravel applications.

2.1k11.2M100](/packages/dedoc-scramble)[defstudio/telegraph

A laravel facade to interact with Telegram Bots

816333.8k3](/packages/defstudio-telegraph)[spatie/laravel-passkeys

Use passkeys in your Laravel app

471890.7k39](/packages/spatie-laravel-passkeys)[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3914.6k](/packages/rawilk-profile-filament-plugin)

PHPackages © 2026

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