PHPackages                             verifymycontent/video-moderation - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. verifymycontent/video-moderation

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

verifymycontent/video-moderation
================================

Content Moderation SDK

3.3.3(1y ago)124.8k↓30.6%6[1 PRs](https://github.com/verifymycontent/video-moderation/pulls)MITPHP

Since Nov 13Pushed 1y ago2 watchersCompare

[ Source](https://github.com/verifymycontent/video-moderation)[ Packagist](https://packagist.org/packages/verifymycontent/video-moderation)[ RSS](/packages/verifymycontent-video-moderation/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (1)Versions (24)Used By (0)

VerifyMyContent Video Moderation PHP SDK
========================================

[](#verifymycontent-video-moderation-php-sdk)

PHP SDK to use the VerifyMyContent Video Moderation service.

Installation
------------

[](#installation)

```
composer require verifymycontent/video-moderation
```

Get Started
-----------

[](#get-started)

The main class to handle the moderation integration process is the `VerifyMyContent\VideoModeration\Moderation`. It will abstract the HMAC generation for the API calls.

### Start a Moderation

[](#start-a-moderation)

Use the `start` method to create a moderation, like the example below:

```
