PHPackages                             iprit/botan-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. [API Development](/categories/api)
4. /
5. iprit/botan-php

ActiveLibrary[API Development](/categories/api)

iprit/botan-php
===============

PHP SDK for Botan.io

v1.0.2(10y ago)0200BSD-3-ClausePHPPHP &gt;=5.4.0

Since Aug 7Pushed 10y ago1 watchersCompare

[ Source](https://github.com/iprit/botan-php)[ Packagist](https://packagist.org/packages/iprit/botan-php)[ Docs](http://github.com/IPRIT/botan-php)[ RSS](/packages/iprit-botan-php/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)DependenciesVersions (4)Used By (0)

PHP SDK for [Botan.io](http://botan.io)
=======================================

[](#php-sdk-for-botanio)

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

[](#installation)

To get started, get [Composer](http://getcomposer.org/download/).

Run:

```
$ php composer.phar require iprit/botan-php:*

```

or add

```
"iprit/botan-php": "*"

```

to the `require` section of your `composer.json` file.

Usage
-----

[](#usage)

Create [Yandex.AppMetrica](https://appmetrica.yandex.com/) api token and insert into $token variable.

```
private $token = 'token';

public function _incomingMessage($message_json) {
    $messageObj = json_decode($message_json, true);
    $messageData = $messageObj['message'];

    $botan = new IPRIT\BotanSDK\Botan($this->token);
    $botan->track($messageData, 'Start');
}
```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity60

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

Total

3

Last Release

3933d ago

PHP version history (2 changes)v1.0.0PHP &gt;=5.3.0

v1.0.1PHP &gt;=5.4.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/6fafee9a64ab7b2dd5c94cace81a1c41dd3399596350f5d3299836a7beee6531?d=identicon)[IPRIT](/maintainers/IPRIT)

---

Top Contributors

[![IPRIT](https://avatars.githubusercontent.com/u/1553519?v=4)](https://github.com/IPRIT "IPRIT (15 commits)")

---

Tags

apisdkbottelegramstatsbotanbotanio

### Embed Badge

![Health badge](/badges/iprit-botan-php/health.svg)

```
[![Health](https://phpackages.com/badges/iprit-botan-php/health.svg)](https://phpackages.com/packages/iprit-botan-php)
```

###  Alternatives

[telegramsdk/botapi

SDK for the Telegram Bot API.

234.0k1](/packages/telegramsdk-botapi)[borsaco/telegram-bot-api-bundle

A simple wrapper for telegram-bot-api.

5633.0k](/packages/borsaco-telegram-bot-api-bundle)[klev-o/telegram-bot-api

Simple and convenient object-oriented implementation Telegram bot API with php version ^7.4 support. You'll like it)

457.8k1](/packages/klev-o-telegram-bot-api)

PHPackages © 2026

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