PHPackages                             ocolin/tarana-wireless - 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. ocolin/tarana-wireless

ActiveLibrary[API Development](/categories/api)

ocolin/tarana-wireless
======================

Basic REST client for Tarana Wireless API

2.0(5mo ago)024MITPHP

Since May 21Pushed 5mo ago1 watchersCompare

[ Source](https://github.com/ocolin/TaranaWireless)[ Packagist](https://packagist.org/packages/ocolin/tarana-wireless)[ RSS](/packages/ocolin-tarana-wireless/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (4)Versions (6)Used By (0)

Tarana Wireless
===============

[](#tarana-wireless)

Description
-----------

[](#description)

API client for Tarana Wireless services

Usage
-----

[](#usage)

### Environment variables

[](#environment-variables)

You can specify parameters in the constructor, but if any are left out, these environment variables will be used instead.

TARANA\_WIRELESS\_API\_TOKEN - Authentication token for API

TARANA\_WIRELESS\_HOST - URL of server API

### Instantiate

[](#instantiate)

Create an instance of the Tarana object.

```
$tarana = new Ocolin\TaranaWireless\Client();
```

#### Parameters

[](#parameters)

$url: Name of the Tarana host server. If null, will use .env field.

$api\_key: Authentication token for server. If null, will use .env field.

$timeout: HTTP timeout. Defaults to 20 seconds.

$verify: Verify SSL credentials. Defaults to off.

### Making a call

[](#making-a-call)

```
$output = $tarana->call(
    path: '/v0/find/bns/issues',
    method: 'POST',
    query: [ 'response_format' => 'json' ]
);
```

#### Parameters

[](#parameters-1)

$path: REQUIRED - End point API path, including named parameters names which will be replaced by variables. Copy/paste from the API docs.

$query: Array of parameters name/values to use for URI path or query URI.

$method: HTTP method. Defaults to GET.

$body: Object or array for POST/PUT/PATCH HTTP request bodies.

Tarana API Docs
---------------

[](#tarana-api-docs)

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance70

Regular maintenance activity

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity40

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.

###  Release Activity

Cadence

Every ~46 days

Total

5

Last Release

171d ago

Major Versions

1.3 → 2.02025-11-21

### Community

Maintainers

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

---

Top Contributors

[![ocolin](https://avatars.githubusercontent.com/u/8870196?v=4)](https://github.com/ocolin "ocolin (1 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/ocolin-tarana-wireless/health.svg)

```
[![Health](https://phpackages.com/badges/ocolin-tarana-wireless/health.svg)](https://phpackages.com/packages/ocolin-tarana-wireless)
```

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[convertkit/convertkitapi

Kit PHP SDK for the Kit API

2167.1k1](/packages/convertkit-convertkitapi)[mapado/rest-client-sdk

Rest Client SDK for hydra API

1125.9k2](/packages/mapado-rest-client-sdk)

PHPackages © 2026

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