PHPackages                             russellalbin/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. [Utility &amp; Helpers](/categories/utility)
4. /
5. russellalbin/resume

ActiveMagento2-module[Utility &amp; Helpers](/categories/utility)

russellalbin/resume
===================

My resume as a Magento 2 module

07PHP

Since Feb 16Pushed 7y ago1 watchersCompare

[ Source](https://github.com/ralbin/magento-resume)[ Packagist](https://packagist.org/packages/russellalbin/resume)[ RSS](/packages/russellalbin-resume/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

Installation instructions
-------------------------

[](#installation-instructions)

- composer require russellalbin/resume dev-master
- php bin/magento module:enable RussellAlbin\_Resume
- php bin/magento setup:upgrade

This is my resume as a Magento 2 module
---------------------------------------

[](#this-is-my-resume-as-a-magento-2-module)

I am trying to put as many things as possible into this, so you can view my resume as a xml doc (In progress) You can view it as values saved in a custom set of database tables (Pending) You can view it using a CLI

#### API Methods

[](#api-methods)

```

```

#### API Notes on expected parameters and return values

[](#api-notes-on-expected-parameters-and-return-values)

```
/**
 * Save Resume
 *
 * @param \RussellAlbin\Resume\Api\Data\ResumeInterface $resume
 * @return int|null
 */
public function save(\RussellAlbin\Resume\Api\Data\ResumeInterface $resume);

/**
 * Get Resume
 *
 * @param int $resumeId
 * @return \RussellAlbin\Resume\Api\Data\ResumeInterface
 */
public function get($resumeId);

/**
 * Get Resume by ID
 *
 * @param $resumeId
 * @return \RussellAlbin\Resume\Api\Data\ResumeInterface
 * @throws \Magento\Framework\Exception\NoSuchEntityException
 */
public function getById($resumeId);

/**
 * Get product list
 *
 * @param \Magento\Framework\Api\SearchCriteriaInterface $searchCriteria
 * @return \Magento\Catalog\Api\Data\ProductSearchResultsInterface
 */
public function getList(\Magento\Framework\Api\SearchCriteriaInterface $searchCriteria);

/**
 * Delete Resume
 *
 * @param  \RussellAlbin\Resume\Api\Data\ResumeInterface $resume
 * @return bool
 * @throws \Magento\Framework\Exception\CouldNotDeleteException
 */
public function delete(\RussellAlbin\Resume\Api\Data\ResumeInterface $resume);

/**
 * Delete Resume by ID.
 *
 * @param  mixed $resumeId
 * @return bool
 * @throws \Magento\Framework\Exception\NoSuchEntityException
 * @throws \Magento\Framework\Exception\CouldNotDeleteException
 */
public function deleteById($resumeId);

```

#### Sample Payload for POST

[](#sample-payload-for-post)

```
 { "resume": {
    "entity_id": "1",
     "firstname": "Joe",
     "lastname": "Smith",
     "description": "A different description",
     "email": "anewemail@whatever.com",
     "objective": "Something Else",
     "phone": "808-999-1212",
     "skills": "computers, baseball, parking cars and walking on the snow"
    }
 }

```

#### Sample Payload for PUT

[](#sample-payload-for-put)

```
 { "resume": {
     "firstname": "Sally",
     "lastname": "Nihongo",
     "description": "A girly description",
     "email": "sally@abigcompany.com",
     "objective": "Eating, swearing and drinking water",
     "phone": "333-111-5555",
     "skills": "Yelling, dusting, math and air soft gun repair"
    }
 }

```

#### Sample request for search

[](#sample-request-for-search)

> [https://example.test/rest/V1/resume/search/?searchCriteria\[filter\_groups\]\[0\]\[filters\]\[0\]\[field\]=firstname&amp;searchCriteria\[filter\_groups\]\[0\]\[filters\]\[0\]\[value\]=%sal%&amp;searchCriteria\[filter\_groups\]\[0\]\[filters\]\[0\]\[condition\_type\]=like](https://example.test/rest/V1/resume/search/?searchCriteria%5Bfilter_groups%5D%5B0%5D%5Bfilters%5D%5B0%5D%5Bfield%5D=firstname&searchCriteria%5Bfilter_groups%5D%5B0%5D%5Bfilters%5D%5B0%5D%5Bvalue%5D=%sal%&searchCriteria%5Bfilter_groups%5D%5B0%5D%5Bfilters%5D%5B0%5D%5Bcondition_type%5D=like)

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity38

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/79c70c800e0cbd7416d22edab3e526e48ddcd14ec328ad7dc906e065f08798d8?d=identicon)[ralbin](/maintainers/ralbin)

---

Top Contributors

[![ralbin](https://avatars.githubusercontent.com/u/11746350?v=4)](https://github.com/ralbin "ralbin (23 commits)")

### Embed Badge

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

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

PHPackages © 2026

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