2017 © Pedro Peláez
 

library transcriptic-php

transcriptic-php is a PHP package for the Transcriptic API.

image

kz/transcriptic-php

transcriptic-php is a PHP package for the Transcriptic API.

  • Sunday, June 19, 2016
  • by kz
  • Repository
  • 1 Watchers
  • 1 Stars
  • 3 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

transcriptic-php

Latest Version on Packagist ![Software License][ico-license] Total Downloads, (*1)

transcriptic-php is a PHP package for the Transcriptic API., (*2)

The author is not affiliated with TRANSCRIPTIC and TRANSCRIPTIC is not involved in the development of this package in any way., (*3)

Install

Via Composer, (*4)

``` bash $ composer require kz/transcriptic-php, (*5)


## Laravel Configuration transcriptic-php has optional support for Laravel and comes with a Service Provider and Facades for easy integration. The vendor/autoload.php is included by Laravel, so you don't have to require or autoload manually. Just see the instructions below. After you have installed transcriptic-php, open your Laravel config file config/app.php and add the following lines. In the $providers array add the service providers for this package: ``` php Kz\Transcriptic\TranscripticServiceProvider::class,

Add the facade of this package to the $aliases array:, (*6)

``` php 'Transcriptic' => Kz\Transcriptic\TranscripticFacade::class,, (*7)


Now the Transcriptic Class will be auto-loaded by Laravel. You also need to supply your User Email and User Token in your .env environment file:

TRANSCRIPTIC_EMAIL=john@example.com TRANSCRIPTIC_TOKEN=XXXXXXXXXXXXXXXXXXXX, (*8)


## Change log Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently. ## Testing ``` bash $ composer test

Contributing

Please see CONTRIBUTING for details., (*9)

Credits

License

The MIT License (MIT). Please see License File for more information., (*10)

The Versions

19/06 2016

dev-master

9999999-dev https://github.com/kz/transcriptic-php

transcriptic-php is a PHP package for the Transcriptic API.

  Sources   Download

MIT

The Requires

 

The Development Requires

labs transcriptic-php transcriptic