docs: add PHP library to Related projects - #412
Merged
Conversation
Adds provemark/content-credentials to the community Related projects list. It builds, signs, reads and verifies Content Credentials from PHP, which is the one mainstream server language without an entry on this page -- the only PHP-adjacent project listed today is the Drupal module, which reads credentials rather than producing them. It is built on c2pa-node rather than reimplementing anything: signing is delegated to a small Node service that holds the private key, so a PHP application can produce credentials without key material entering the web tier.
✅ Deploy Preview for cai-open-source ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Collaborator
|
Thanks for the contribution! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes in this pull request
Adds one entry to the Related projects list in
docs/community.md:provemark/content-credentials — MIT, on Packagist.
Why it might be worth listing
PHP is the one mainstream server language without an entry on this page. The only PHP-adjacent project listed today is the Drupal module, which reads credentials rather than producing them — so there is currently no documented path for a PHP application that needs to sign, which Article 50 has made a live question for a lot of people since 2 August.
It is not a reimplementation of anything. Signing goes through
@contentauth/c2pa-node; the library is the PHP client plus a small service that holds the key, so a PHP application can produce credentials without key material entering the web tier.Some context on the state of it, since "community project" covers a wide range: 16 written specifications with tests before implementation, PHPStan at max level, and CI running the integration suite against a live signing service in three configurations. Its
NOTES.mddocuments the C2PA implementation traps found along the way — several of which are not in the docs anywhere, such asbuilder.sign()returning the manifest store rather than the signed asset, andverify_trustsilently verifying nothing when no trust material is supplied.Happy to adjust the wording, shorten it, or move it if a different section fits better.
Types of changes
Checklist
TO DOitems (or similar) have been entered as GitHub issues and the link to that issue has been included in a comment