mux-php icon indicating copy to clipboard operation
mux-php copied to clipboard

Official Mux API wrapper for PHP projects, supporting both Mux Data and Mux Video.

Results 16 mux-php issues
Sort by recently updated
recently updated
newest added

### Description: With recent updates to the GuzzleHttp library, the `build_query()` function has been deprecated, causing runtime errors in the codebase. This pull request addresses these issues by replacing the...

- Add support for User Agent restrictions within `PlaybackRestriction` - Add support for [error severity and business exceptions](https://docs.mux.com/guides/error-categorization) - Add support for updated MP4 options - Add support for [additional...

the `openAPITypes` field of `WebInputResponse` is not right. it should be `\MuxPhp\Models\WebInput`. ![image](https://github.com/muxinc/mux-php/assets/88195/0dcac1b0-a2a4-45eb-a1c5-aedfd477198f)

I am not entirely sure what is going on. It should be the exact same code as written in the example. I have tried to hardcode "public" instead of `PlaybackPolicy::_PUBLIC`...

I believe that `GuzzleHttp/psr7/build_query()` method has been deprecated instead you should use `GuzzleHttp/psr7/Query::build()`. I am getting following error in my application: ``` { "message": "Call to undefined function GuzzleHttp\\Psr7\\build_query()", "context":...

I am trying to use the Livestream Update request via this PHP library to update an existing livestream. I did not set an explicit max_continuous_duration either when creating or updating....

A lot of Models are generating return type exceptions for us in our application: PHP 8.1.4 Mux PHP SDK 3.3.1 ``` Return type of MuxPhp\Models\AssetResponse::offsetExists($offset) should either be compatible with...

This package does is not compatible with `httpguzzle\psr7: ^2.0` and is only compatible with `httpguzzle\psr7: ^1.7`. Is it possible to either update the package to support this version or alternatively...