PHPackages                             hnp/kiotviet - 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. hnp/kiotviet

ActiveLibrary

hnp/kiotviet
============

A package for Kiotviet

v0.0.4(3y ago)019↑2900%[1 PRs](https://github.com/nphuy/kiotviet/pulls)MITPHP

Since Feb 15Pushed 3y ago1 watchersCompare

[ Source](https://github.com/nphuy/kiotviet)[ Packagist](https://packagist.org/packages/hnp/kiotviet)[ RSS](/packages/hnp-kiotviet/feed)WikiDiscussions master Synced 1mo ago

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

Cài đặt và sử dụng
------------------

[](#cài-đặt-và-sử-dụng)

Cài đặt qua composer:

```
composer require hnp/kiotviet
```

Cấu hình
--------

[](#cấu-hình)

Thêm đoạn sau và đầu dự án.

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

Sử dụng:

```
use Huynp\Kiotviet\Client;
use Huynp\Kiotviet\Product;
use Huynp\Kiotviet\Category;

$client = new Client($client_id, $client_secret);

Lấy danh sách sản phẩm bao gồm tồn kho:

$instance = new Product($client);
var_dump($instance->getList($limit = 20, $page = 0));

Lấy danh sách Danh mục sản phẩm:

$instance = new Category($client);
var_dump($instance->getList($limit = 20, $page = 0));

## Đang cập nhật...
```

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity37

Early-stage or recently created project

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

Total

2

Last Release

1181d ago

### Community

Maintainers

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

### Embed Badge

![Health badge](/badges/hnp-kiotviet/health.svg)

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

###  Alternatives

[neuron-core/neuron-ai

The PHP Agentic Framework.

1.8k245.3k20](/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

255.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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