PHPackages                             crocone/php-telegram-channel-scraper - 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. crocone/php-telegram-channel-scraper

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

crocone/php-telegram-channel-scraper
====================================

1.0.1(5y ago)1702MITPHP

Since Jun 2Pushed 5y agoCompare

[ Source](https://github.com/crocone/php-telegram-channel-scrapper)[ Packagist](https://packagist.org/packages/crocone/php-telegram-channel-scraper)[ RSS](/packages/crocone-php-telegram-channel-scraper/feed)WikiDiscussions master Synced yesterday

READMEChangelog (2)Dependencies (2)Versions (4)Used By (0)

php-telegram-channel-scrapper
=============================

[](#php-telegram-channel-scrapper)

a pure php telegram channel scrapper library without login!!

installation
------------

[](#installation)

```
composer require faryar76/php-telegram-scrapper
```

usage
-----

[](#usage)

##### create instance from main class

[](#create-instance-from-main-class)

```
require __DIR__."/vendor/autoload.php";
use Faryar76\TlgScrapper;

$tlg=new TlgScrapper();
$tlg->load('a-telegram-channel-username');
```

channel information
-------------------

[](#channel-information)

```
$tlg->getName();          // channel name
$tlg->getDescription();   // channel description
$tlg->getimage();         // channel image
$tlg->getMemmbercount();  // channel Memmbers count
$tlg->getLinkcount();     // channel links count
$tlg->getVideocount();    // channel videos count
$tlg->getPhotocount();    // channel photos count
```

#### for get last `20` posts

[](#for-get-last-20-posts)

```
$tlg->getMessages();
```

#### for get a posts with post\_id

[](#for-get-a-posts-with-post_id)

```
$tlg->getMessages(25);
```

### for get a post data

[](#for-get-a-post-data)

```
$tlg->getMessages()->first()->date;   //posts created at

$tlg->getMessages()->first()->views;  //posts view count

$tlg->getMessages()->first()->text;   //posts content as text
```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 96.6% 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 ~187 days

Total

3

Last Release

2162d ago

Major Versions

0.1.0 → 1.0.12020-06-10

### Community

Maintainers

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

---

Top Contributors

[![faryar76](https://avatars.githubusercontent.com/u/39999915?v=4)](https://github.com/faryar76 "faryar76 (28 commits)")[![crocone](https://avatars.githubusercontent.com/u/43406446?v=4)](https://github.com/crocone "crocone (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/crocone-php-telegram-channel-scraper/health.svg)

```
[![Health](https://phpackages.com/badges/crocone-php-telegram-channel-scraper/health.svg)](https://phpackages.com/packages/crocone-php-telegram-channel-scraper)
```

###  Alternatives

[shlinkio/shlink

A self-hosted and PHP-based URL shortener application with CLI and REST interfaces

4.8k4.3k](/packages/shlinkio-shlink)[ralphjsmit/laravel-helpers

A package containing handy helpers for your Laravel-application.

13704.6k2](/packages/ralphjsmit-laravel-helpers)[dhlparcel/magento2-plugin

DHL Parcel plugin for Magento 2

11180.5k2](/packages/dhlparcel-magento2-plugin)[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)
