PHPackages                             escuccim/resume - 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. [Localization &amp; i18n](/categories/localization)
4. /
5. escuccim/resume

ActiveLibrary[Localization &amp; i18n](/categories/localization)

escuccim/resume
===============

A Laravel package to administer and display a multi-lingual CV

v0.2.0-beta.12(7y ago)5128↓100%2MITPHPPHP ~5.6|~7.0

Since Jan 25Pushed 7y ago1 watchersCompare

[ Source](https://github.com/escuccim/resume)[ Packagist](https://packagist.org/packages/escuccim/resume)[ Docs](https://github.com/escuccim/resume)[ RSS](/packages/escuccim-resume/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (10)Dependencies (4)Versions (16)Used By (0)

resume
======

[](#resume)

[![Latest Version on Packagist](https://camo.githubusercontent.com/b3c0925c05a55e8971182b4aa1c82a92364648984cf6b4fd74b6689d6cf64982/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f657363756363696d2f726573756d652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/escuccim/resume)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Total Downloads](https://camo.githubusercontent.com/cd7798a9f5de461de296dc769c26cadbe5fd0162452e150a7abf5bd61d7f89ea/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f657363756363696d2f726573756d652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/escuccim/resume)

This is a Laravel package which allows you to maintain and display an online CV in multiple languages.

Install
-------

[](#install)

This package uses Laravel's standard Auth so if you do not have this you should add it before using this.

Via Composer

```
$ composer require escuccim/resume
```

Add the service provider to config/app.php

```
Escuccim\Resume\resumeServiceProvider::class,
Laracasts\Flash\FlashServiceProvider::class,
```

Register the middleware in app/Http\\Kernel.php

```
'admin' => \Escuccim\Resume\Http\Middleware\AdminMiddleware::class,
```

Run the database migrations:

```
php artisan migrate
```

Publish the files if you so desire:

```
php artisan vendor:publish
```

There are different publishable groups of files:

- config - published the config file to config/cv.php. This file contains only one value which is an array containing the languages available, currently english and french. If you want to add other languages publish this and add them there.
- views - publishes my views to /resources/views/vendor/escuccim.

If you wish to use the WYSIQYG HTML editor you will need to add the following to the layouts/app.blade.php file, and remove the script tag referencing app.js from the bottom:

```

@stack('scripts')

```

If you do not wish to use the WYSIWYG editor you can leave the layout file unchanged.

Usage
-----

[](#usage)

The URI to CV administration is /cvadmin The URI to education administration is /education.

You should add a route to point to the CV display in your own routes/web.php as follows:

```
Route::get('[URI]', '\Escuccim\Resume\Http\Controllers\JobsController@cv');
```

Or if you prefer to design your own views you can publish mine and adjust them accordingly.

The CV display for normal, displays the work history followed by education, and then if you wish to append anything else you can do so by creating the following file: /resources/views/cv/cv\_extras.blade.php

The CV display will include this view if it exists.

Change log
----------

[](#change-log)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Testing
-------

[](#testing)

```
$ composer test
```

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

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) and [CONDUCT](CONDUCT.md) for details.

Security
--------

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Eric Scuccimarra](https://github.com/escuccim)

License
-------

[](#license)

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

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

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

Recently: every ~1 days

Total

15

Last Release

2821d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/61c86e5402e74e21b6f9d8906ffb20058090b94443dc3469593f5d7df57ec3b8?d=identicon)[skooch](/maintainers/skooch)

---

Top Contributors

[![escuccim](https://avatars.githubusercontent.com/u/22889788?v=4)](https://github.com/escuccim "escuccim (74 commits)")

---

Tags

laravelmultilingualresumecurriculum vitaeescuccim

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/escuccim-resume/health.svg)

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

###  Alternatives

[themsaid/laravel-langman

Manage language files with ease.

871307.5k11](/packages/themsaid-laravel-langman)

PHPackages © 2026

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