Latest commit 8af9ef5 Nov 1, 2016 @sergey-shandar sergey-shandar committed on GitHub Use Zend-Mime instead of PEAR package. PHP 7. (#900)

* Using Auzre Store SDK for parsing mime types.

* Test.

* Fix PHPCS errors.

* Fix PHPCS errors.

* Fix PHPCS

* Using Zend/Mime to parse mime.

* HHVM

* update php-cs-fixer

* Update composer.lock.

* Remove php-cs-fixer

* Revert "Remove php-cs-fixer"

This reverts commit 0446375.

* Remove HHVM

* A link to package.

* Chanegelog.

* Minor fix.

* Remove pear/mail_mime-decode

* Remove unused 'use'.

* Examples.

README.md

This folder contains the following Azure Media Service PHP SDK samples:

  • vodworkflow_aes.php: End-to-end VOD workflow that applies AES content protection.
  • vodworkflow_drm_playready_widevine.php: End-to-end VOD workflow that applies DRM (PlayReady + Widevine) content protection.
  • vodworkflow_drm_fairplay.php: End-to-end VOD workflow that applies DRM (FairPlay) content protection.
  • scale_encoding_units.php: Scales the encoding reserved units.
  • analyticsworkflow_indexer.php: End-to-end analitycs workflow to index a media file.
  • liveworkflow_features.php: End-to-end live event workflow with configuration options to cover multiple scenarios.
  • userconfig.php: Common file used to store the Azure Media Services account credentials to execute all the samples.