PHPackages                             lartie/laravel-botan - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. lartie/laravel-botan

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

lartie/laravel-botan
====================

Laravel Botan

v1.0.0(9y ago)2181MITPHPPHP &gt;=7.0

Since Nov 22Pushed 9y ago1 watchersCompare

[ Source](https://github.com/lartie/Laravel-Botan)[ Packagist](https://packagist.org/packages/lartie/laravel-botan)[ Docs](https://github.com/lartie/laravel-botan)[ RSS](/packages/lartie-laravel-botan/feed)WikiDiscussions master Synced 3w ago

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

LaravelBotan
============

[](#laravelbotan)

Fork:

[![Latest Stable Version](https://camo.githubusercontent.com/a60750ebe242ce2b82bd9f1c254b12e29eaf99c762f6f14167a219fb926aec33/68747470733a2f2f706f7365722e707567782e6f72672f6c61727469652f6c61726176656c2d626f74616e2f762f737461626c65)](https://packagist.org/packages/lartie/laravel-botan)[![Total Downloads](https://camo.githubusercontent.com/599c4e1fb1e4e38d94d241b9a74a305a01e56e6ee243edb1523f1fd4c13c6d45/68747470733a2f2f706f7365722e707567782e6f72672f6c61727469652f6c61726176656c2d626f74616e2f646f776e6c6f616473)](https://packagist.org/packages/lartie/laravel-botan)[![Latest Unstable Version](https://camo.githubusercontent.com/82b37dd6b4a2b75fb9f5aac21c6dc4f0112d7bb3316071b8131b49de1894d240/68747470733a2f2f706f7365722e707567782e6f72672f6c61727469652f6c61726176656c2d626f74616e2f762f756e737461626c65)](https://packagist.org/packages/lartie/laravel-botan)[![License](https://camo.githubusercontent.com/76ebb03dc503b398dc5bb9b6bca6c56f59a9408576eba0ac41fa5abf36027790/68747470733a2f2f706f7365722e707567782e6f72672f6c61727469652f6c61726176656c2d626f74616e2f6c6963656e7365)](https://packagist.org/packages/lartie/laravel-botan)[![composer.lock](https://camo.githubusercontent.com/ddb0b16144c30a391004187bd8c9921e11eb4eb078353512597346b96bfce1ad/68747470733a2f2f706f7365722e707567782e6f72672f6c61727469652f6c61726176656c2d626f74616e2f636f6d706f7365726c6f636b)](https://packagist.org/packages/lartie/laravel-botan)

- [Installation](#installation)
    - [Composer](#composer)
    - [Configuration](#configuration)
    - [Service Provider](#service-provider)
- [Usage](#usage)
- [License](#license)

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

[](#installation)

### Composer

[](#composer)

```
composer require "lartie/laravel-botan:^1.0.0"
```

### Configuration

[](#configuration)

```
BOTAN_TOKEN=YOUR_BOT_TOKEN

```

### Service Provider

[](#service-provider)

You must install this service provider.

```
// config/app.php
'providers' => [
    ...
    LArtie\LaravelBotan\LaravelBotanServiceProvider::class,
    ...
];
```

This package also comes with a facade, which provides an easy way to call the the class.

```
// config/app.php
'aliases' => [
    ...
    'Botan' => LArtie\LaravelBotan\Facades\Botan::class,
    ...
];
```

Usage
-----

[](#usage)

```
Botan::track($message, 'Message');

```

Or

```
$result = Botan::shortenUrl($url, $userId);

```

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

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

3503d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/9404036?v=4)[Artemy](/maintainers/lartie)[@lartie](https://github.com/lartie)

---

Tags

botancomposerlaravellaravel-packagemetrikayandex-metrikalaraveltelegramtelegram apibotanappmetrica

### Embed Badge

![Health badge](/badges/lartie-laravel-botan/health.svg)

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

###  Alternatives

[setiawanhu/laravel-madeline-proto

A third party Telegram client library danog/MadelineProto wrapper for Laravel

515.2k](/packages/setiawanhu-laravel-madeline-proto)[williamson/laragram

A Laravel Wrapper for telegram-cli

282.8k](/packages/williamson-laragram)

PHPackages © 2026

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