sendity / laravel-server
Self-hosted Sendity server implementation for Laravel
v0.1.0
2026-05-30 22:16 UTC
Requires
- php: >=8.2
- ext-mbstring: *
- ext-openssl: *
- illuminate/broadcasting: ^12.0
- illuminate/events: ^12.0
- illuminate/queue: ^12.0
- illuminate/support: ^12.0
- nyholm/psr7: ^1.8
- sendity/core: ^0.1
- symfony/psr-http-message-bridge: ^7.0
Requires (Dev)
- orchestra/testbench: ^10.0
- phpunit/phpunit: ^11.5
README
Self-hosted Sendity server implementation for Laravel.
This package owns the Sendity API routes, auth-request lifecycle, inbound channel endpoints, JWKS endpoint, Laravel cache/storage bridge, and broadcast event bridge.
Use sendity/laravel-auth for existing Laravel apps that want to validate hosted Sendity results, exchange browser authorizations into Laravel sessions, or render the optional <x-sendity /> Blade wrapper.