PHPackages                             gototus/totus - 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. gototus/totus

ActiveLibrary

gototus/totus
=============

PHP Totus Library

0.1.4(1y ago)14BSD-4-ClausePHPPHP &gt;=7.4

Since Apr 17Pushed 1y ago1 watchersCompare

[ Source](https://github.com/GoTotus/phptotus)[ Packagist](https://packagist.org/packages/gototus/totus)[ RSS](/packages/gototus-totus/feed)WikiDiscussions main Synced 1mo ago

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

Totus PHP Client
================

[](#totus-php-client)

A php client for the Totus API.

Basic Usage
-----------

[](#basic-usage)

`TOTUS_KEY` environment variable will be used to pick the api key ([create one here](https://gototus.com/console/apikeys))

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

use GoTotus\Totus\Client;

$totus = new Client(); // can provide api key via constructor or TOTUS_KEY env var

// Reference: GeoPOI
$pois = $totus->Reference()->GeoPOI(gh: '69y7pkxfc', distance: 1000, what: 'shop', limit: 10);
iprint_r(pois);

// Reference: IP
$ipInfo = $totus->Reference()->IP(i4: '8.8.8.8');
print_r($ipInfo);

// Validate: Email
$email = $totus->Validate()->email('info@x.com');
echo $email;
```

Examples
--------

[](#examples)

For further examples, check the `examples/` folder in this project. Or a public copy at the [GitHub Website](https://github.com/GoTotus/phptotus/tree/main/examples).

Manuals
-------

[](#manuals)

For detailed manuals about Totus please check: [docs.gototus.com](https://docs.gototus.com)

Installing
----------

[](#installing)

`composer require gototus/totus `

[Packagist project page](https://packagist.org/packages/gototus/totus)

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance47

Moderate activity, may be stable

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity27

Early-stage or recently created project

 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

Unknown

Total

1

Last Release

394d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/84e1535b643a7ce621fe9359609f23c767d18bdaa6330c50a51b161dfd9d63a3?d=identicon)[kuking](/maintainers/kuking)

---

Top Contributors

[![kuking](https://avatars.githubusercontent.com/u/1817268?v=4)](https://github.com/kuking "kuking (7 commits)")

### Embed Badge

![Health badge](/badges/gototus-totus/health.svg)

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

###  Alternatives

[neuron-core/neuron-ai

The PHP Agentic Framework.

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

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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