PHPackages                             bissolli/twitter-php-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. bissolli/twitter-php-scraper

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

bissolli/twitter-php-scraper
============================

Twitter PHP Scraper. Get account information, tweets, likes, re-tweets and comments.

v1.3.1(7y ago)148417[2 issues](https://github.com/bissolli/twitter-php-scraper/issues)[1 PRs](https://github.com/bissolli/twitter-php-scraper/pulls)MITPHPPHP &gt;=7.1.0

Since Aug 13Pushed 6y ago1 watchersCompare

[ Source](https://github.com/bissolli/twitter-php-scraper)[ Packagist](https://packagist.org/packages/bissolli/twitter-php-scraper)[ Docs](https://github.com/bissolli/twitter-php-scraper)[ RSS](/packages/bissolli-twitter-php-scraper/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (5)Dependencies (3)Versions (6)Used By (0)

Twitter Profile Scraper
=======================

[](#twitter-profile-scraper)

[![Build Status](https://camo.githubusercontent.com/a5f55756d8fea2817bed0db842053ea1382810b350d4639e700af8bcba1a7c3e/68747470733a2f2f7472617669732d63692e6f72672f626973736f6c6c692f747769747465722d7068702d736372617065722e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/bissolli/twitter-php-scraper)[![Latest Stable Version](https://camo.githubusercontent.com/7dac62338d088e3196dca65fc559c0791ba1b30107089af14c290e6fa3025741/68747470733a2f2f706f7365722e707567782e6f72672f626973736f6c6c692f747769747465722d7068702d736372617065722f762f737461626c65)](https://packagist.org/packages/bissolli/twitter-php-scraper)[![Total Downloads](https://camo.githubusercontent.com/069bc27c0eefa694186ea5a182f0dcbce1217a11bd4e8e86b9c97c0e2ba0e7c4/68747470733a2f2f706f7365722e707567782e6f72672f626973736f6c6c692f747769747465722d7068702d736372617065722f646f776e6c6f616473)](https://packagist.org/packages/bissolli/twitter-php-scraper)[![License](https://camo.githubusercontent.com/7015fa33b331fcdb24f42e460965fa1bb653f45a837e4303169836d4c3ac1502/68747470733a2f2f706f7365722e707567782e6f72672f626973736f6c6c692f747769747465722d7068702d736372617065722f6c6963656e7365)](https://packagist.org/packages/bissolli/twitter-php-scraper)

Twitter PHP Scrapper. Get account information, tweets, likes, re-tweets and comments through the Twitter handle.

Code Example
------------

[](#code-example)

To get the user profile:

```
$twitter = new \Bissolli\TwitterScraper\Twitter('official_php');
var_dump($twitter->getProfile());
```

To load all the reachable tweets (last 20 tweets)

```
$twitter = (new \Bissolli\TwitterScraper\Twitter('official_php'))->loadTweets();
var_dump($twitter->getProfile());
var_dump($twitter->getTweets());
```

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

[](#installation)

### Using composer

[](#using-composer)

```
composer require bissolli/twitter-php-scraper
```

### If you don't have composer

[](#if-you-dont-have-composer)

You can download it [here](https://getcomposer.org/download/).

TODO
====

[](#todo)

- Implement .travis.yml

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance17

Infrequent updates — may be unmaintained

Popularity26

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity61

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

Total

5

Last Release

2566d ago

PHP version history (2 changes)v1.0PHP &gt;=5.5.0

v1.1PHP &gt;=7.1.0

### Community

Maintainers

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

---

Top Contributors

[![bissolli](https://avatars.githubusercontent.com/u/1808444?v=4)](https://github.com/bissolli "bissolli (19 commits)")

---

Tags

laraveltwitterprofilescrapertweets

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/bissolli-twitter-php-scraper/health.svg)

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

###  Alternatives

[erlandmuchasaj/laravel-gzip

Gzip your responses.

40140.4k2](/packages/erlandmuchasaj-laravel-gzip)[whitecube/laravel-timezones

Store UTC dates in the database and work with custom timezones in the application.

108139.5k](/packages/whitecube-laravel-timezones)[japanese-date/japanese-date

日本の暦、祝日を取り扱うライブラリ

169.9k](/packages/japanese-date-japanese-date)

PHPackages © 2026

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