A PHP wrapper for OpenSSL using FFI, tailored for WebRTC components.
Maintainers
Fund package maintenance!
v1.0.0
2025-05-12 12:55 UTC
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
Suggests
None
Provides
None
Conflicts
None
Replaces
None
BSD-3-Clause 1d8f222b292993ed151079261d0330c7ebba82e2
- Amin Yazdanpanah <github.woop@aminyazdanpanah.com>
- Sana Moniri <s.mo.woop@quasarstream.com>
- Quasar Stream Community
This package is auto-updated.
Last update: 2026-06-12 15:48:53 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.
