scrummitch/php-rev

There is no license information available for the latest version (dev-master) of this package.

A cute little PHP version of the rev API

dev-master 2014-08-06 01:26 UTC

This package is not auto-updated.

Last update: 2025-07-15 05:22:32 UTC


README

Rev.com PHP API because they dont have one

Rev.com is a transcription API service

Basic Usage:

  1. Configure with your access credentials

  2. Make requests

    getOrders(); var_dump($orders); ?>