PHPackages                             larva/volcengine-tls-sdk-php - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. larva/volcengine-tls-sdk-php

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

larva/volcengine-tls-sdk-php
============================

The Php SDK of volc engine TLS log service

1.1.1(1mo ago)0643↓33.8%Apache-2.0PHPPHP &gt;=8.0

Since Mar 11Pushed 1mo agoCompare

[ Source](https://github.com/larva-cool/volcengine-tls-sdk-php)[ Packagist](https://packagist.org/packages/larva/volcengine-tls-sdk-php)[ Docs](https://github.com/larva-cool/volcengine-tls-sdk-php)[ RSS](/packages/larva-volcengine-tls-sdk-php/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (9)Dependencies (9)Versions (13)Used By (0)

volcengine-tls-sdk-php
======================

[](#volcengine-tls-sdk-php)

[![Total Downloads](https://camo.githubusercontent.com/1b5c8b352dec269459631ee265bd3582f407d6a4fd5aa8e7c8b23bb005c2f841/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6c617276612f766f6c63656e67696e652d746c732d73646b2d706870)](https://packagist.org/packages/larva/volcengine-tls-sdk-php)[![Latest Stable Version](https://camo.githubusercontent.com/6fae3f5c5e1c5c3a2bf850093213513bf1475238f9c860922ed510c5579923bf/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6c617276612f766f6c63656e67696e652d746c732d73646b2d706870)](https://packagist.org/packages/larva/volcengine-tls-sdk-php)

火山引擎 TLS PHP SDK

说明，实时日志导入，使用接口 putlog 不是明智的选择，应该用 kafka 协议或者 使用socket 直接写入日志，这个SDK适用于小项目或者将日志批量导入， 实时导入会频繁的建立HTTP连接，消耗会很大。当然查询分析统计用这个SDK也可以。

Installation
------------

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
composer require larva/volcengine-tls-sdk-php

```

or add

```
"composer require larva/volcengine-tls-sdk-php": "~1.0"

```

to the require section of your composer.json.

使用
--

[](#使用)

```
$logs = [
    ['id'=>1, 'conent'=>'abc'],
    ['id'=>2, 'conent'=>'abc'],
    ['id'=>3, 'conent'=>'abc']
];

$tlaClient = new \Larva\Volc\TlsClient($ak, $sk, 'https://tls-cn-beijing.volces.com', 'cn-beijing');
$response = $tlaClient->putLogs('topicid', $logs)
print_r($response->getBody()->getContents());

```

###  Health Score

43

—

FairBetter than 90% of packages

Maintenance93

Actively maintained with recent releases

Popularity18

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity46

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

Recently: every ~15 days

Total

12

Last Release

35d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/534cdb651e8c806590fa945c6b5a18f361613848e890db1349f4a9fbcae1a650?d=identicon)[xutongle](/maintainers/xutongle)

---

Top Contributors

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

---

Tags

sdktls

###  Code Quality

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/larva-volcengine-tls-sdk-php/health.svg)

```
[![Health](https://phpackages.com/badges/larva-volcengine-tls-sdk-php/health.svg)](https://phpackages.com/packages/larva-volcengine-tls-sdk-php)
```

###  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)[google/cloud-core

Google Cloud PHP shared dependency, providing functionality useful to all components.

343128.8M102](/packages/google-cloud-core)[civicrm/civicrm-core

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

749284.3k35](/packages/civicrm-civicrm-core)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

252.5k](/packages/eslazarev-wildberries-sdk)[oat-sa/tao-core

TAO core extension

66140.1k108](/packages/oat-sa-tao-core)[yoti/yoti-php-sdk

Yoti SDK for quickly integrating your PHP backend with Yoti

27565.3k1](/packages/yoti-yoti-php-sdk)

PHPackages © 2026

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