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
Requires
- php: ~7
- swaggest/json-schema: ^0.12.5
Requires (Dev)
- jsonresume/resume-schema: 1.0.0
- phpunit/phpunit: ^7.4
- squizlabs/php_codesniffer: ^3.3
- swaggest/php-code-builder: ^0.2.3
- symfony/console: ^4.1
- vimeo/psalm: ^3.0
This package is auto-updated.
Last update: 2025-03-26 12:50:36 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.