danog/php-rtc-av

This PHP library leverages the Foreign Function Interface (FFI) to directly interact with native FFmpeg shared libraries (libavcodec, libavfilter, libavformat, etc.), providing low-level access to powerful multimedia processing capabilities within PHP. Fork with FFI made optional and a pure-PHP DTLS

Maintainers

Package info

github.com/danog/php-rtc-av

Homepage

pkg:composer/danog/php-rtc-av

Transparency log

Fund package maintenance!

php-webrtc

Statistics

Installs: 0

Dependents: 1

Suggesters: 0

Stars: 0

Open Issues: 0

v1.0.1001 2026-07-26 12:40 UTC

This package is auto-updated.

Last update: 2026-07-26 17:11:44 UTC


README

PHP Version License

PHP AV Libraries provides FFI bindings to AV libraries (including AVCodec and AVFilter) for encoding, transcoding, and manipulating audio/video streams.

Requirements

  • PHP ≥ 8.4 with FFI extension enabled
  • Linux (Windows and macOS support planned for future releases)
  • FFmpeg/libav shared libraries (libavcodec, libavfilter, etc.)
    • Compatible with FFmpeg version 7.1.1

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 open an issue on our GitHub repository.

License

BSD 3-Clause License. See LICENSE for full details.