PHPackages                             kz/transcriptic-php - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. kz/transcriptic-php

ActiveLibrary[API Development](/categories/api)

kz/transcriptic-php
===================

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

19PHP

Since Jun 19Pushed 10y ago1 watchersCompare

[ Source](https://github.com/kz/transcriptic-php)[ Packagist](https://packagist.org/packages/kz/transcriptic-php)[ RSS](/packages/kz-transcriptic-php/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

transcriptic-php
================

[](#transcriptic-php)

[![Latest Version on Packagist](https://camo.githubusercontent.com/8445d932d24786c357bb30d64a71981017407b280f944e4855805733c4e9f6cc/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6b7a2f7472616e73637269707469632d7068702e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/kz/transcriptic-php)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Total Downloads](https://camo.githubusercontent.com/ce0e8edc81ddefe1d79501cec2795e69a5ed5eb564ee8a9aa4a5e94a00d335ca/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6b7a2f7472616e73637269707469632d7068702e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/kz/transcriptic-php)

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

The author is not affiliated with TRANSCRIPTIC and TRANSCRIPTIC is not involved in the development of this package in any way.

Install
-------

[](#install)

Via Composer

```
$ composer require kz/transcriptic-php
```

Laravel Configuration
---------------------

[](#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:

```
Kz\Transcriptic\TranscripticServiceProvider::class,
```

Add the facade of this package to the $aliases array:

```
'Transcriptic' => Kz\Transcriptic\TranscripticFacade::class,
```

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

```

Change log
----------

[](#change-log)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

Testing
-------

[](#testing)

```
$ composer test
```

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Credits
-------

[](#credits)

- [Kelvin Zhang](https://github.com/kz)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/f10976263d70cc822dc21f4f47ceba88228e5de17fd47836a52ba3ee0bf9d321?d=identicon)[kz](/maintainers/kz)

---

Top Contributors

[![kz](https://avatars.githubusercontent.com/u/1910781?v=4)](https://github.com/kz "kz (2 commits)")

### Embed Badge

![Health badge](/badges/kz-transcriptic-php/health.svg)

```
[![Health](https://phpackages.com/badges/kz-transcriptic-php/health.svg)](https://phpackages.com/packages/kz-transcriptic-php)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35916.4M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24016.2M18](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172437.8k11](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93459.5k6](/packages/botman-driver-telegram)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
