PHPackages                             andy-franklin/cv-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. [Templating &amp; Views](/categories/templating)
4. /
5. andy-franklin/cv-bundle

ActiveLibrary[Templating &amp; Views](/categories/templating)

andy-franklin/cv-bundle
=======================

A simple CV/Resume bundle. Generate configuration and use contributed templates to create a simple HTML file CV

10PHP

Since Nov 12Pushed 7y agoCompare

[ Source](https://github.com/Andy-franklin/CVBundle)[ Packagist](https://packagist.org/packages/andy-franklin/cv-bundle)[ RSS](/packages/andy-franklin-cv-bundle/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (1)Used By (0)

CVBundle
========

[](#cvbundle)

Provides a simple extendable base for generating a CV page.

Usage
-----

[](#usage)

### Installation

[](#installation)

```
composer require andy-franklin/cv-bundle
```

Enable the bundles in your `bundles.php` file.

```
AndyFranklin\CVBundle\AndyFranklinCVBundle::class => ['all' => true],
```

### Configuration

[](#configuration)

Using the command to generate this configuration for you

```
php bin/console afcv:generate:config
```

or modifying the configuration by hand

```
# config/packages/andy_franklin_cv.yaml
andy_franklin_cv:
   name: 'Andy Franklin'
   job_title: 'Web Developer'
   work_place: 'The Drum'
   summary: 'Experienced Web Developer with a demonstrated history of working in the publishing industry. Skilled in PHP, MySql, Symfony, HTML, CSS, JavaScript and Teamwork. Strong engineering professional with a BSc Web and Mobile Development (Hons) from The University of the West of Scotland.'
   social_links:
       - { type: 'github', link: 'https://github.com/Andy-franklin' }
       - { type: 'email', link: 'cv@andyfranklin.co.uk' }
       - { type: 'linkedIn', link: 'https://www.linkedin.com/in/andy-franklin-28854680/' }
   experience:
       - { title: 'experience one', description: 'description of experience one' }
       - { title: 'experience two', description: 'description of experience two' }
   skills:
       - { title: 'skill one', description: 'description of skill one' }
       - { title: 'skill two', description: 'description of skill two' }
   interests:
       - { title: 'interest one', description: 'description of interest one' }
       - { title: 'interest two', description: 'description of interest two' }
```

### See available templates

[](#see-available-templates)

To see the available templates run the command

```
php bin/console afcv:list:templates
```

### Serve the page through Symfony

[](#serve-the-page-through-symfony)

Using the output from the list command, pass the template name to the indexAction

```
# config/routes.yaml
index:
    path: /
    controller: AndyFranklin\CVBundle\Controller\DefaultController::indexAction
```

### Or, Generate a single HTML page to host elsewhere

[](#or-generate-a-single-html-page-to-host-elsewhere)

Using the output from the list command, pass the template name as an argument to the generate:html command.

```
php bin/console afcv:generate:html
```

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

[](#contributing)

This bundle relies on having templates contributed for others to use.

### Template Guide

[](#template-guide)

If you wish to add to the collection, contribute your twig files in their own folder with the desired template name. Name the entry point of your template `index.html.twig` within your new template folder.

Include all custom styles and scripts in the twig template to be rendered to a single html file. Use of CDN or external styles and scripts is fine.

License
-------

[](#license)

MIT

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity39

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/7d416e50490450eb97f0974659736908dac46110775b874644adcedcbcce16e5?d=identicon)[Andy-franklin](/maintainers/Andy-franklin)

---

Top Contributors

[![Andy-franklin](https://avatars.githubusercontent.com/u/37847329?v=4)](https://github.com/Andy-franklin "Andy-franklin (1 commits)")

### Embed Badge

![Health badge](/badges/andy-franklin-cv-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/andy-franklin-cv-bundle/health.svg)](https://phpackages.com/packages/andy-franklin-cv-bundle)
```

###  Alternatives

[mustache/mustache

A Mustache implementation in PHP.

3.3k44.6M291](/packages/mustache-mustache)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9682.1M97](/packages/roots-acorn)[whitecube/nova-flexible-content

Flexible Content &amp; Repeater Fields for Laravel Nova.

8053.0M25](/packages/whitecube-nova-flexible-content)[mopa/bootstrap-bundle

Easy integration of twitters bootstrap into symfony2

7042.9M33](/packages/mopa-bootstrap-bundle)[limenius/react-bundle

Client and Server-side react rendering in a Symfony Bundle

3871.2M](/packages/limenius-react-bundle)[nicmart/string-template

StringTemplate is a very simple string template engine for php. I've written it to have a thing like sprintf, but with named and nested substutions.

2101.7M30](/packages/nicmart-string-template)

PHPackages © 2026

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