dev-master
9999999-dev https://github.com/kz/transcriptic-phptranscriptic-php is a PHP package for the Transcriptic API.
MIT
The Requires
- php >=5.5.0
- guzzlehttp/guzzle ~6.0
The Development Requires
by Kelvin Zhang
labs transcriptic-php transcriptic
Wallogit.com
2017 © Pedro Peláez
transcriptic-php is a PHP package for the Transcriptic API.
![Software License][ico-license]
, (*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)
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
Please see CONTRIBUTING for details., (*9)
The MIT License (MIT). Please see License File for more information., (*10)
transcriptic-php is a PHP package for the Transcriptic API.
MIT
labs transcriptic-php transcriptic