PHPackages                             mofengme/tdengine - 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. [Database &amp; ORM](/categories/database)
4. /
5. mofengme/tdengine

ActiveLibrary[Database &amp; ORM](/categories/database)

mofengme/tdengine
=================

rest client for db tdengine

1.0.0(4y ago)126MITPHPPHP &gt;=8.0

Since Mar 29Pushed 4y ago1 watchersCompare

[ Source](https://github.com/mofengme/tdengine-php)[ Packagist](https://packagist.org/packages/mofengme/tdengine)[ RSS](/packages/mofengme-tdengine/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (2)Versions (3)Used By (0)

 tdgine
========

[](#-tdgine-)

 rest client for db tdengine.

[![Tests](https://github.com/mofengme/tdengine-php/actions/workflows/test.yml/badge.svg)](https://github.com/mofengme/tdengine-php/actions/workflows/test.yml)

Installing
----------

[](#installing)

```
$ composer require mofengme/tdengine -vvv
```

Usage
-----

[](#usage)

```
use Mofengme\Tdengine\TdEngine;

$database = "test";
$host = "127.0.0.1"; //default
$port = "6041"; //default
$user = "root"; //default
$password = "taosdata"; //default

$client = new TdEngine($database,$host,$port,$user,$password);
$client->query('select * from test');
//or
$client->execute("show stables");
```

Contributing
------------

[](#contributing)

You can contribute in one of three ways:

1. File bug reports using the [issue tracker](https://github.com/mofengme/tdengine-php/issues).
2. Answer questions or fix bugs on the [issue tracker](https://github.com/mofengme/tdengine-php/issues).
3. Contribute new features or update the wiki.

*The code contribution process is not very formal. You just need to make sure that you follow the PSR-0, PSR-1, and PSR-2 coding guidelines. Any new code contributions must be accompanied by unit tests where applicable.*

License
-------

[](#license)

MIT

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 88.9% 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

Unknown

Total

1

Last Release

1511d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/71c41c5a113e5865bab367db6baa3f04a624e6bad6348b0046e21dd00047ddd7?d=identicon)[mofeng](/maintainers/mofeng)

---

Top Contributors

[![mofeng-me](https://avatars.githubusercontent.com/u/9856815?v=4)](https://github.com/mofeng-me "mofeng-me (8 commits)")[![StyleCIBot](https://avatars.githubusercontent.com/u/11048387?v=4)](https://github.com/StyleCIBot "StyleCIBot (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/mofengme-tdengine/health.svg)

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

###  Alternatives

[getgrav/grav

Modern, Crazy Fast, Ridiculously Easy and Amazingly Powerful Flat-File CMS

15.4k84.1k1](/packages/getgrav-grav)[kimai/kimai

Kimai - Time Tracking

4.6k7.4k1](/packages/kimai-kimai)[bolt/core

🧿 Bolt Core

585142.5k54](/packages/bolt-core)[symfony/ai-store

Low-level abstraction for storing and retrieving documents in a vector store.

19292.4k53](/packages/symfony-ai-store)[rcsofttech/audit-trail-bundle

Enterprise-grade, high-performance Symfony audit trail bundle. Automatically track Doctrine entity changes with split-phase architecture, multiple transports (HTTP, Queue, Doctrine), and sensitive data masking.

1022.4k](/packages/rcsofttech-audit-trail-bundle)[bartlett/php-compatinfo-db

Reference Database of all functions, constants, classes, interfaces on PHP standard distribution and about 110 extensions

1183.0k1](/packages/bartlett-php-compatinfo-db)

PHPackages © 2026

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