PHPackages                             cobiyu/hiworks-oauth-sdk - 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. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. cobiyu/hiworks-oauth-sdk

ActiveLibrary[Authentication &amp; Authorization](/categories/authentication)

cobiyu/hiworks-oauth-sdk
========================

Hiworks Oauth SDK for PHP

0.3.0(7y ago)0314MITPHPPHP &gt;=5.6

Since May 30Pushed 7y agoCompare

[ Source](https://github.com/cobiyu/hiworks-oauth-sdk)[ Packagist](https://packagist.org/packages/cobiyu/hiworks-oauth-sdk)[ RSS](/packages/cobiyu-hiworks-oauth-sdk/feed)WikiDiscussions master Synced 3d ago

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

Hiworks Oauth SDK for PHP
=========================

[](#hiworks-oauth-sdk-for-php)

[![Build Status](https://camo.githubusercontent.com/f6f0d172f13aed08075f3c08be5f67ba105acdc73940be85a70590b632a72bf0/68747470733a2f2f7472617669732d63692e6f72672f636f626979752f6869776f726b732d6f617574682d73646b2e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/cobiyu/hiworks-oauth-sdk)[![Latest Stable Version](https://camo.githubusercontent.com/4fe9ad9cd3dd498d5ae23a2d4e3b81e5e077b8c79108d81f1467770d91e02b20/68747470733a2f2f706f7365722e707567782e6f72672f636f626979752f6869776f726b732d6f617574682d73646b2f76657273696f6e)](https://packagist.org/packages/cobiyu/hiworks-oauth-sdk)[![License](https://camo.githubusercontent.com/c1f508c3b512dad08ed9880046207c0ce37fc77ff43699d0cad7aa12d9e8b3e0/68747470733a2f2f706f7365722e707567782e6f72672f636f626979752f6869776f726b732d6f617574682d73646b2f6c6963656e7365)](https://packagist.org/packages/cobiyu/hiworks-oauth-sdk)

Hiworks Oauth v2 PHP 연동 모듈

Install
-------

[](#install)

```
composer require cobiyu/hiworks-oauth-sdk
```

Usage
-----

[](#usage)

> **Note:** Note: This version of this SDK for PHP requires **PHP 5.6** or greater.

> **Doc Link:**

### Generate Hiworks SDK instance

[](#generate-hiworks-sdk-instance)

```
$client = new \Hiworks\Hiworks($app_client_id,$app_password);
```

### Get Access Token using Authorization Code

[](#get-access-token-using-authorization-code)

```
$client = new \Hiworks\Hiworks($app_client_id,$app_password);

// getAccessToken return Hiworks\Auth\AccessToken instance.
// $auth_code is received parameter(name:auth_code) in your app's callback.
$access_token = $client->getAccessToken->getAccessToken($auth_code);

echo $access_token->getAccessToken();   // print access_toekn (example. fh283nfdsialvcxzvclxzvcxz)
```

### Get Hiworks API response using access token

[](#get-hiworks-api-response-using-access-token)

```
// $path and $access token must be string.
// api result is object.
$get_response = $client->get($path, $access_token)
$post_response = $client->post($path, $access_token)
$put_response = $client->put($path, $access_token)
$delete_response = $client->delete($path, $access_token)
```

### Exception

[](#exception)

**Hiworks\\Exceptions\\HiworksSDKException** : package의 최상위 Exception

> 자세한 exception 내용이 필요하다면 , *Hiworks\\Exceptions* 참조

```
catch(HiworksSDKException $e)
{
    /// some logic
}
```

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity47

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

Total

3

Last Release

2574d ago

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

sdkhiworks

### Embed Badge

![Health badge](/badges/cobiyu-hiworks-oauth-sdk/health.svg)

```
[![Health](https://phpackages.com/badges/cobiyu-hiworks-oauth-sdk/health.svg)](https://phpackages.com/packages/cobiyu-hiworks-oauth-sdk)
```

###  Alternatives

[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.2k532.1M2.5k](/packages/aws-aws-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k34](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M46](/packages/tencentcloud-tencentcloud-sdk-php)[ellaisys/aws-cognito

Laravel Authentication using AWS Cognito (Web and API)

123256.9k1](/packages/ellaisys-aws-cognito)[kinde-oss/kinde-auth-php

Kinde PHP SDK for authentication

2287.5k3](/packages/kinde-oss-kinde-auth-php)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

252.5k](/packages/eslazarev-wildberries-sdk)

PHPackages © 2026

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