rlweb/jsonresume

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

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

This package is auto-updated.

Last update: 2024-03-26 10:30:38 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.