proovit/laravel-proovit

Laravel 13 SDK for ProovIT proof deposit, certification and certificate retrieval.

Maintainers

Package info

github.com/PROOV-IT/laravel-proovit

pkg:composer/proovit/laravel-proovit

Statistics

Installs: 10

Dependents: 1

Suggesters: 0

Stars: 1

Open Issues: 0

0.1.0 2026-04-10 15:35 UTC

This package is auto-updated.

Last update: 2026-05-10 15:50:36 UTC


README

Laravel 13 SDK for the ProovIT proof deposit and certification service.

What it does

  • centralizes the HTTP client and configuration for the ProovIT service
  • lists proof templates for the connected company
  • creates and uploads proofs
  • signs proofs
  • retrieves proof history and certificate links
  • exposes the ProovIT workflow through testable actions

Requirements

  • PHP 8.3+
  • Laravel 13+
  • Guzzle

Install

composer require proovit/laravel-proovit

Documentation

Release notes

0.1.0

  • Initial ProovIT Laravel SDK release
  • Connection, proof lifecycle, templates, reference data, and persistent configuration support

Acknowledgements