teoprayoga / teobiefy-laravel-api-response
Laravel API response helpers with server-configured payload compression and encryption.
Package info
github.com/teoprayoga/teobiefy-laravel-api-response
pkg:composer/teoprayoga/teobiefy-laravel-api-response
v0.3.0
2026-06-04 00:47 UTC
Requires
- php: ^8.1
- ext-json: *
- illuminate/cache: ^10.0|^11.0|^12.0|^13.0
- illuminate/console: ^10.0|^11.0|^12.0|^13.0
- illuminate/http: ^10.0|^11.0|^12.0|^13.0
- illuminate/support: ^10.0|^11.0|^12.0|^13.0
Requires (Dev)
- orchestra/testbench: ^8.0|^9.0|^10.0|^11.0
Suggests
- ext-sodium: Required for native xchacha20-poly1305 and chacha20-poly1305-ietf payload encryption.
- ext-zstd: Required when teobiefy.compression.driver is set to zstd.
- paragonie/sodium_compat: Optional fallback for sodium payload encryption when teobiefy.encryption.allow_sodium_compat_fallback is enabled.