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

Installs: 10

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/scrummitch/php-rev

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

This package is not auto-updated.

Last update: 2025-12-30 07:17:42 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); ?>