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

Maintainers

Package info

github.com/scrummitch/rev-php

pkg:composer/scrummitch/php-rev

Statistics

Installs: 10

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

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

This package is not auto-updated.

Last update: 2026-03-10 08:10:50 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); ?>