PHPackages                             castingwords/castingwords-api - 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. castingwords/castingwords-api

ActiveLibrary[API Development](/categories/api)

castingwords/castingwords-api
=============================

CastingWords API access from PHP

16PHP

Since Dec 13Pushed 12y ago1 watchersCompare

[ Source](https://github.com/CastingWordsLLC/castingwords-api-php-client)[ Packagist](https://packagist.org/packages/castingwords/castingwords-api)[ RSS](/packages/castingwords-castingwords-api/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (1)Used By (0)

CastingWords Transcription API
==============================

[](#castingwords-transcription-api)

PHP Client
----------

[](#php-client)

Example:

```
 $ php -a
 Interactive shell
 php > set_include_path('./lib/');
 php > require 'CastingWordsAPI.php';
 >>> $cw = new CastingWordsAPI("123456789asdfghjkl0987654321");
 >>> $cw->test  = 1;  // set test mode
 >>> echo $cw->prepay_balance()."\n";
 1001.00
 >>> print_r( $cw->order_url("http://example.com/media.mp3", "TRANS14"));
 Array
 (
     [audiofiles] => Array
        (
           [0] => 165131
        )

      [order] => 4nX
      [message] => Order '4nX' Created
)

```

Run Example:

```
$   php ex/example.php $MY_API_KEY;

```

See Also:

- [CastingWords Transcription API Description](https://castingwords.com/support/transcription-api.html)
- [CastingWords API Docs](https://castingwords.com/docs/developer/SimpleAPI.html)

###  Health Score

20

—

LowBetter than 14% 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/6b886e34eddecaddf0bcdb7862c9ed7e6cae5ce5a0c4d86983bb69a75f88abbd?d=identicon)[nmcfarl](/maintainers/nmcfarl)

---

Top Contributors

[![nmcfarl](https://avatars.githubusercontent.com/u/42356?v=4)](https://github.com/nmcfarl "nmcfarl (5 commits)")

### Embed Badge

![Health badge](/badges/castingwords-castingwords-api/health.svg)

```
[![Health](https://phpackages.com/badges/castingwords-castingwords-api/health.svg)](https://phpackages.com/packages/castingwords-castingwords-api)
```

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

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