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

on the README.md you mention > If you run into problems, please raise a GitHub issue, filling in the issue template. We'll take a look as soon as possible. but...

Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.8 to 2.8.9. Changelog Sourced from hosted-git-info's changelog. 2.8.9 (2021-04-07) Bug Fixes backport regex fix from #76 (29adfe5), closes #84 Commits 8d4b369 chore(release): 2.8.9 29adfe5 fix: backport...

dependencies

Originally this was going to be a more involved process but my attempts to tell Packagist more directly than the webhook could were a mess and this is probably fine...

Adds the one-line `composer require` install option as the primary method, with the older one as a backup

The method `MuxPhp\Models\CreateAssetRequest::setPlaybackPolicy` probably has an incorrect type of the playback_policy parameter in docblock: ```php /** @param \MuxPhp\Models\PlaybackPolicy[]|null $playback_policy */ ``` Should be either ```php /** @param string[]|null $playback_policy */...