PHPackages                             elliotjreed/json-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. elliotjreed/json-resume

AbandonedArchivedLibrary[Utility &amp; Helpers](/categories/utility)

elliotjreed/json-resume
=======================

JSON Resume builder in PHP.

1.0.1(4y ago)07MITPHPPHP ^8.1

Since Apr 23Pushed 4y ago1 watchersCompare

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

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

[![Contributor Covenant](https://camo.githubusercontent.com/2757a9db291c5ceda172e31d4fa5f3c4048a6e6257ee0b7113f80de277074b91/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f436f6e7472696275746f72253230436f76656e616e742d76322e3025323061646f707465642d6666363962342e737667)](code-of-conduct.md)

JSON Résumé builder for PHP
===========================

[](#json-résumé-builder-for-php)

A PHP library for building a [JSON Resume](https://jsonresume.org).

JSON Resume is a community driven open source initiative to create JSON-based standard for resumes.

You can create a public [Gist on GitHub](https://gist.github.com/), then add your username the JSON Resume registry URL to generate a nice-looking CV / resume, for example:

[https://registry.jsonresume.org/YOUR\_GITHUB\_USERNAME](https://registry.jsonresume.org/YOUR_GITHUB_USERNAME)

Different themes are available at [jsonresume.org/themes/](https://jsonresume.org/themes/).

Installation
------------

[](#installation)

PHP 8.1 or above is required.

To install via [Composer](https://getcomposer.org/download/):

```
composer require elliotjreed/json-resume
```

Usage
-----

[](#usage)

```
