PHPackages                             pwsdotru/worldtides-client - 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. pwsdotru/worldtides-client

ActiveLibrary[API Development](/categories/api)

pwsdotru/worldtides-client
==========================

PHP Client for WorldTides.com API

1.0.0(1mo ago)03GPL-3.0-or-laterPHPPHP &gt;=8.3

Since Jun 10Pushed 1w agoCompare

[ Source](https://github.com/pwsdotru/worldtides-client)[ Packagist](https://packagist.org/packages/pwsdotru/worldtides-client)[ RSS](/packages/pwsdotru-worldtides-client/feed)WikiDiscussions master Synced 1w ago

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

PHP Client for [WorldTides.com](https://www.worldtides.com/)
============================================================

[](#php-client-for-worldtidescom)

API docs:

Install
-------

[](#install)

Via composer

```
composer require pwsdotru/worldtides-client

```

Usage
-----

[](#usage)

```
use Worldtides\API;

$tides = new API('apikey');

$tides->setDate(date("Y-m-d"))
    ->setPoint("7.8333", "98.4167");

$heights = $tides->$tides->getHeights(7);
```

In **$heights** have array of points for next 7 days.

Array contains sets of array

```
Array
(
    [0] => Array
        (
            [dt] => 1782752400
            [date] => 2026-06-29T17:00+0000
            [height] => 0.553
        )

    [1] => Array
        (
            [dt] => 1782754200
            [date] => 2026-06-29T17:30+0000
            [height] => 0.422
        )
....

```

Where **dt** and **date** are time (in unix timestamp and string format). **height** is height of water in this time.

```
use Worldtides\API;

$tides = new API('apikey');

$tides->setDate(date("Y-m-d"))
    ->setPoint("7.8333", "98.4167");

$img = $tides->$tides->getImage(7);
```

In **$img** have binary data of PNG image with graph for 7 days.

###  Health Score

41

—

FairBetter than 87% of packages

Maintenance96

Actively maintained with recent releases

Popularity4

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity50

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

Total

2

Last Release

32d ago

Major Versions

0.0.1 → 1.0.02026-06-23

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/740937?v=4)[Aleksandr Novikov](/maintainers/pwsdotru)[@pwsdotru](https://github.com/pwsdotru)

---

Top Contributors

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

---

Tags

worldtides api

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/pwsdotru-worldtides-client/health.svg)

```
[![Health](https://phpackages.com/badges/pwsdotru-worldtides-client/health.svg)](https://phpackages.com/packages/pwsdotru-worldtides-client)
```

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3661.3M47](/packages/tencentcloud-tencentcloud-sdk-php)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

293.1k](/packages/eslazarev-wildberries-sdk)[files.com/files-php-sdk

Files.com PHP SDK

2481.1k](/packages/filescom-files-php-sdk)[aimeos/prisma

A powerful PHP package for integrating media related Large Language Models (LLMs) into your applications

1943.1k5](/packages/aimeos-prisma)[volcengine/volcengine-php-sdk

118.7k](/packages/volcengine-volcengine-php-sdk)

PHPackages © 2026

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