proovit / laravel-proovit
Laravel 13 SDK for ProovIT proof deposit, certification and certificate retrieval.
0.1.0
2026-04-10 15:35 UTC
Requires
- php: ^8.3
- guzzlehttp/guzzle: ^7.9
- illuminate/contracts: ^13.0
- illuminate/database: ^13.0
- illuminate/support: ^13.0
- spatie/laravel-package-tools: ^1.92
Requires (Dev)
- larastan/larastan: ^3.9.3
- laravel/pint: ^1.29.0
- orchestra/testbench: ^11.0
- pestphp/pest: ^3.8
- phpstan/phpstan: ^2.1.22
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
- Install
- Configuration
- API
- Use cases
- Events
- Proof templates
- Reference data
- Proof builder
- Persistent configuration
- Release notes
- V1 scope
Release notes
0.1.0
- Initial ProovIT Laravel SDK release
- Connection, proof lifecycle, templates, reference data, and persistent configuration support