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

wol-soft / php-json-schema-model-generator-production
25%
master: 23%

Build:
Build:
LAST BUILD BRANCH: jsonSchemaDraft7
DEFAULT BRANCH: master
Repo Added 13 Jun 2020 10:27AM UTC
Files 79
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 jsonSchemaDraft7
branch: SELECT
CHANGE BRANCH
x
  • No branch selected
  • 0.10.0
  • 0.11.0
  • 0.12.0
  • 0.12.1
  • 0.12.2
  • 0.13.0
  • 0.14.0
  • 0.15.0
  • 0.15.1
  • 0.15.2
  • 0.16.0
  • 0.20.0
  • 0.20.1
  • 0.20.2
  • 0.20.3
  • 0.21.0
  • 0.21.1
  • AdvancedFilter
  • FormatValidation
  • OptimizeExceptionSerialization
  • PatternProperties
  • PerformanceImprovements
  • ReworkExceptions
  • SkipSerializationOfInternalProperties
  • additionalProperties
  • chore/phpunit-13-upgrade
  • jsonSchemaDraft2019
  • jsonSchemaDraft7
  • master

21 Apr 2026 01:50PM UTC coverage: 25.265% (-1.8%) from 27.11%
24726187836

push

github

Enno Woortmann
Add MediaString and ImmutableMediaString value objects with filter callables

Introduces two value object classes (ValueObject/MediaString and
ValueObject/ImmutableMediaString) and their corresponding filter/serializer
callables (Filter/MediaString and Filter/ImmutableMediaString) to support
the contentMediaType and contentEncoding JSON Schema keywords.

Value objects carry the raw string value alongside schema-defined mediaType
and encoding metadata. The mutable variant exposes setValue(); the immutable
variant is fully readonly. Both implement Stringable.

Filter callables are separated from the value objects to keep concerns clean:
the value objects are pure data holders while the filter classes own the
transformation and serialization logic for the generator's filter pipeline.

0 of 45 new or added lines in 4 files covered. (0.0%)

167 of 661 relevant lines covered (25.26%)

0.84 hits per line

Relevant lines Covered
Build:
Build:
661 RELEVANT LINES 167 COVERED LINES
0.84 HITS PER LINE
Source Files on master
  • Tree
  • List 79
  • 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
24726187836 jsonSchemaDraft7 Add MediaString and ImmutableMediaString value objects with filter callables Introduces two value object classes (ValueObject/MediaString and ValueObject/ImmutableMediaString) and their corresponding filter/serializer callables (Filter/MediaStrin... push 21 Apr 2026 01:51PM UTC Enno Woortmann github
25.26
24339903223 jsonSchemaDraft2019 Add additional exceptions for array contains. Add simplified access to detected amount for minItems/maxItems, minContains/maxContains and minProperties/maxProperties and add information to exception messages push 13 Apr 2026 11:02AM UTC wol-soft github
25.15
24339806478 jsonSchemaDraft7 Merge branch 'refs/heads/master' into jsonSchemaDraft7 # Conflicts: # src/Exception/ComposedValue/ConditionalException.php # src/Exception/Generic/InvalidConstException.php # src/Exception/Generic/InvalidTypeException.php # src/Exception/Object/A... push 13 Apr 2026 11:00AM UTC wol-soft github
27.11
24337704911 master Add type hint push 13 Apr 2026 10:07AM UTC wol-soft github
23.28
24265851945 master Remove getAcceptedTypes() from FilterInterface Accepted types are now derived automatically from the first parameter's type hint of the filter callable via reflection in the generator. Keeping a separate getAcceptedTypes() method risks drift betw... push 10 Apr 2026 09:52PM UTC wol-soft github
23.28
24132333514 master Serialize using JSON Schema property names; introduce #[Internal] attribute SerializableTrait: - Use #[SchemaName] reflection to map PHP property names to original JSON Schema names so all serialization output keys match the schema definition -... push 08 Apr 2026 11:11AM UTC wol-soft github
23.28
23927403224 master Add basic attributes push 02 Apr 2026 11:53PM UTC wol-soft github
20.08
23856283877 master Add basic attributes push 01 Apr 2026 03:21PM UTC wol-soft github
20.38
23753119703 master Merge pull request #13 from wol-soft/chore/phpunit-13-upgrade Upgrade to PHP 8.4 minimum and PHPUnit 13 push 30 Mar 2026 03:33PM UTC web-flow github
20.7
23464452873 0.21.1 Fix serialization skipping nested properties with same name as outer optional property Per-object skip-not-provided entries were merged into the $except parameter which was then passed to child objects. Any child property with the same name as an... push 23 Mar 2026 11:04PM UTC Enno Woortmann github
19.86
See All Builds (85)
  • 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