PHPackages                             telepath/laravel - 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. [Framework](/categories/framework)
4. /
5. telepath/laravel

ActiveLibrary[Framework](/categories/framework)

telepath/laravel
================

Laravel integration of Telepath

v0.22.0(4mo ago)184[2 issues](https://github.com/telepath-php/laravel/issues)MITPHPPHP ^8.2

Since Oct 10Pushed 4mo ago1 watchersCompare

[ Source](https://github.com/telepath-php/laravel)[ Packagist](https://packagist.org/packages/telepath/laravel)[ RSS](/packages/telepath-laravel/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (4)Versions (37)Used By (0)

[![Contributors](https://camo.githubusercontent.com/866756ce647846a6c0d207e6184779854b5d64f3c876afad7fd1e7356a9252ab/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f636f6e7472696275746f72732f74656c65706174682d7068702f6c61726176656c2e7376673f7374796c653d666f722d7468652d6261646765)](https://github.com/telepath-php/laravel/graphs/contributors)[![Stargazers](https://camo.githubusercontent.com/b10944eb830e2a5a09ead69488f6844e726cdd04227235a127f81dffa5e770d3/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73746172732f74656c65706174682d7068702f6c61726176656c2e7376673f7374796c653d666f722d7468652d6261646765)](https://github.com/telepath-php/laravel/stargazers)[![Issues](https://camo.githubusercontent.com/eed01a0422be340f96805843c2d8404b7bc0bfc0c339d1043ada6e187b4711ac/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f74656c65706174682d7068702f6c61726176656c2e7376673f7374796c653d666f722d7468652d6261646765)](https://github.com/telepath-php/laravel/issues)[![MIT License](https://camo.githubusercontent.com/121f05687b645c54bbc744f3413bf5df6352b746b96993f5bcecbbb34afa8a37/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f74656c65706174682d7068702f6c61726176656c2e7376673f7374796c653d666f722d7468652d6261646765)](https://github.com/telepath-php/laravel/blob/master/LICENSE.txt)

### Telepath for Laravel

[](#telepath-for-laravel)

 Laravel integration for Telepath
 [**Explore the docs »**](https://telepath-php.dev/docs/getting-started/laravel)

 [Report Bug](https://github.com/telepath-php/laravel/issues)

 Table of Contents1. [About The Project](#about-the-project)
2. [Getting Started](#getting-started)
3. [Usage](#usage)
4. [Known Limitations](#known-limitations)
5. [Contributing](#contributing)
6. [License](#license)
7. [Contact](#contact)

About The Project
-----------------

[](#about-the-project)

Telepath is a modern framework-agnostic libraray to create Telegram Bots in PHP.

This package integrates a Telepath based bot into your Laravel application being able to receive and respond to Telegram messages your bot receives.

([back to top](#readme-top))

Getting Started
---------------

[](#getting-started)

This package can be installed via composer:

`composer require telepath/laravel`

The package will automatically install the required dependencies to use Telepath in your Laravel application.

([back to top](#readme-top))

Usage
-----

[](#usage)

You can get the Bot instance via the Telepath facade.

```
$bot = \Telepath::bot();
```

or by using autowiring to request an instance.

```
public function __construct(
    protected Telepath\Bot $bot
) {}
```

*For a more detailled look including how to integrate Telepath into your Laravel application please also have a look into our [Documentation](https://telepath-php.dev)*

([back to top](#readme-top))

Known Limitations
-----------------

[](#known-limitations)

Please note that this package currently has the following limitations:

- Handling multiple bots in the same Laravel application is not supported yet.
- Support for Lumen or other Laravel subset frameworks is not officially supported.

([back to top](#readme-top))

Contributing
------------

[](#contributing)

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request

([back to top](#readme-top))

License
-------

[](#license)

Distributed under the MIT License. See `LICENSE.md` for more information.

([back to top](#readme-top))

Contact
-------

[](#contact)

Tii - [@TiiFuchs](https://twitter.com/TiiFuchs) -

Project Link:

([back to top](#readme-top))

###  Health Score

37

—

LowBetter than 83% of packages

Maintenance55

Moderate activity, may be stable

Popularity11

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 94.3% 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 ~31 days

Recently: every ~78 days

Total

34

Last Release

138d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/e7ff8761fd0f3c0ecd77e009b9984ac34a247533221fb8c546421f05300f5769?d=identicon)[Tii](/maintainers/Tii)

---

Top Contributors

[![TiiFuchs](https://avatars.githubusercontent.com/u/1958744?v=4)](https://github.com/TiiFuchs "TiiFuchs (50 commits)")[![dodomedia](https://avatars.githubusercontent.com/u/2552560?v=4)](https://github.com/dodomedia "dodomedia (3 commits)")

---

Tags

laravelphptelepath

### Embed Badge

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

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

###  Alternatives

[laravel/socialite

Laravel wrapper around OAuth 1 &amp; OAuth 2 libraries.

5.7k96.9M674](/packages/laravel-socialite)[laravel/horizon

Dashboard and code-driven configuration for Laravel queues.

4.2k84.2M225](/packages/laravel-horizon)[laravel/ui

Laravel UI utilities and presets.

2.7k134.9M601](/packages/laravel-ui)[laravel/jetstream

Tailwind scaffolding for the Laravel framework.

4.1k19.8M136](/packages/laravel-jetstream)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[internachi/modular

Modularize your Laravel apps

1.1k662.4k8](/packages/internachi-modular)

PHPackages © 2026

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