Comparisons

in-toto attestations in PHP?

Yes. k2gl/in-toto-attestation builds and parses in-toto attestation Statements in PHP — the subject + predicateType + predicate structure that tools like cosign and the GitHub attestations API expect.

The Statement is a wrapper

An in-toto Statement carries a predicate about one or more subjects. In PHP:

Install

composer require k2gl/in-toto-attestation

See the supply-chain overview.