• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

wol-soft / php-json-schema-model-generator
99%

Build:
DEFAULT BRANCH: master
Repo Added 12 Oct 2018 08:31AM UTC
Files 170
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH master
branch: SELECT
CHANGE BRANCH
x
  • No branch selected
  • 0.1.0
  • 0.10.0
  • 0.10.1
  • 0.11.0
  • 0.11.1
  • 0.12.0
  • 0.13.0
  • 0.14.0
  • 0.14.1
  • 0.15.0
  • 0.15.1
  • 0.16.0
  • 0.17.0
  • 0.18.0
  • 0.19.0
  • 0.2.0
  • 0.20.0
  • 0.21.0
  • 0.21.1
  • 0.21.2
  • 0.21.3
  • 0.21.4
  • 0.21.5
  • 0.21.6
  • 0.21.7
  • 0.21.8
  • 0.22.0
  • 0.22.1
  • 0.23.0
  • 0.23.1
  • 0.23.2
  • 0.23.3
  • 0.23.4
  • 0.23.5
  • 0.24.0
  • 0.24.1
  • 0.24.2
  • 0.25.0
  • 0.25.1
  • 0.26.1
  • 0.26.2
  • 0.3.0
  • 0.3.1
  • 0.4.0
  • 0.5.0
  • 0.6.0
  • 0.7.0
  • 0.8.0
  • 0.9.0
  • 65-recursive-reference-resolving
  • 70-filter-in-composition
  • AddOptionToDefaultArraysToEmptyArray
  • AdvancedFilter
  • BaseProcessor
  • BuilderClassPostProcessor
  • CompositionValidationOnMutableObjects
  • FormatValidation
  • JsonSchemaDraftTestSuite
  • MoveCI
  • NestedObjectException
  • OptimizeMergedProperties
  • PatternProperties
  • PerformanceImprovements
  • PostProcessor
  • PostProcessorHooks
  • ReworkExceptions
  • SchemaHooks
  • SkipFilterAfterTransformingFilterIfTransformationFails
  • ThrowExceptionFromNestedModel
  • additionalProperties
  • attributes
  • bogus-loop-var
  • booleanSchemas
  • chore/phpunit-13-upgrade
  • claude/exciting-cori-7aca14
  • claude/remove-ext-json-requirement-6rewh4
  • debug
  • drafts
  • enumPostProcessor
  • feat-required-and-optional-const-property
  • feat/composition-required-promotion
  • feature/class-name-generator-improvements
  • feature/defs-keyword-support
  • filter-composition-ordering
  • fix-implicit-null-allowed
  • fix-name-normalization
  • fix/composed-schema-branch-defaults
  • fix/enum-types-in-composition-branches
  • fix/issue-101
  • fix/issue-110
  • fix/issue-129-enum-type-check-validator
  • fix/issue-130-duplicate-ref-builder-methods
  • fix/issue-98
  • implicitNullableConfiguration
  • improveRefResolving
  • issue133
  • issue72_nestedComposition
  • issue77_dynamicProperty
  • issue79_CombinedRefAndObjectDefinition
  • jsonSchemaDraft7
  • master
  • modernizeCode
  • optionalConst
  • order-schema-files
  • param
  • patch-1
  • patch-2
  • php82tessting
  • propertyinterface-bogus-signature
  • ref-required-and-optional-property
  • refImprovements
  • renameRawModelDataInput
  • supportNumericProperties
  • typos
  • useInNestedReferences

03 Jul 2026 09:48PM UTC coverage: 98.756%. Remained the same
28684783574

push

github

web-flow
Merge pull request #161 from wol-soft/claude/remove-ext-json-requirement-6rewh4

Remove ext-json as a requirement from documentation

6509 of 6591 relevant lines covered (98.76%)

582.58 hits per line

Relevant lines Covered
Build:
Build:
6591 RELEVANT LINES 6509 COVERED LINES
582.58 HITS PER LINE
Source Files on master
  • Tree
  • List 170
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
28684783574 master Merge pull request #161 from wol-soft/claude/remove-ext-json-requirement-6rewh4 Remove ext-json as a requirement from documentation push 03 Jul 2026 09:49PM UTC web-flow github
98.76
28684734135 claude/remove-ext-json-requirement-6rewh4 Remove ext-json as a requirement from documentation The ext-json extension has been bundled with PHP since version 7.0. Since this project requires PHP 8.4, explicitly requiring ext-json is unnecessary. Co-Authored-By: Claude Haiku 4.5 <noreply@... Pull #161 03 Jul 2026 09:48PM UTC claude github
98.76
28629085348 master Merge pull request #160 from wol-soft/claude/exciting-cori-7aca14 Add JSON Pointer (RFC 6901) stamping on all ValidationExceptions push 02 Jul 2026 11:56PM UTC web-flow github
98.76
28628957811 claude/exciting-cori-7aca14 Add JSON Pointer (RFC 6901) stamping on all ValidationExceptions Every ValidationException now carries a getJsonPointer() method (provided by the production library) that identifies the schema keyword that rejected the value (e.g. /properties/age... Pull #160 02 Jul 2026 11:53PM UTC wol-soft github
98.75
28626744072 master Merge pull request #159 from wol-soft/feature/class-name-generator-improvements feat: improve nested class naming with $anchor, property, and array-item levels push 02 Jul 2026 10:57PM UTC web-flow github
98.75
28626667550 feature/class-name-generator-improvements Refine hint on class naming for schemas Removed redundant text about schemas receiving names derived from their definition key. Pull #159 02 Jul 2026 10:55PM UTC web-flow github
98.75
28626604617 feature/class-name-generator-improvements Merge 9dfc4e5be into 4212f9871 Pull #159 02 Jul 2026 10:53PM UTC web-flow github
98.75
28626502074 feature/class-name-generator-improvements feat: improve nested class naming with $anchor, property, and array-item levels ClassNameGenerator now applies six named priority levels before falling back to the property-name-plus-hash fallback: 1. title 2. $id (basename) 3. $anchor (Draft 20... push 02 Jul 2026 10:51PM UTC wol-soft github
98.75
27833624785 master Merge pull request #156 from wol-soft/feature/defs-keyword-support Support JSON Schema Draft 2019-09 $defs keyword push 19 Jun 2026 03:10PM UTC web-flow github
98.75
27833565388 feature/defs-keyword-support Merge b4704a51c into c406e0edf Pull #156 19 Jun 2026 03:09PM UTC web-flow github
98.75
See All Builds (722)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc