A PHP wrapper around the libvpx codec using FFI, providing tools for encoding and decoding VP8/VP9 video streams for WebRTC applications.

Maintainers

👁 aminyazdanpanah

Package info

github.com/PHP-WebRTC/vpx

Homepage

pkg:composer/quasarstream/vpx

Fund package maintenance!

php-webrtc

Statistics

Installs: 1 215

Dependents: 1

Suggesters: 0

Stars: 0

Open Issues: 0

v1.0.0 2025-05-12 20:57 UTC

Requires

Requires (Dev)

Suggests

None

Provides

None

Conflicts

None

Replaces

None

BSD-3-Clause 9e96dea0605775d71d2c8f521176c08d83f24ef0

  • Amin Yazdanpanah <github.woop@aminyazdanpanah.com>
  • Sana Moniri <s.mo.woop@quasarstream.com>
  • Quasar Stream Community

libvpxvpx

This package is auto-updated.

Last update: 2026-06-12 23:12:27 UTC


README

👁 PHP Version
👁 License

Deprecation Notice: This library will be replaced with the AV library in a future update.

A PHP wrapper around the libvpx codec using FFI, providing tools for encoding and decoding VP8/VP9 video streams for WebRTC applications.

Features

  • VP8 and VP9 video codec support
  • Encode raw YUV frames to VPX
  • Decode VPX streams to raw frames
  • FFI bindings to libvpx

Requirements

  • PHP ≥ 8.4 with FFI extension enabled
  • libvpx 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:

PHP WebRTC Documentation

Credits

Authors

Reporting Issues

Found a bug? Please report it on our issues.

License

BSD 3-Clause License. See LICENSE for details.