quasarstream / ssl
A PHP wrapper for OpenSSL using FFI, tailored for WebRTC components.
Fund package maintenance!
php-webrtc
Requires
- php: ^8.4
- ext-ffi: *
- quasarstream/exception: ^1.0
- quasarstream/mixin: ^1.0
Requires (Dev)
- phpunit/php-code-coverage: 11.0.x-dev
- phpunit/phpunit: ^11.3
This package is auto-updated.
Last update: 2025-05-12 13:15:33 UTC
README
A secure PHP FFI wrapper for OpenSSL, specifically designed for WebRTC implementations. Provides comprehensive cryptographic support including DTLS, SRTP, and certificate management.
Features
- DTLS Support: Certificate generation and fingerprint extraction
- SRTP Security: Key derivation for secure media transport
- Certificate Management: X.509 support and context creation
- Safe FFI Interface: Type-safe cryptographic operations
Requirements
- PHP ≥ 8.4 with FFI extension enabled
- OpenSSL development libraries
- Linux environment (Windows/macOS support planned)
Documentation
This package is part of the PHP WebRTC library. For complete documentation, examples, and API reference, visit:
Credits
Authors
-
Amin Yazdanpanah
aminyazdanpanah.com github@aminyazdanpanah.com -
Sana Moniri
GitHub
Reporting Issues
Found a bug? Please report it on our issues.
License
BSD 3-Clause License. See LICENSE for details.