laravel-proovit maintained by proovit
proovit/laravel-proovit
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