PHPackages                             inwebo/open-resume-bundle - 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. inwebo/open-resume-bundle

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

inwebo/open-resume-bundle
=========================

1.0(3mo ago)051GPL-3.0-or-laterPHPPHP ^8.2

Since Jan 26Pushed 3mo agoCompare

[ Source](https://github.com/inwebo/open-resume-bundle)[ Packagist](https://packagist.org/packages/inwebo/open-resume-bundle)[ RSS](/packages/inwebo-open-resume-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (6)Versions (3)Used By (0)

### Open Resume Bundle for Symfony

[](#open-resume-bundle-for-symfony)

An installable Symfony bundle providing Doctrine ORM mapped superclasses and models for the Open Resume domain (basics, profiles, work, volunteer, education, skills, etc.). Use it as a foundation to model resume data in your Symfony application, extending the provided base entities and wiring them into Doctrine.

This repository is a reusable library (not a standalone app).

#### Key features

[](#key-features)

- Doctrine ORM mapped superclasses for common resume entities
- Symfony Validator integration (interfaces/types geared for validation)
- Symfony bundle that prepends Doctrine mapping for the package entities

---

### Stack and requirements

[](#stack-and-requirements)

- Language: PHP 8.2+
- Framework: Symfony (bundle components; tested with Symfony 7 components)
- Persistence: Doctrine ORM 3.5+ with doctrine/doctrine-bundle (v2 or v3)
- Validation: symfony/validator ^7.3

See `composer.json` for authoritative constraints.

---

### Installation (in a Symfony application)

[](#installation-in-a-symfony-application)

1. Require the bundle via Composer:

```
composer require inwebo/open-resume-bundle

```

2. Define your concrete entity classes by extending the mapped superclasses from this bundle (e.g., `Inwebo\OpenResumeBundle\Entity\Basics`). Example:

```
