PHPackages                             devhun/wideshot-api-client - 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. devhun/wideshot-api-client

ActiveLibrary

devhun/wideshot-api-client
==========================

PHP API client for wideshot.co.kr (SEJONG Telecom Service)

1.0.4(5y ago)019MITPHPPHP &gt;=7.1

Since Dec 5Pushed 5y ago1 watchersCompare

[ Source](https://github.com/devhun/wideshot-api-client)[ Packagist](https://packagist.org/packages/devhun/wideshot-api-client)[ Docs](https://github.com/devhun/wideshot-api-client)[ RSS](/packages/devhun-wideshot-api-client/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependencies (2)Versions (7)Used By (0)

PHP API client for api.wideshot.co.kr
=====================================

[](#php-api-client-for-apiwideshotcokr)

[![Build Status](https://camo.githubusercontent.com/a079cebd621e65198a3b92b3f48c56539f15190b6cf2135001d4a405605aba17/68747470733a2f2f7472617669732d63692e6f72672f64657668756e2f7769646573686f742d6170692d636c69656e742e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/devhun/wideshot-api-client)[![Latest Stable Version](https://camo.githubusercontent.com/3eddfdeccc30c3e9b247ed0e9e073f3448e54e18d1f7515ee59d310c51a4cf24/68747470733a2f2f706f7365722e707567782e6f72672f64657668756e2f7769646573686f742d6170692d636c69656e742f76657273696f6e)](https://packagist.org/packages/devhun/wideshot-api-client)[![Total Downloads](https://camo.githubusercontent.com/09fdf89547d5fdfc7ac65d37c0f1294a80889e8b345b10713dece0790b8d1dcb/68747470733a2f2f706f7365722e707567782e6f72672f64657668756e2f7769646573686f742d6170692d636c69656e742f646f776e6c6f616473)](https://packagist.org/packages/devhun/wideshot-api-client)[![License](https://camo.githubusercontent.com/fa015e551a6da3cb6fc7dc391e839e297f972c68429498fedbf092116e576db7/68747470733a2f2f706f7365722e707567782e6f72672f64657668756e2f7769646573686f742d6170692d636c69656e742f6c6963656e7365)](https://packagist.org/packages/devhun/wideshot-api-client)

Install using composer
----------------------

[](#install-using-composer)

Open a shell, `cd` to your poject and type:

```
composer require devhun/wideshot-api-client
```

or edit composer.json and add:

```
{
    "require": {
        "devhun/wideshot-api-client": "~1.0"
    }
}
```

If you want to use the `GuzzleHttpAdapter`, you will need to add [Guzzle 6](https://github.com/guzzle/guzzle).

Usage examples
--------------

[](#usage-examples)

###### Guzzle

[](#guzzle)

```
require 'vendor/autoload.php';

use Wideshot\WideshotClient;
use Wideshot\Adapter\GuzzleHttpAdapter;

// Using Guzzle 6...
$client = new WideshotClient(
    new GuzzleHttpAdapter('your-api-key')
);

$result = $client->result()->all();

var_export($result);
```

###### CURL

[](#curl)

```
require 'vendor/autoload.php';

use Wideshot\WideshotClient;
use Wideshot\Adapter\CurlAdapter;

// Using regular CURL, courtesy of 'malc0mn'
$client = new WideshotClient(
    new CurlAdapter('your-api-key')
);

$result = $client->result()->all();

var_export($result);
```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity57

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 ~81 days

Total

5

Last Release

2030d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/41fd2b8b4d92317c709787ca731c290d715398faf0784fb41d1916121cc0c32c?d=identicon)[devhun](/maintainers/devhun)

---

Top Contributors

[![devhun](https://avatars.githubusercontent.com/u/7991383?v=4)](https://github.com/devhun "devhun (12 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/devhun-wideshot-api-client/health.svg)

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

###  Alternatives

[neuron-core/neuron-ai

The PHP Agentic Framework.

1.8k245.3k21](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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