rlweb/jsonresume

A package for JSON Resume for PHP. It includes the Datatypes and provides a parser.

Maintainers

Package info

github.com/rlweb/jsonresume

pkg:composer/rlweb/jsonresume

Statistics

Installs: 14

Dependents: 0

Suggesters: 0

Stars: 4

Open Issues: 0

v1.0.0 2018-11-25 23:27 UTC

This package is auto-updated.

Last update: 2026-02-26 14:46:43 UTC


README

Introduction

Autogenerated Classes for the JSON Resume Schema.

Updating the JSON Schema

Via composer we are importing the schema https://github.com/jsonresume/resume-schema. To update this the version must be modified within composer.json to match the tag within the repo. Then run php update, this will update the classes and then tag this repository with the same version as resume schema. Any updates to the tests will be required also.