PHPackages                             filippo-toso/timeseries-insights - 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. [API Development](/categories/api)
4. /
5. filippo-toso/timeseries-insights

ActiveLibrary[API Development](/categories/api)

filippo-toso/timeseries-insights
================================

A simple client library for Google Timeseries Insights Api

v1.0.1(3y ago)05MITPHPPHP ^7.0 || ^8.0 || ^9.0

Since Nov 3Pushed 3y ago1 watchersCompare

[ Source](https://github.com/filippotoso/timeseries-insights)[ Packagist](https://packagist.org/packages/filippo-toso/timeseries-insights)[ RSS](/packages/filippo-toso-timeseries-insights/feed)WikiDiscussions main Synced 1mo ago

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

Unofficial Google Timeseries Insights Api
=========================================

[](#unofficial-google-timeseries-insights-api)

A simple client library for Google Timeseries Insights Api

Requirements
------------

[](#requirements)

- PHP 7.0+

Installing
----------

[](#installing)

Use Composer to install it:

```
composer require filippo-toso/timeseries-insights

```

Using It
--------

[](#using-it)

```
use Google\Cloud\Timeseriesinsights\V1\TimeseriesInsightsControllerClient;
use Google\Cloud\Timeseriesinsights\V1\DataSet;
use Google\Cloud\Timeseriesinsights\V1\DataSource;

// The project ID from the credentials file downloaded from Google Console
define('PROJECT_ID', 'project-id');

$client = new TimeseriesInsightsControllerClient([
    'credentials' => __DIR__ . '/credentials.json', // Your JSON credentials file downloaded from Google Console
]);

$datasets = $client->listDataSets('projects/' . PROJECT_ID);

print("List datasets: \r\n");
foreach ($datasets as $dataset) {
    print($dataset->serializeToJsonString() . "\r\n");
}

```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity65

Established project with proven stability

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

Total

2

Last Release

1286d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/55d89f2d44fb12225de2119994028ee69e36770bcf33c2b1ddf0d6672d28151b?d=identicon)[filippo.toso](/maintainers/filippo.toso)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/filippo-toso-timeseries-insights/health.svg)

```
[![Health](https://phpackages.com/badges/filippo-toso-timeseries-insights/health.svg)](https://phpackages.com/packages/filippo-toso-timeseries-insights)
```

###  Alternatives

[googleads/google-ads-php

Google Ads API client for PHP

3497.6M9](/packages/googleads-google-ads-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)[google/grpc-gcp

gRPC GCP library for channel management

18497.8M3](/packages/google-grpc-gcp)[temporal/sdk

Temporal SDK

4002.2M18](/packages/temporal-sdk)[google/common-protos

Google API Common Protos for PHP

173103.7M50](/packages/google-common-protos)[google/cloud-translate

Cloud Translation Client for PHP

20215.9M84](/packages/google-cloud-translate)

PHPackages © 2026

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